mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 12:21:05 +08:00
fix(addon-storyshots): add missing peer dependencies for vue
This commit is contained in:
parent
925100f95e
commit
cf25fba920
@ -63,6 +63,8 @@
|
||||
"jest-vue-preprocessor": "^1.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@storybook/vue": "*",
|
||||
"vue": "*",
|
||||
"jest-preset-angular": "*",
|
||||
"jest-vue-preprocessor": "*"
|
||||
},
|
||||
@ -72,6 +74,12 @@
|
||||
},
|
||||
"jest-vue-preprocessor": {
|
||||
"optional": true
|
||||
},
|
||||
"@storybook/vue": {
|
||||
"optional": true
|
||||
},
|
||||
"vue": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import Vue from 'vue';
|
||||
|
||||
// this is defined in @storybook/vue but not exported,
|
||||
|
Loading…
x
Reference in New Issue
Block a user