Skip to content

Commit

Permalink
upgrade yarn (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed Sep 24, 2024
1 parent c8ef390 commit 21814a1
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 165 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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 @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@
},
"engines": {
"node": "20.17.0",
"yarn": "4.4.1"
"yarn": "4.5.0"
},
"volta": {
"node": "20.17.0"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}

0 comments on commit 21814a1

Please sign in to comment.