Skip to content

Commit cc5e328

Browse files
authored
Fix peerDependency of react
1 parent d37cb4b commit cc5e328

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
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
3636
"peerDependencies": {
37-
"react": ">=0.15.5",
37+
"react": ">=15.5.0",
3838
"react-async-script": ">=0.9.1"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)