Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from storybookjs/25-peer-dependencies
Browse files Browse the repository at this point in the history
Widen peer dependency range to include prereleases
  • Loading branch information
yannbf authored Jun 3, 2021
2 parents 893fdbf + e11efee commit 2cb9104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"@storybook/react": "^6.0.0",
"@storybook/addons": "^6.0.0",
"@storybook/client-api": "^6.0.0"
"@storybook/react": "^6 || >=6.0.0-0 || >=6.1.0-0 || >=6.2.0-0 || >=6.3.0-0 ",
"@storybook/addons": "^6 || >=6.0.0-0 || >=6.1.0-0 || >=6.2.0-0 || >=6.3.0-0 ",
"@storybook/client-api": "^6 || >=6.0.0-0 || >=6.1.0-0 || >=6.2.0-0 || >=6.3.0-0 "
},
"resolutions": {
"**/typescript": "^4.2.3"
Expand Down

0 comments on commit 2cb9104

Please sign in to comment.