Skip to content

Commit

Permalink
chore: upgrade yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 3, 2024
1 parent 4ed1a19 commit 2cae6bb
Show file tree
Hide file tree
Showing 5 changed files with 3,320 additions and 3,297 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

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

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nodeLinker: node-modules
compressionLevel: mixed

yarnPath: .yarn/releases/yarn-3.5.1.cjs
nodeLinker: node-modules

npmAuthToken: "${NODE_AUTH_TOKEN-}"
npmPublishAccess: "public"

npmPublishAccess: public

yarnPath: .yarn/releases/yarn-4.1.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"vue": "^3.0.0"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.1.0",
"devDependencies": {
"@unhead/vue": "1.8.10",
"happy-dom": "13.6.2",
Expand Down
Loading

0 comments on commit 2cae6bb

Please sign in to comment.