Skip to content

Commit e83e0f2

Browse files
authored
feat: upgrade yarn to v4 (#242)
1 parent 5c7c3b2 commit e83e0f2

File tree

7 files changed

+7123
-7634
lines changed

7 files changed

+7123
-7634
lines changed

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

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

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

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

.yarn/releases/yarn-3.6.1.cjs

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

.yarn/releases/yarn-4.6.0.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
24

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5-
spec: "@yarnpkg/plugin-interactive-tools"
6-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7-
spec: "@yarnpkg/plugin-workspace-tools"
5+
nodeLinker: node-modules
86

9-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"resolutions": {
2525
"@types/react": "^18.2.44"
2626
},
27-
"packageManager": "yarn@3.6.1",
27+
"packageManager": "yarn@4.6.0",
2828
"devDependencies": {
2929
"@commitlint/config-conventional": "^17.0.2",
3030
"commitlint": "^17.0.2",

yarn.lock

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

0 commit comments

Comments
 (0)