Upgrade mui dependencies

This commit is contained in:
2026-04-21 18:35:54 +04:00
parent 4b1e1aecc5
commit bd2a0c7ad6
2 changed files with 489 additions and 412 deletions
+8 -6
View File
@@ -15,7 +15,7 @@
},
"scripts": {
"lint": "xo",
"dev": "next dev --turbopack -p 3001",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001"
},
@@ -26,10 +26,12 @@
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.5",
"@icons-pack/react-simple-icons": "^3.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^6.1.4",
"@mui/styles": "^5.8.7",
"@mui/icons-material": "^9.0.0",
"@mui/lab": "^9.0.0-beta.2",
"@mui/material": "^9.0.0",
"@mui/material-pigment-css": "^9.0.0",
"@mui/styles": "^6.4.8",
"@pigment-css/react": "^0.0.30",
"@svgr/webpack": "^6.5.0",
"axios": "^0.21.0",
"compression": "^1.7.4",
@@ -41,7 +43,7 @@
"next": "16.2.4",
"next-auth": "^5.0.0-beta.31",
"next-pwa": "5.6.0",
"nextjs-toploader": "^1.4.2",
"nextjs-toploader": "^3.9.17",
"nodemailer": "^6.7.2",
"nprogress": "^0.2.0",
"react": "19.2.5",