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 ce01bd6
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit ce01bd6

Please sign in to comment.