mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +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"
|
"jest-vue-preprocessor": "^1.5.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"@storybook/vue": "*",
|
||||||
|
"vue": "*",
|
||||||
"jest-preset-angular": "*",
|
"jest-preset-angular": "*",
|
||||||
"jest-vue-preprocessor": "*"
|
"jest-vue-preprocessor": "*"
|
||||||
},
|
},
|
||||||
@ -72,6 +74,12 @@
|
|||||||
},
|
},
|
||||||
"jest-vue-preprocessor": {
|
"jest-vue-preprocessor": {
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
"@storybook/vue": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"vue": {
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
// this is defined in @storybook/vue but not exported,
|
// this is defined in @storybook/vue but not exported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user