Skip to content

Commit

Permalink
Merge pull request #20120 from storybookjs/fix/more-peerdeps
Browse files Browse the repository at this point in the history
Fix more peerDependencies issues
  • Loading branch information
ndelangen authored Dec 7, 2022
2 parents cc0c35f + 3e7c1dd commit b43cd8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions code/presets/react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,12 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@types/util-deprecate": "^1.0.0",
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"jest-specific-snapshot": "^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"require-from-string": "^2.0.2",
"webpack": "5"
},
"peerDependenciesMeta": {
Expand Down
3 changes: 0 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6788,7 +6788,6 @@ __metadata:
"@storybook/react-docgen-typescript-plugin": 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0
"@types/node": ^16.0.0
"@types/semver": ^7.3.4
"@types/util-deprecate": ^1.0.0
babel-plugin-add-react-displayname: ^0.0.5
babel-plugin-react-docgen: ^4.2.1
fs-extra: ^9.0.1
Expand All @@ -6797,10 +6796,8 @@ __metadata:
typescript: ~4.9.3
peerDependencies:
"@babel/core": ^7.11.5
jest-specific-snapshot: ^7.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
require-from-string: ^2.0.2
webpack: 5
peerDependenciesMeta:
"@babel/core":
Expand Down

0 comments on commit b43cd8a

Please sign in to comment.