Upgrade yarn to 3.6.0

This commit is contained in:
Simon Warta 2023-06-20 09:25:30 +02:00
parent 5cb6c46550
commit 2c9886240a
3 changed files with 280 additions and 279 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,4 +13,4 @@ plugins:
pnpMode: loose
yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs

View File

@ -50,5 +50,5 @@
"prettier": "^2.8.1",
"typescript": "~4.9"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.0"
}