Skip to content

Commit

Permalink
chore: bumped yarn (#21)
Browse files Browse the repository at this point in the history
4.0.1 -> 4.5
  • Loading branch information
GauBen authored Oct 11, 2024
1 parent 7e8dff4 commit 3e48d96
Show file tree
Hide file tree
Showing 5 changed files with 1,678 additions and 1,646 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .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
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.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 @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.5.0",
"scripts": {
"build": "yarn workspaces foreach --all -piv --topological-dev run build",
"dev": "yarn workspaces foreach --all -piv run dev",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"volta": {
"node": "18.17.0",
"yarn": "1.22.19"
"yarn": "4.5.0"
}
}
Loading

0 comments on commit 3e48d96

Please sign in to comment.