Skip to content

Commit

Permalink
Add react 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
NewOldMax committed Jan 22, 2021
1 parent b2258ba commit f07be7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-validator-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core validator component for react forms.",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/NewOldMax/react-form-validator-core#readme",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"create-react-context": "^0.3.0",
Expand Down

0 comments on commit f07be7a

Please sign in to comment.