mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:41:07 +08:00
Merge pull request #14835 from merceyz/merceyz/fix/storyshot-optional
Storyshots: Make `vue-jest` and `svelte` optional peer dependencies
This commit is contained in:
commit
c8fef927bf
@ -132,8 +132,14 @@
|
||||
"rxjs": {
|
||||
"optional": true
|
||||
},
|
||||
"svelte": {
|
||||
"optional": true
|
||||
},
|
||||
"vue": {
|
||||
"optional": true
|
||||
},
|
||||
"vue-jest": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user