Skip to content

Commit

Permalink
fix(addon-storyshots): add missing peer dependencies for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Oct 16, 2020
1 parent 925100f commit cf25fba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"jest-vue-preprocessor": "^1.5.0"
},
"peerDependencies": {
"@storybook/vue": "*",
"vue": "*",
"jest-preset-angular": "*",
"jest-vue-preprocessor": "*"
},
Expand All @@ -72,6 +74,12 @@
},
"jest-vue-preprocessor": {
"optional": true
},
"@storybook/vue": {
"optional": true
},
"vue": {
"optional": true
}
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit cf25fba

Please sign in to comment.