-
Notifications
You must be signed in to change notification settings - Fork 5
Bump @mui/icons-material from 5.18.0 to 9.0.0 #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| "@emotion/react": "^11.14.0", | ||
| "@emotion/styled": "^11.14.0", | ||
| "@formkit/auto-animate": "^0.8.2", | ||
| "@mui/icons-material": "^5.16.13", | ||
| "@mui/icons-material": "^9.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 PR contains only a dependency version bump with no corresponding code changes This PR only changes the Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "@mui/material": "^5.16.13", | ||
| "flatpickr": "^4.6.13", | ||
| "framer-motion": "^11.16.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Major version mismatch: @mui/icons-material v9 requires @mui/material v9, but project uses v5
@mui/icons-materialis bumped from^5.16.13to^9.0.0, but@mui/materialremains at^5.16.13. Verified vianpm viewthat@mui/icons-material@9.0.0declares a peer dependency on@mui/material@^9.0.0. This version mismatch will produce peer dependency errors on install and will likely cause runtime failures, since v9 icons may depend on internal APIs or components from@mui/materialv9 that don't exist in v5. Every icon import in the project (Workspace.tsx:7-11,18andApp.tsx:6) would be affected.Was this helpful? React with 👍 or 👎 to provide feedback.