Upgrade yarn to 4

This commit is contained in:
wong2
2023-10-30 15:24:36 +08:00
parent d8adef6031
commit eff462d73c
4 changed files with 8388 additions and 5440 deletions

10
.gitignore vendored
View File

@@ -2,8 +2,6 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
@@ -24,3 +22,11 @@ dist-ssr
*.sw?
.env
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

1
.yarnrc.yml Normal file
View File

@@ -0,0 +1 @@
nodeLinker: node-modules

View File

@@ -108,5 +108,6 @@
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1",
"zod": "^3.21.4"
}
},
"packageManager": "yarn@4.0.1"
}

13814
yarn.lock

File diff suppressed because it is too large Load Diff