From aaa1005bf135a21bf85bd616bd4a284505602826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:50:01 +0000 Subject: [PATCH] fix(deps): replace dependency @material-ui/icons with @mui/icons-material 5.0.0 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index d0cced55..463f65e6 100644 --- a/web/package.json +++ b/web/package.json @@ -3,7 +3,7 @@ "version": "2.2.0", "dependencies": { "@mui/material": "5.15.15", - "@material-ui/icons": "4.11.3", + "@mui/icons-material": "5.0.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2",