From e5a15cedaa585616f2c093d3656b10b1a3a120a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:29:21 +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 00bbf5d8..2ed468c5 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": "6.4.5", "@testing-library/react": "15.0.7", "@testing-library/user-event": "14.5.2",