Merge pull request #14835 from merceyz/merceyz/fix/storyshot-optional

Storyshots: Make `vue-jest` and `svelte` optional peer dependencies
This commit is contained in:
Michael Shilman 2021-05-07 12:15:15 +08:00 committed by GitHub
commit c8fef927bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -132,8 +132,14 @@
"rxjs": {
"optional": true
},
"svelte": {
"optional": true
},
"vue": {
"optional": true
},
"vue-jest": {
"optional": true
}
},
"publishConfig": {

View File

@ -6090,8 +6090,12 @@ __metadata:
optional: true
rxjs:
optional: true
svelte:
optional: true
vue:
optional: true
vue-jest:
optional: true
languageName: unknown
linkType: soft