Skip to content

Commit

Permalink
might as well try this
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 1, 2022
1 parent 78a0b46 commit 930eb3a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,29 @@
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/builder-webpack4": "6.5.0-alpha.33",
"@storybook/builder-webpack5": "6.5.0-alpha.33",
"@storybook/manager-webpack4": "6.5.0-alpha.33",
"@storybook/manager-webpack5": "6.5.0-alpha.33",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@storybook/builder-webpack4": {
"optional": true
},
"@storybook/builder-webpack5": {
"optional": true
},
"@storybook/manager-webpack4": {
"optional": true
},
"@storybook/manager-webpack5": {
"optional": true
},
"typescript": {
"optional": true
}
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8224,11 +8224,23 @@ __metadata:
webpack: 4
peerDependencies:
"@babel/core": ^7.11.5
"@storybook/builder-webpack4": 6.5.0-alpha.33
"@storybook/builder-webpack5": 6.5.0-alpha.33
"@storybook/manager-webpack4": 6.5.0-alpha.33
"@storybook/manager-webpack5": 6.5.0-alpha.33
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
"@babel/core":
optional: true
"@storybook/builder-webpack4":
optional: true
"@storybook/builder-webpack5":
optional: true
"@storybook/manager-webpack4":
optional: true
"@storybook/manager-webpack5":
optional: true
typescript:
optional: true
bin:
Expand Down

0 comments on commit 930eb3a

Please sign in to comment.