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 f6d9f1c commit 5c6149a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-material-ui-form-validator",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple validator for forms designed with material-ui v1/v3/v4 components.",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
"dependencies": {
"react-form-validator-core": "1.0.0",
"react-form-validator-core": "1.0.1",
"prop-types": "^15.0.0"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
"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"
},
"devDependencies": {
"babel-cli": "^6.3.17",
Expand Down

0 comments on commit 5c6149a

Please sign in to comment.