Skip to content

Commit

Permalink
chore: update dependencies for mui v6
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterStackworx committed Sep 20, 2024
1 parent 0ae08a7 commit 4a8f3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trailingComma": "es5"
},
"peerDependencies": {
"@mui/material": ">5.6.0",
"@mui/material": ">=5.6.0 || >=6.0.0",
"react-hook-form": ">7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trailingComma": "es5"
},
"peerDependencies": {
"@mui/material": ">5.6.0",
"@mui/material": ">=5.6.0 || >=6.0.0",
"@mui/x-date-pickers-pro": ">7.0.0",
"react-hook-form": ">7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trailingComma": "es5"
},
"peerDependencies": {
"@mui/material": ">5.6.0",
"@mui/material": ">=5.6.0 || >=6.0.0",
"@mui/x-date-pickers": ">7.0.0",
"react-hook-form": ">7.0.0"
}
Expand Down

0 comments on commit 4a8f3f6

Please sign in to comment.