Skip to content

Commit ecd2b8c

Browse files
Update Yarn to v4 (#193)
* Update Yarn to v4 * Update `yarn.lock` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Beese <[email protected]>
1 parent 0b450e8 commit ecd2b8c

File tree

5 files changed

+6458
-6439
lines changed

5 files changed

+6458
-6439
lines changed

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-4.0.1.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ nmMode: hardlinks-local
66

77
nodeLinker: node-modules
88

9-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.1.cjs
1010

1111
defaultSemverRangePrefix: ""

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"engines": {
1919
"node": "=20.x",
20-
"yarn": "3.x"
20+
"yarn": "4.x"
2121
},
2222
"prisma": {
2323
"seed": "yarn rw exec seed"
@@ -30,5 +30,5 @@
3030
"storybook": "yarn rw storybook"
3131
},
3232
"version": "2.2.0",
33-
"packageManager": "yarn@3.6.4"
33+
"packageManager": "yarn@4.0.1"
3434
}

0 commit comments

Comments
 (0)