Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 20 additions & 34 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.5",
"@mui/icons-material": "^5.10.9",
"@mui/icons-material": "^5.18.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To ensure compatibility and maintain consistency across your MUI dependencies, it's a good practice to upgrade all related @mui packages to the same version. Currently, other packages like @mui/material and @mui/system are on much older 5.10.x versions. I recommend aligning their versions with this upgrade. Please consider updating them to their latest compatible versions within the v5 major release.

"@mui/material": "^5.10.11",
"@mui/styles": "^5.10.10",
"@mui/system": "^5.10.10",
Expand Down