Skip to content

Commit f89f72f

Browse files
fix(deps): update rhdh quickstart dependencies (minor) (#1190)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18be757 commit f89f72f

4 files changed

Lines changed: 498 additions & 416 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-quickstart': patch
3+
---
4+
5+
Updated dependency `@mui/icons-material` to `5.18.0`.
6+
Updated dependency `@mui/material` to `5.18.0`.

workspaces/quickstart/packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@backstage/theme": "^0.6.6",
4747
"@material-ui/core": "^4.12.2",
4848
"@material-ui/icons": "^4.9.1",
49-
"@mui/icons-material": "5.17.1",
50-
"@mui/material": "5.17.1",
51-
"@red-hat-developer-hub/backstage-plugin-global-header": "1.11.1",
49+
"@mui/icons-material": "5.18.0",
50+
"@mui/material": "5.18.0",
51+
"@red-hat-developer-hub/backstage-plugin-global-header": "1.15.0",
5252
"@red-hat-developer-hub/backstage-plugin-quickstart": "workspace:^",
5353
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.0",
5454
"react": "^18.0.2",

workspaces/quickstart/plugins/quickstart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@backstage/core-components": "^0.17.2",
3636
"@backstage/core-plugin-api": "^1.10.7",
3737
"@backstage/theme": "^0.6.6",
38-
"@mui/icons-material": "5.17.1",
39-
"@mui/material": "5.17.1",
38+
"@mui/icons-material": "5.18.0",
39+
"@mui/material": "5.18.0",
4040
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.0",
4141
"react-use": "^17.2.4"
4242
},

0 commit comments

Comments
 (0)