chore(frontend): Upgrade MUI v5 → v7

- @mui/material: 5.18.0 → 7.3.3
- @mui/icons-material: 5.18.0 → 7.3.3
- @mui/material-nextjs: 7.3.2 → 7.3.3

Server working correctly with MUI v7:
- All pages compile successfully
- HTTP 200 on all routes
- No MUI-related errors
This commit is contained in:
2025-10-02 16:02:21 +00:00
parent fa4be52185
commit b9279b47e8
2 changed files with 72 additions and 64 deletions

View File

@@ -18,9 +18,9 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.2.2",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/material-nextjs": "^7.3.2",
"@mui/icons-material": "^7.3.3",
"@mui/material": "^7.3.3",
"@mui/material-nextjs": "^7.3.3",
"@reduxjs/toolkit": "^2.9.0",
"@simplewebauthn/browser": "^13.2.0",
"@tanstack/react-query": "^5.90.2",