From 6c138015b0f412381be3fb13b7d4a5cb43575b66 Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:37:27 +0000 Subject: [PATCH] fix(deps): replace dependency @material-ui/icons with @mui/icons-material --- .github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/package.json b/.github/package.json index cf95215..5bee9e5 100644 --- a/.github/package.json +++ b/.github/package.json @@ -9,7 +9,7 @@ "dependencies": { "@coveo/headless": "1.32.0", "@material-ui/core": "4.11.0", - "@material-ui/icons": "4.11.2", + "@mui/icons-material": "5.0.0", "@material-ui/lab": "4.0.0-alpha.56", "cross-fetch": "3.0.5", "react": "^16.12.0",