We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414ad5d commit 62a77b4Copy full SHA for 62a77b4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-material-ui-form-validator",
3
- "version": "4.0.2",
+ "version": "5.0.0",
4
"description": "Simple validator for forms designed with material-ui v1/v3/v4/v5 components.",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -28,7 +28,7 @@
28
"prop-types": "^15.0.0"
29
},
30
"peerDependencies": {
31
- "@mui/material": "^6.0.0",
+ "@mui/material": "^7.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"
34
0 commit comments