Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "4.9.14",
"@mui/material": "5.0.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.53",
"@material-ui/styles": "4.9.14",
Comment on lines +55 to 58

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Agreed. This PR cannot be merged as a package-only replacement: the codebase still imports @material-ui/core, and the v4 companion packages (@material-ui/icons, @material-ui/lab, @material-ui/styles, gatsby-plugin-material-ui) would also need a coordinated MUI v5 migration.

I am leaving this blocked instead of merging the dependency swap as-is.

Expand Down