From d88949e60a48ec55803108f4ff42f24d08ca74fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:26:09 +0000 Subject: [PATCH] fix(deps): replace npm with @mui/material ^5.0.0 - - package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9cb00c5e..f85701af 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "url": "https://github.com/finos/git-proxy" }, "dependencies": { - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "4.11.3", + "@mui/material": "^5.0.0", + "@mui/icons-material": "5.0.0", "@primer/octicons-react": "^19.8.0", "@seald-io/nedb": "^4.0.2", "axios": "^1.6.0",