Skip to content

Commit ae733f3

Browse files
committed
Upgrade to Yarn v4
1 parent fb10991 commit ae733f3

File tree

6 files changed

+3549
-3539
lines changed

6 files changed

+3549
-3539
lines changed

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

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

.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
24

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
5-
spec: '@yarnpkg/plugin-typescript'
5+
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": "https://github.com/auguwu/floofy.dev",
99
"bugs": "https://github.com/auguwu/floofy.dev/issues",
1010
"license": "MIT",
11-
"packageManager": "yarn@3.6.4",
11+
"packageManager": "yarn@4.0.1",
1212
"scripts": {
1313
"build": "yarn fmt && yarn lint && astro build",
1414
"lint": "tsx --tsconfig ./scripts/tsconfig.json scripts/eslint.ts",

0 commit comments

Comments
 (0)