mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
Upgrade to yarn 3.2.4
This commit is contained in:
parent
da22ba935d
commit
0f2801f293
783
.yarn/releases/yarn-3.2.3.cjs
generated
vendored
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
801
.yarn/releases/yarn-3.2.4.cjs
generated
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -6,5 +6,5 @@
|
||||
"test": "cd code; yarn test",
|
||||
"lint": "cd code; yarn lint"
|
||||
},
|
||||
"packageManager": "yarn@3.2.3"
|
||||
"packageManager": "yarn@3.2.4"
|
||||
}
|
||||
|
@ -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'
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user