Skip to content

Commit 9003001

Browse files
committed
fix: 🐛 PeerDependencies fix
1 parent cf57b2e commit 9003001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"private": false,
1818
"peerDependencies": {
19-
"react": "^17.0.2"
19+
"react": ">= 16.8.0"
2020
},
2121
"scripts": {
2222
"build": "rollup -c",

0 commit comments

Comments
 (0)