Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eff462d

Browse files
committedOct 30, 2023
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

+8-2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

‎package.json

+2-1
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": "yarn@4.0.1"
112113
}

‎yarn.lock

+8,377-5,437
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.