Skip to content

Commit

Permalink
added dependency to @storybook/svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackFenix2 committed Sep 2, 2020
1 parent 33b0893 commit 4261b15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"js-string-escape": "^1.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"sveltedoc-parser": "^3.0.4",
"react-element-to-jsx-string": "^14.3.1",
"regenerator-runtime": "^0.13.3",
"remark-external-links": "^6.0.0",
Expand Down Expand Up @@ -123,12 +122,16 @@
"react": ">=16.3.0",
"react-dom": "*",
"react-is": "^16.8.0",
"sveltedoc-parser": "^3.0.4",
"vue": "^2.6.10",
"vue-docgen-api": "^4.29.1",
"vue-docgen-loader": "^1.5.0",
"webpack": ">=4"
},
"peerDependenciesMeta": {
"sveltedoc-parser": {
"optional": true
},
"vue": {
"optional": true
},
Expand Down
1 change: 1 addition & 0 deletions app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"sveltedoc-parser": "^3.0.4",
"ts-dedent": "^1.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4261b15

Please sign in to comment.