Skip to content

Commit

Permalink
Add builder peer deps to core-server
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 20, 2021
1 parent 739cc4c commit d64737f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,16 @@
"webpack-bundle-analyzer": "^4.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"@storybook/builder-webpack4": "6.2.0-alpha.29",
"@storybook/builder-webpack5": "6.2.0-alpha.29"
},
"peerDependenciesMeta": {
"@storybook/builder-webpack4": {
"optional": true
},
"@storybook/builder-webpack5": {
"optional": true
},
"typescript": {
"optional": true
}
Expand Down

0 comments on commit d64737f

Please sign in to comment.