Skip to content

Commit e8cc528

Browse files
fix(deps): update dependency @red-hat-developer-hub/backstage-plugin-theme to ^0.10.0 (#1440)
1 parent d49b252 commit e8cc528

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-quickstart': patch
3+
---
4+
5+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.10.0` and move it from plugin dependencies to devDependencies.

workspaces/quickstart/packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@mui/material": "5.18.0",
5151
"@red-hat-developer-hub/backstage-plugin-global-header": "^1.17.1",
5252
"@red-hat-developer-hub/backstage-plugin-quickstart": "workspace:^",
53-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.0",
53+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
5454
"react": "^18.0.2",
5555
"react-dom": "^18.0.2",
5656
"react-router": "^6.3.0",

workspaces/quickstart/plugins/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@backstage/theme": "^0.6.8",
4040
"@mui/icons-material": "5.18.0",
4141
"@mui/material": "5.18.0",
42-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.0",
4342
"react-use": "^17.6.0"
4443
},
4544
"peerDependencies": {
@@ -51,6 +50,7 @@
5150
"@backstage/dev-utils": "^1.1.13",
5251
"@backstage/plugin-permission-common": "^0.9.1",
5352
"@backstage/test-utils": "^1.7.11",
53+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
5454
"@testing-library/jest-dom": "^6.0.0",
5555
"@testing-library/react": "^14.0.0",
5656
"@testing-library/user-event": "^14.0.0",

workspaces/quickstart/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10776,7 +10776,7 @@ __metadata:
1077610776
"@backstage/theme": ^0.6.8
1077710777
"@mui/icons-material": 5.18.0
1077810778
"@mui/material": 5.18.0
10779-
"@red-hat-developer-hub/backstage-plugin-theme": ^0.9.0
10779+
"@red-hat-developer-hub/backstage-plugin-theme": ^0.10.0
1078010780
"@testing-library/jest-dom": ^6.0.0
1078110781
"@testing-library/react": ^14.0.0
1078210782
"@testing-library/user-event": ^14.0.0
@@ -10788,19 +10788,19 @@ __metadata:
1078810788
languageName: unknown
1078910789
linkType: soft
1079010790

10791-
"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.9.0":
10792-
version: 0.9.1
10793-
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.9.1"
10791+
"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.10.0":
10792+
version: 0.10.0
10793+
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.10.0"
1079410794
dependencies:
1079510795
"@mui/icons-material": ^5.17.1
1079610796
peerDependencies:
10797-
"@backstage/core-plugin-api": ^1.10.7
10798-
"@backstage/theme": ^0.6.6
10797+
"@backstage/core-plugin-api": ^1.10.9
10798+
"@backstage/theme": ^0.6.8
1079910799
"@material-ui/icons": ^4.11.3
1080010800
"@mui/icons-material": ^5.17.1
1080110801
"@mui/material": ^5.0.0
1080210802
react: ^16.13.1 || ^17.0.0 || ^18.0.0
10803-
checksum: 876923b59c7f7bd6cf56218004770dd5b9c34873ca0a04f7ae9b6b9cbe33214de9f867d27702045785bd865cdc7dee23277cb58711447b5859bd1dae1d4a66db
10803+
checksum: a5626d864def2e255d026d1620d370ada033f11ee357b145a9f5bd95185cbb9392cae1c83d2dbdcafde8747feb95d79f7067f645d5c6086628d5910a216cf34e
1080410804
languageName: node
1080510805
linkType: hard
1080610806

@@ -15095,7 +15095,7 @@ __metadata:
1509515095
"@playwright/test": ^1.32.3
1509615096
"@red-hat-developer-hub/backstage-plugin-global-header": ^1.17.1
1509715097
"@red-hat-developer-hub/backstage-plugin-quickstart": "workspace:^"
15098-
"@red-hat-developer-hub/backstage-plugin-theme": ^0.9.0
15098+
"@red-hat-developer-hub/backstage-plugin-theme": ^0.10.0
1509915099
"@testing-library/dom": ^9.0.0
1510015100
"@testing-library/jest-dom": ^6.0.0
1510115101
"@testing-library/react": ^14.0.0

0 commit comments

Comments
 (0)