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
15 changes: 6 additions & 9 deletions fullstack/link-to-frontend/frontend/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 fullstack/link-to-frontend/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"@mui/material": "^7.3.4",

"@mui/icons-material": "^7.3.5",
"@mui/icons-material": "^7.3.6",
Comment on lines 9 to +11

Choose a reason for hiding this comment

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

🛑 Peer Dependency Mismatch: Upgrading @mui/icons-material to 7.3.6 creates a peer dependency conflict. The new version requires @mui/material ^7.3.6, but this project uses ^7.3.4. This mismatch could cause runtime issues or installation warnings.

Suggested change
"@mui/material": "^7.3.4",
"@mui/icons-material": "^7.3.5",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/icons-material": "^7.3.6",



"@testing-library/dom": "^10.4.0",
Expand Down