Upgrade to yarn 3.2.4

This commit is contained in:
Michael Shilman 2022-10-18 16:35:17 +08:00
parent da22ba935d
commit 0f2801f293
10 changed files with 816 additions and 797 deletions

783
.yarn/releases/yarn-3.2.3.cjs generated vendored

File diff suppressed because one or more lines are too long

801
.yarn/releases/yarn-3.2.4.cjs generated vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
installStatePath: ./.yarn/root-install-state.gz
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.3.cjs
installStatePath: "./.yarn/root-install-state.gz"
yarnPath: .yarn/releases/yarn-3.2.4.cjs

View File

@ -27,5 +27,5 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
installStatePath: '../.yarn/code-install-state.gz'

View File

@ -379,7 +379,7 @@
"verdaccio": "^4.10.0",
"verdaccio-auth-memory": "^9.7.2"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.2.4",
"engines": {
"node": ">=10.13.0",
"yarn": ">=1.3.2"

View File

@ -38964,7 +38964,7 @@ __metadata:
"typescript@patch:typescript@npm%3A~4.6.3#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver

View File

@ -6,5 +6,5 @@
"test": "cd code; yarn test",
"lint": "cd code; yarn lint"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.4"
}

View File

@ -8,15 +8,15 @@ logFilters:
- code: YN0076
level: discard
- level: discard
pattern: "@workspace:examples"
pattern: '@workspace:examples'
- level: discard
pattern: "@storybook/root@workspace:."
pattern: '@storybook/root@workspace:.'
- level: discard
pattern: "@workspace:addons/storyshots/"
pattern: '@workspace:addons/storyshots/'
nodeLinker: node-modules
npmRegistryServer: "https://registry.yarnpkg.com"
npmRegistryServer: 'https://registry.yarnpkg.com'
plugins:
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
@ -27,5 +27,5 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
installStatePath: "../.yarn/scripts-install-state.gz"
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
installStatePath: '../.yarn/scripts-install-state.gz'

View File

@ -186,7 +186,7 @@
"verdaccio": "^4.10.0",
"verdaccio-auth-memory": "^9.7.2"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.2.4",
"engines": {
"node": ">=10.13.0",
"yarn": ">=1.3.2"

View File

@ -19100,7 +19100,7 @@ __metadata:
"typescript@patch:typescript@npm%3A~4.6.3#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver