Skip to content

Commit 5c6149a

Browse files
committed
Add react 17 support
1 parent f6d9f1c commit 5c6149a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-material-ui-form-validator",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Simple validator for forms designed with material-ui v1/v3/v4 components.",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -24,13 +24,13 @@
2424
},
2525
"homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
2626
"dependencies": {
27-
"react-form-validator-core": "1.0.0",
27+
"react-form-validator-core": "1.0.1",
2828
"prop-types": "^15.0.0"
2929
},
3030
"peerDependencies": {
3131
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
32-
"react": "^15.0.0 || ^16.0.0",
33-
"react-dom": "^15.0.0 || ^16.0.0"
32+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
33+
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
3434
},
3535
"devDependencies": {
3636
"babel-cli": "^6.3.17",

0 commit comments

Comments
 (0)