From e335bdf2faed2aec17743a94fe0e4671e6d65464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:20:23 +0000 Subject: [PATCH] chore(deps): replace dependency @material-ui/icons with @mui/icons-material 5.0.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 04067b5a..bdb0c408 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@emotion/styled": "^11.11.0", "@khanacademy/react-multi-select": "^0.3.0", "@material-ui/core": "^4.11.3", - "@material-ui/icons": "^4.11.2", + "@mui/icons-material": "5.0.0", "@mui/material": "^6.0.0", "ajv": "^6.12.6", "aphrodite": "^1.2.5",