Skip to content

Commit

Permalink
chore: update yarn to v4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent b6474f7 commit c1e697f
Show file tree
Hide file tree
Showing 4 changed files with 937 additions and 897 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.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 @@ -8,4 +8,4 @@ npmAuthToken: "${NODE_AUTH_TOKEN:-''}"

npmPublishRegistry: 'https://registry.npmjs.org/'

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"author": "mew-ton <[email protected]>",
"license": "MIT",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.5.3",
"type": "module",
"files": ["dist", "src"],
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -66,6 +66,6 @@
},
"volta": {
"node": "20.13.1",
"yarn": "4.2.2"
"yarn": "4.5.3"
}
}

0 comments on commit c1e697f

Please sign in to comment.