chore: upgrade yarn version

This commit is contained in:
LongYinan 2022-11-20 23:00:28 +08:00
parent 28be7e256b
commit 329c81f742
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 282 additions and 276 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs

View file

@ -108,5 +108,5 @@
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.3.0"
}