We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e17c5f commit 8adc41bCopy full SHA for 8adc41b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-google-recaptcha",
3
- "version": "0.14.0",
+ "version": "0.14.1",
4
"description": "React Component Wrapper for Google reCAPTCHA",
5
"main": "lib/recaptcha-wrapper.js",
6
"module": "lib/es/recaptcha-wrapper.js",
@@ -74,6 +74,6 @@
74
},
75
"dependencies": {
76
"prop-types": ">=15.5.0",
77
- "react-async-script": ">=0.11.0"
+ "react-async-script": ">=0.11.0 < 1.0"
78
}
79
0 commit comments