Skip to content

Commit

Permalink
Upgrade Yarn to v4 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo authored Jan 3, 2024
1 parent 094e356 commit 74230a7
Show file tree
Hide file tree
Showing 6 changed files with 1,517 additions and 2,039 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
compressionLevel: mixed

defaultSemverRangePrefix: ""

nodeLinker: "node-modules"
enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"tabWidth": 4,
"trailingComma": "none"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 74230a7

Please sign in to comment.