From 34518aefd56e81f65d86be9fe02e9a07e92e408f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:33:43 +0000 Subject: [PATCH] Replace dependency @material-ui/icons with @mui/icons-material --- package-lock.json | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3374b7c..7f47d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,14 +91,6 @@ "react-transition-group": "^4.4.0" } }, - "@material-ui/icons": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.2.tgz", - "integrity": "sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ==", - "requires": { - "@babel/runtime": "^7.4.4" - } - }, "@material-ui/styles": { "version": "4.11.3", "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.3.tgz", @@ -148,6 +140,21 @@ "react-is": "^16.8.0 || ^17.0.0" } }, + "@mui/icons-material": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.0.0.tgz", + "integrity": "sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q==", + "requires": { + "@babel/runtime": "^7.14.8" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==" + } + } + }, "@next/env": { "version": "10.0.9", "resolved": "https://registry.npmjs.org/@next/env/-/env-10.0.9.tgz", diff --git a/package.json b/package.json index 2789970..5a99968 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@material-ui/core": "4.11.3", - "@material-ui/icons": "4.11.2", + "@mui/icons-material": "5.0.0", "next": "10.0.9", "react": "17.0.2", "react-dom": "17.0.2",