Skip to content

Commit

Permalink
Merge pull request #12790 from merceyz/merceyz/storyshots
Browse files Browse the repository at this point in the history
Storyshots: Add missing vue peer dependencies
  • Loading branch information
shilman authored Oct 18, 2020
2 parents 7a7e357 + cf25fba commit 736f50e
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 736f50e

Please sign in to comment.