Skip to content

Commit

Permalink
Upgrade Yarn to v4 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo authored Jan 3, 2024
1 parent c4bbb26 commit 667e65e
Show file tree
Hide file tree
Showing 6 changed files with 1,883 additions and 2,405 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 @@ -28,5 +28,5 @@
"stylelint": {
"extends": "stylelint-config-recommended"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 667e65e

Please sign in to comment.