Update yarn

pull/2573/head
Jérémy Rialland 2023-04-13 22:59:46 +02:00 committed by Jérémy Rialland
parent c9b42f8659
commit 8fa67a9426
4 changed files with 875 additions and 809 deletions

File diff suppressed because one or more lines are too long

873
.yarn/releases/yarn-3.5.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs

View File

@ -59,7 +59,7 @@
"resolutions": {
"rollup": "^3.10.0"
},
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.5.0",
"engines": {
"node": "^18"
}