Skip to content

Commit

Permalink
- Update peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Jan 15, 2022
1 parent 5907bf0 commit 2910e5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.8.6

- Update peerDependencies

# 4.8.5

- Update readme
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,8 +43,8 @@
"compile": "rimraf dist lib && npm run umd_global && npm run umd_global_min && npm run umd_local && rm ./lib/components/*.css"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": ">= 16.8.6",
"react-dom": ">= 16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
Expand Down

0 comments on commit 2910e5e

Please sign in to comment.