Skip to content

Commit

Permalink
Update Yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 60c7275 commit 669c662
Show file tree
Hide file tree
Showing 5 changed files with 7,623 additions and 7,617 deletions.
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.1.1.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 @@ -6,4 +6,4 @@ nmMode: hardlinks-local

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"engines": {
"node": ">=14.17 <=18.19",
"yarn": ">=1.15 <=3"
"yarn": ">=1.15 <=4"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"scripts": {
"rw-test-e2e": "npx playwright test e2e"
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.1.1",
"dependencies": {
"styled-system": "5.1.5"
}
Expand Down
Loading

0 comments on commit 669c662

Please sign in to comment.