Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NewOldMax committed Oct 23, 2024
1 parent f63f54f commit 3966e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-material-ui-form-validator",
"version": "3.0.1",
"version": "4.0.0",
"description": "Simple validator for forms designed with material-ui v1/v3/v4/v5 components.",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,11 +24,11 @@
},
"homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
"dependencies": {
"react-form-validator-core": "1.1.2",
"react-form-validator-core": "2.0.0",
"prop-types": "^15.0.0"
},
"peerDependencies": {
"@mui/material": "^5.0.0",
"@mui/material": "^6.0.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
Expand Down

0 comments on commit 3966e35

Please sign in to comment.