From 86cac0f860cd0db9a41964cb21586527516b5fcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:36:10 +0000 Subject: [PATCH] Replace dependency @material-ui/icons with @mui/icons-material ^5.0.0 --- package.json | 2 +- plugins/nobl9-plugin/package.json | 2 +- yarn.lock | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f441d70..3d610e5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@backstage/core-plugin-api": "^1.8.0", "@backstage/theme": "^0.4.4", "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.9.1", + "@mui/icons-material": "^5.0.0", "@material-ui/lab": "4.0.0-alpha.61", "react-use": "^17.2.4" }, diff --git a/plugins/nobl9-plugin/package.json b/plugins/nobl9-plugin/package.json index 44ce824..d3bf5c9 100644 --- a/plugins/nobl9-plugin/package.json +++ b/plugins/nobl9-plugin/package.json @@ -40,7 +40,7 @@ "@backstage/plugin-catalog-react": "^1.9.1", "@backstage/theme": "^0.4.4", "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.9.1", + "@mui/icons-material": "^5.0.0", "@material-ui/lab": "4.0.0-alpha.61", "react-use": "^17.2.4" }, diff --git a/yarn.lock b/yarn.lock index ecbcae1..ef46d0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1804,6 +1804,13 @@ dependencies: regenerator-runtime "^0.14.0" +"@babel/runtime@^7.23.8": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" + integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== + dependencies: + regenerator-runtime "^0.14.0" + "@babel/template@^7.22.15", "@babel/template@^7.3.3": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" @@ -3692,6 +3699,13 @@ resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.20.tgz#c9ce5ccfcc7972d3bc1623440e041e0a01386626" integrity sha512-fXoGe8VOrIYajqALysFuyal1q1YmBARqJ3tmnWYDVl0scu8f6h6tZQbS2K8BY28QwkWNGyv4WRfuUkzN5HR3Ow== +"@mui/icons-material@^5.0.0": + version "5.15.6" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.6.tgz#6958232bef48972fcbafd5f69e6079a9be5951f1" + integrity sha512-GnkxMtlhs+8ieHLmCytg00ew0vMOiXGFCw8Ra9nxMsBjBqnrOI5gmXqUm+sGggeEU/HG8HyeqC1MX/IxOBJHzA== + dependencies: + "@babel/runtime" "^7.23.8" + "@mui/material@^5.12.2": version "5.14.20" resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.20.tgz#d9834187838011642779c57bbdd989275ef37b6d"