Skip to content

Commit 62a77b4

Browse files
author
mvolkov
committed
Update mui
1 parent 414ad5d commit 62a77b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 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.2",
3+
"version": "5.0.0",
44
"description": "Simple validator for forms designed with material-ui v1/v3/v4/v5 components.",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"prop-types": "^15.0.0"
2929
},
3030
"peerDependencies": {
31-
"@mui/material": "^6.0.0",
31+
"@mui/material": "^7.0.0",
3232
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
3333
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
3434
},

0 commit comments

Comments
 (0)