chore: update yarn

This commit is contained in:
wanhose 2022-05-23 19:05:58 +02:00
parent d49c3ee0dc
commit bb12db5257
7 changed files with 791 additions and 790 deletions

File diff suppressed because one or more lines are too long

786
.yarn/releases/yarn-3.2.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools' spec: '@yarnpkg/plugin-workspace-tools'
yarnPath: .yarn/releases/yarn-3.2.0.cjs yarnPath: .yarn/releases/yarn-3.2.1.cjs

View File

@ -17,5 +17,5 @@
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
"packageManager": "yarn@3.2.0" "packageManager": "yarn@3.2.1"
} }

View File

@ -34,6 +34,6 @@
"engines": { "engines": {
"node": "16.x" "node": "16.x"
}, },
"packageManager": "yarn@3.2.0", "packageManager": "yarn@3.2.1",
"license": "MIT" "license": "MIT"
} }

View File

@ -16,6 +16,6 @@
"engines": { "engines": {
"node": "16.x" "node": "16.x"
}, },
"packageManager": "yarn@3.2.0", "packageManager": "yarn@3.2.1",
"license": "MIT" "license": "MIT"
} }

View File

@ -14,6 +14,6 @@
"engines": { "engines": {
"node": "16.x" "node": "16.x"
}, },
"packageManager": "yarn@3.2.0", "packageManager": "yarn@3.2.1",
"license": "MIT" "license": "MIT"
} }