mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
Yarn 2 compatibility fixes
This commit is contained in:
parent
0139c493a8
commit
bd65e83cba
@ -85,6 +85,9 @@
|
||||
"@storybook/vue": "6.0.0-alpha.21",
|
||||
"@storybook/web-components": "6.0.0-alpha.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"jest": "*"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
@ -34,13 +34,16 @@
|
||||
"core-js": "^3.0.1",
|
||||
"cross-spawn": "^7.0.0",
|
||||
"globby": "^11.0.0",
|
||||
"jest-specific-snapshot": "^2.0.0",
|
||||
"jscodeshift": "^0.7.0",
|
||||
"lodash": "^4.17.15",
|
||||
"prettier": "^1.16.4",
|
||||
"recast": "^0.16.1",
|
||||
"regenerator-runtime": "^0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^25.1.0",
|
||||
"jest-specific-snapshot": "^2.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user