Commit aa3f6b3
refactor: remove @material-ui/icons@4 in favor of @mui/icons-material@5 (#179)
* refactor: remove @material-ui/icons@4 in favor of @mui/icons-material@5
All icon imports were already using @mui/icons-material, so this removes
the unused @material-ui/icons@4 dependency. Updated .npmrc comment to
reflect the remaining peer conflict (due to @mui/styles@5 requiring
@types/react@^17.0.0).
Closes #175
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: clarify legacy-peer-deps comment to include react peer conflict
@mui/styles@5 requires both react@^17.0.0 and @types/react@^17.0.0,
not just the types package. Update comment to avoid the impression that
fixing the type definitions alone would allow removing the flag.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: apply Copilot suggestion for legacy-peer-deps comment
Spell out the exact package version and both peer deps (react and
@types/react) for clarity, per Copilot review on PR #179.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 48267fb commit aa3f6b3
3 files changed
Lines changed: 1 addition & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments