Skip to content

Commit

Permalink
refactor: use yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Nov 3, 2023
1 parent 9721ea5 commit 618afda
Show file tree
Hide file tree
Showing 6 changed files with 6,769 additions and 7,296 deletions.
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.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.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
checksumBehavior: update

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.1.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
"resolutions": {
"minimist": "1.2.6"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit 618afda

Please sign in to comment.