Skip to content

Commit 7892065

Browse files
refactor: ♻️ updated peer dependency to allow React 16+
1 parent 0091a2f commit 7892065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"storybook": "start-storybook -p 6006"
3030
},
3131
"peerDependencies": {
32-
"react": ">=17"
32+
"react": "^16 || ^17",
33+
"react-dom": "^16 || ^17"
3334
},
3435
"dependencies": {},
3536
"devDependencies": {

0 commit comments

Comments
 (0)