diff --git a/addons/storyshots/storyshots-core/package.json b/addons/storyshots/storyshots-core/package.json index a46a721e33f4..5bdc7a1cf829 100644 --- a/addons/storyshots/storyshots-core/package.json +++ b/addons/storyshots/storyshots-core/package.json @@ -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": {