From 3965a2eaf82e84bcccd4b8bcf45362687dca652a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:01:17 +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 7936f0b6..c69abfb9 100644 --- a/web/package.json +++ b/web/package.json @@ -3,7 +3,7 @@ "version": "2.2.0", "dependencies": { "@material-ui/core": "4.12.4", - "@material-ui/icons": "4.11.3", + "@mui/icons-material": "5.0.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.5.1",