Skip to content

Commit

Permalink
Update Yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent f823c40 commit 45d85b6
Show file tree
Hide file tree
Showing 5 changed files with 3,734 additions and 3,715 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/auguwu/coming-soon",
"bugs": "https://github.com/auguwu/coming-soon/issues/new",
"license": "MIT",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"scripts": {
"build": "yarn fmt && yarn lint && rimraf dist && astro build",
"lint": "tsx --tsconfig ./scripts/tsconfig.json scripts/eslint.ts",
Expand Down
Loading

0 comments on commit 45d85b6

Please sign in to comment.