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 5907bf0 commit 2910e5eCopy full SHA for 2910e5e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.8.6
2
+
3
+- Update peerDependencies
4
5
# 4.8.5
6
7
- Update readme
package.json
@@ -1,6 +1,6 @@
{
"name": "react-inputs-validation",
- "version": "4.8.5",
+ "version": "4.8.6",
"description": "A react component for form inputs validation.",
"main": "index.js",
"types": "./lib/index.d.ts",
@@ -43,8 +43,8 @@
43
"compile": "rimraf dist lib && npm run umd_global && npm run umd_global_min && npm run umd_local && rm ./lib/components/*.css"
44
},
45
"peerDependencies": {
46
- "react": "^16.8.6",
47
- "react-dom": "^16.8.6"
+ "react": ">= 16.8.6",
+ "react-dom": ">= 16.8.6"
48
49
"devDependencies": {
50
"@babel/cli": "^7.1.2",
0 commit comments