fix(addon-storyshots): add missing peer dependencies for vue

This commit is contained in:
merceyz 2020-10-16 10:53:32 +02:00
parent 925100f95e
commit cf25fba920
2 changed files with 8 additions and 1 deletions

View File

@ -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": {

View File

@ -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,