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

Commit f03bf10

Browse files
committed
Widen peer dependency range to include prereleases
1 parent 893fdbf commit f03bf10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"typescript": "^4.2.3"
7171
},
7272
"peerDependencies": {
73-
"react": "^16.8.0 || ^17.0.0",
74-
"@storybook/react": "^6.0.0",
75-
"@storybook/addons": "^6.0.0",
76-
"@storybook/client-api": "^6.0.0"
73+
"react": ">=16.8.0",
74+
"@storybook/react": ">=6.0.0",
75+
"@storybook/addons": ">=6.0.0",
76+
"@storybook/client-api": ">=6.0.0"
7777
},
7878
"resolutions": {
7979
"**/typescript": "^4.2.3"

0 commit comments

Comments
 (0)