From 5df9931dd6c2de573f4afb893c8bde41d8904fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:06:23 +0000 Subject: [PATCH] Replace dependency @material-ui/icons with @mui/icons-material 5.0.0 --- package.json | 2 +- yarn.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d55eb67c..45c10c67 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@material-ui/core": "4.12.4", - "@material-ui/icons": "4.11.3", + "@mui/icons-material": "5.0.0", "clsx": "1.2.1", "dotenv": "10.0.0", "dotenv-load": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 5a5deccf..78bd8402 100644 --- a/yarn.lock +++ b/yarn.lock @@ -901,6 +901,11 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.14.8": + version "7.29.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.7.tgz#12022450c45a4da6d8d8287b18a4ff2ddb23f768" + integrity sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw== + "@babel/runtime@^7.18.3": version "7.18.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4" @@ -1105,13 +1110,6 @@ react-is "^16.8.0 || ^17.0.0" react-transition-group "^4.4.0" -"@material-ui/icons@4.11.3": - version "4.11.3" - resolved "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.3.tgz" - integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA== - dependencies: - "@babel/runtime" "^7.4.4" - "@material-ui/styles@^4.11.5": version "4.11.5" resolved "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.5.tgz" @@ -1158,6 +1156,13 @@ prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" +"@mui/icons-material@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.0.tgz#f6282b6044d221d80729bffe976ede2072c8d313" + integrity sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q== + dependencies: + "@babel/runtime" "^7.14.8" + "@napi-rs/triples@^1.0.3": version "1.1.0" resolved "https://registry.npmjs.org/@napi-rs/triples/-/triples-1.1.0.tgz"