Skip to content

Commit

Permalink
fix(deps): replace dependency @material-ui/icons with @mui/icons-mate…
Browse files Browse the repository at this point in the history
…rial ^5.0.0
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 0393e94 commit 9b98e91
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@backstage/plugin-user-settings": "^0.8.11",
"@backstage/theme": "^0.5.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "^5.0.0",
"@secustor/backstage-plugin-renovate": "workspace:^",
"history": "^5.0.0",
"react": "^18.0.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@backstage/plugin-catalog-react": "^1.12.3",
"@backstage/theme": "^0.5.6",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "^5.0.0",
"@material-ui/lab": "4.0.0-alpha.61",
"@secustor/backstage-plugin-renovate-client": "workspace:^",
"@secustor/backstage-plugin-renovate-common": "workspace:^",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8603,6 +8603,22 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^5.0.0":
version: 5.16.7
resolution: "@mui/icons-material@npm:5.16.7"
dependencies:
"@babel/runtime": "npm:^7.23.9"
peerDependencies:
"@mui/material": ^5.0.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/49bab1754334798acaf93187d27200cf90d7c50b6a019531594aeac9e5ced9168281fec70bb040792dc86c8bc0d3bf9a876f22cfbf86ad07941ca6bc6c564921
languageName: node
linkType: hard

"@mui/material@npm:^5.12.2":
version: 5.16.7
resolution: "@mui/material@npm:5.16.7"
Expand Down Expand Up @@ -11550,8 +11566,8 @@ __metadata:
"@backstage/test-utils": "npm:^1.5.10"
"@backstage/theme": "npm:^0.5.6"
"@material-ui/core": "npm:^4.9.13"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
"@mui/icons-material": "npm:^5.0.0"
"@secustor/backstage-plugin-renovate-client": "workspace:^"
"@secustor/backstage-plugin-renovate-common": "workspace:^"
"@sindresorhus/is": "npm:^4.6.0"
Expand Down Expand Up @@ -15864,7 +15880,7 @@ __metadata:
"@backstage/test-utils": "npm:1.5.10"
"@backstage/theme": "npm:^0.5.6"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@mui/icons-material": "npm:^5.0.0"
"@playwright/test": "npm:1.46.1"
"@secustor/backstage-plugin-renovate": "workspace:^"
"@testing-library/dom": "npm:10.4.0"
Expand Down

0 comments on commit 9b98e91

Please sign in to comment.