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 Jun 10, 2024
1 parent 6bee314 commit 41198d9
Show file tree
Hide file tree
Showing 5 changed files with 7,579 additions and 7,560 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.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 @@ -6,4 +6,4 @@ nmMode: hardlinks-local

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.8.1.cjs
yarnPath: .yarn/releases/yarn-4.3.0.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.20",
"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.8.1",
"packageManager": "yarn@4.3.0",
"dependencies": {
"styled-system": "5.1.5"
}
Expand Down
Loading

0 comments on commit 41198d9

Please sign in to comment.