Skip to content

Commit eff462d

Browse files
committed
Upgrade yarn to 4
1 parent d8adef6 commit eff462d

File tree

4 files changed

+8388
-5440
lines changed

4 files changed

+8388
-5440
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
logs
33
*.log
44
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
75
pnpm-debug.log*
86
lerna-debug.log*
97

@@ -24,3 +22,11 @@ dist-ssr
2422
*.sw?
2523

2624
.env
25+
26+
.yarn/*
27+
!.yarn/cache
28+
!.yarn/patches
29+
!.yarn/plugins
30+
!.yarn/releases
31+
!.yarn/sdks
32+
!.yarn/versions

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
"webextension-polyfill": "^0.10.0",
109109
"websocket-as-promised": "^2.0.1",
110110
"zod": "^3.21.4"
111-
}
111+
},
112+
"packageManager": "[email protected]"
112113
}

0 commit comments

Comments
 (0)