Upgrade mui dependencies
This commit is contained in:
+8
-6
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "xo",
|
"lint": "xo",
|
||||||
"dev": "next dev --turbopack -p 3001",
|
"dev": "next dev -p 3001",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 3001"
|
"start": "next start -p 3001"
|
||||||
},
|
},
|
||||||
@@ -26,10 +26,12 @@
|
|||||||
"@emotion/styled": "^11.13.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
"@fontsource/roboto": "^5.0.5",
|
"@fontsource/roboto": "^5.0.5",
|
||||||
"@icons-pack/react-simple-icons": "^3.13.0",
|
"@icons-pack/react-simple-icons": "^3.13.0",
|
||||||
"@mui/icons-material": "^5.16.6",
|
"@mui/icons-material": "^9.0.0",
|
||||||
"@mui/lab": "^5.0.0-alpha.89",
|
"@mui/lab": "^9.0.0-beta.2",
|
||||||
"@mui/material": "^6.1.4",
|
"@mui/material": "^9.0.0",
|
||||||
"@mui/styles": "^5.8.7",
|
"@mui/material-pigment-css": "^9.0.0",
|
||||||
|
"@mui/styles": "^6.4.8",
|
||||||
|
"@pigment-css/react": "^0.0.30",
|
||||||
"@svgr/webpack": "^6.5.0",
|
"@svgr/webpack": "^6.5.0",
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
@@ -41,7 +43,7 @@
|
|||||||
"next": "16.2.4",
|
"next": "16.2.4",
|
||||||
"next-auth": "^5.0.0-beta.31",
|
"next-auth": "^5.0.0-beta.31",
|
||||||
"next-pwa": "5.6.0",
|
"next-pwa": "5.6.0",
|
||||||
"nextjs-toploader": "^1.4.2",
|
"nextjs-toploader": "^3.9.17",
|
||||||
"nodemailer": "^6.7.2",
|
"nodemailer": "^6.7.2",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"react": "19.2.5",
|
"react": "19.2.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user