Skip to content

Commit f63f54f

Browse files
committed
Add react 18 support
1 parent 0a464ce commit f63f54f

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Simple validator for forms designed with material-ui v1/v3/v4/v5 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.1.1",
27+
"react-form-validator-core": "1.1.2",
2828
"prop-types": "^15.0.0"
2929
},
3030
"peerDependencies": {
3131
"@mui/material": "^5.0.0",
32-
"react": "^17.0.2",
33-
"react-dom": "^17.0.2"
32+
"react": "^17.0.2 || ^18.0.0",
33+
"react-dom": "^17.0.2 || ^18.0.0"
3434
},
3535
"devDependencies": {
3636
"babel-cli": "^6.3.17",

0 commit comments

Comments
 (0)