Skip to content

Commit 4b4865f

Browse files
author
Raphaël Benitte
committed
feat(react): update required react version
1 parent f3aecf6 commit 4b4865f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"validate-commit-msg": "^2.14.0"
7777
},
7878
"peerDependencies": {
79-
"react": "^15.6.1"
79+
"react": ">= 15.6.1 < 17.0.0"
8080
},
8181
"main": "./lib/index.js",
8282
"module": "es/index.js",

0 commit comments

Comments
 (0)