From d6c1d4942ceb16b9ab742235e090248e0c069946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:17:54 +0000 Subject: [PATCH] fix(deps): replace dependency @material-ui/icons with @mui/icons-material --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aed9971..686a16d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@material-ui/core": "4.12.3", - "@material-ui/icons": "4.11.2", + "@mui/icons-material": "5.0.0", "gray-matter": "4.0.3", "next": "12.0.10", "next-compose-plugins": "2.2.1",