From 9a1af64eb80c13321063237482d0feb3d8b2f344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 02:27:40 +0000 Subject: [PATCH] chore(deps): replace all dependencies with @mui/material 5.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a880f5..c6a337e 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ "react-dom": "^16.14.0" }, "peerDependencies": { - "@material-ui/core": "4.x", - "@material-ui/icons": "4.x", + "@mui/material": "5.x", + "@mui/icons-material": "5.x", "@material-ui/lab": "^4.0.0-alpha.61", "lodash": "4.x", "mirador": "3.x",