Skip to content

Commit cdf038d

Browse files
authored
build: Update to Yarn v4. (#116)
1 parent c7594b8 commit cdf038d

File tree

6 files changed

+6126
-6472
lines changed

6 files changed

+6126
-6472
lines changed

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

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

.yarn/releases/yarn-3.6.3.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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
compressionLevel: mixed
2+
13
enableGlobalCache: true
24

35
enableTelemetry: false
46

57
nodeLinker: node-modules
68

7-
plugins:
8-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9-
spec: '@yarnpkg/plugin-interactive-tools'
10-
11-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"packages/*",
3131
"website"
3232
],
33-
"packageManager": "yarn@3.6.3"
33+
"packageManager": "yarn@4.0.1"
3434
}

0 commit comments

Comments
 (0)