Skip to content

Commit 3d84f58

Browse files
author
mvolkov
committed
Add react 19 support
1 parent 6096009 commit 3d84f58

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": "4.0.1",
3+
"version": "4.0.2",
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": "2.0.1",
27+
"react-form-validator-core": "2.0.2",
2828
"prop-types": "^15.0.0"
2929
},
3030
"peerDependencies": {
3131
"@mui/material": "^6.0.0",
32-
"react": "^17.0.2 || ^18.0.0",
33-
"react-dom": "^17.0.2 || ^18.0.0"
32+
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
33+
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
3434
},
3535
"devDependencies": {
3636
"babel-cli": "^6.3.17",

0 commit comments

Comments
 (0)