mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
upgrades
This commit is contained in:
parent
76330379e3
commit
28b76a3c74
893
.yarn/releases/yarn-4.0.0.cjs
generated
vendored
893
.yarn/releases/yarn-4.0.0.cjs
generated
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.0.2.cjs
generated
vendored
Executable file
893
.yarn/releases/yarn-4.0.2.cjs
generated
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -8,4 +8,4 @@ nodeLinker: node-modules
|
||||
|
||||
npmPublishAccess: public
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.0.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.0.2.cjs
|
||||
|
@ -2,6 +2,8 @@ compressionLevel: 0
|
||||
|
||||
enableGlobalCache: true
|
||||
|
||||
installStatePath: ../.yarn/code-install-state.gz
|
||||
|
||||
logFilters:
|
||||
- code: YN0005
|
||||
level: discard
|
||||
@ -23,7 +25,6 @@ plugins:
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
yarnPath: ../.yarn/releases/yarn-4.0.0.cjs
|
||||
installStatePath: '../.yarn/code-install-state.gz'
|
||||
yarnPath: ../.yarn/releases/yarn-4.0.2.cjs
|
||||
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
|
||||
# checksumBehavior: 'update'
|
||||
|
@ -267,7 +267,7 @@
|
||||
"built": false
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.0.0",
|
||||
"packageManager": "yarn@4.0.2",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
|
1921
code/yarn.lock
1921
code/yarn.lock
File diff suppressed because it is too large
Load Diff
@ -12,5 +12,5 @@
|
||||
"test": "cd code; yarn test",
|
||||
"upload-bench": "cd scripts; yarn upload-bench"
|
||||
},
|
||||
"packageManager": "yarn@4.0.0"
|
||||
"packageManager": "yarn@4.0.2"
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ plugins:
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
yarnPath: ../.yarn/releases/yarn-4.0.0.cjs
|
||||
yarnPath: ../.yarn/releases/yarn-4.0.2.cjs
|
||||
installStatePath: '../.yarn/scripts-install-state.gz'
|
||||
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
|
||||
# checksumBehavior: 'update'
|
||||
|
@ -199,7 +199,7 @@
|
||||
"verdaccio": "^5.19.1",
|
||||
"verdaccio-auth-memory": "^10.2.0"
|
||||
},
|
||||
"packageManager": "yarn@4.0.0",
|
||||
"packageManager": "yarn@4.0.2",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user