Skip to content

Commit 2910e5e

Browse files
author
edwardxiao
committed
- Update peerDependencies
1 parent 5907bf0 commit 2910e5e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.8.6
2+
3+
- Update peerDependencies
4+
15
# 4.8.5
26

37
- Update readme

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "4.8.5",
3+
"version": "4.8.6",
44
"description": "A react component for form inputs validation.",
55
"main": "index.js",
66
"types": "./lib/index.d.ts",
@@ -43,8 +43,8 @@
4343
"compile": "rimraf dist lib && npm run umd_global && npm run umd_global_min && npm run umd_local && rm ./lib/components/*.css"
4444
},
4545
"peerDependencies": {
46-
"react": "^16.8.6",
47-
"react-dom": "^16.8.6"
46+
"react": ">= 16.8.6",
47+
"react-dom": ">= 16.8.6"
4848
},
4949
"devDependencies": {
5050
"@babel/cli": "^7.1.2",

0 commit comments

Comments
 (0)