Skip to content

Commit 7a9d5ae

Browse files
chore: upgrade yarn to 4.2.1 (#89)
1 parent 9c57fa2 commit 7a9d5ae

11 files changed

+8737
-8393
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

-541
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

-28
This file was deleted.

.yarn/releases/yarn-3.6.1.cjs

-874
This file was deleted.

.yarn/releases/yarn-4.2.1.cjs

+894
Large diffs are not rendered by default.

.yarnrc.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
nodeLinker: node-modules
2-
nmHoistingLimits: workspaces
32

4-
plugins:
5-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
6-
spec: '@yarnpkg/plugin-interactive-tools'
7-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
8-
spec: '@yarnpkg/plugin-workspace-tools'
9-
10-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.2.1.cjs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"release-it": "^15.0.0",
6969
"typescript": "^5.0.2"
7070
},
71-
"packageManager": "yarn@3.6.1",
71+
"packageManager": "yarn@4.2.1",
7272
"engines": {
7373
"node": ">= 18.0.0"
7474
},

website/.yarn/releases/yarn-4.2.1.cjs

+894
Large diffs are not rendered by default.

website/.yarnrc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
5+
yarnPath: .yarn/releases/yarn-4.2.1.cjs

website/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
},
4141
"engines": {
4242
"node": ">=18.0"
43-
}
43+
},
44+
"packageManager": "yarn@4.2.1"
4445
}

website/yarn.lock

+3,541-3,541
Large diffs are not rendered by default.

yarn.lock

+3,399-3,399
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)