From 6d150a9468c85572c3b5af81db7120a8a1f3d239 Mon Sep 17 00:00:00 2001 From: maze Date: Tue, 10 Mar 2026 10:16:31 +0100 Subject: [PATCH] Minimal version of @mui is 7.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7a236f5..be63942 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", - "@mui/icons-material": "^5.0.0", - "@mui/material": "^5.0.0", + "@mui/icons-material": "^7.0.0", + "@mui/material": "^7.0.0", "bootstrap": "^5.0.0", "react": "^19.0.0", "react-bootstrap": "^2.0.0", @@ -83,8 +83,8 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@eslint/js": "^9.39.1", - "@mui/icons-material": "^7.3.9", - "@mui/material": "^7.3.9", + "@mui/icons-material": "^7.0.0", + "@mui/material": "^7.0.0", "@types/node": "^25.3.5", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3",