Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/adoption-insights/.changeset/renovate-b834ac2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-adoption-insights': patch
---

Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@backstage/dev-utils": "^1.1.21",
"@backstage/plugin-catalog": "^2.0.1",
"@backstage/test-utils": "^1.7.16",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
16 changes: 9 additions & 7 deletions workspaces/adoption-insights/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10976,7 +10976,7 @@ __metadata:
"@mui/material": "npm:5.18.0"
"@mui/x-date-pickers": "npm:5.0.20"
"@red-hat-developer-hub/backstage-plugin-adoption-insights-common": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.12.0"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.14.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/user-event": "npm:^14.0.0"
Expand Down Expand Up @@ -11017,19 +11017,21 @@ __metadata:
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.12.0":
version: 0.12.0
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.12.0"
"@red-hat-developer-hub/backstage-plugin-theme@npm:^0.14.0":
version: 0.14.7
resolution: "@red-hat-developer-hub/backstage-plugin-theme@npm:0.14.7"
dependencies:
"@backstage/frontend-plugin-api": "npm:^0.15.1"
"@backstage/plugin-app-react": "npm:^0.2.1"
"@mui/icons-material": "npm:^5.17.1"
peerDependencies:
"@backstage/core-plugin-api": ^1.12.0
"@backstage/theme": ^0.7.0
"@backstage/core-plugin-api": ^1.12.4
"@backstage/theme": ^0.7.2
"@material-ui/icons": ^4.11.3
"@mui/icons-material": ^5.17.1
"@mui/material": ^5.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
checksum: 10c0/9ccc7f5360089f5efe98e85eeb68af061e75306b09f2386605306c8b362b67f79855592f90e7ddb63c051dd585dd3bab7d8e5ff300f9f8cc6370ccef18aea983
checksum: 10c0/6b8f066fb2b4884478888574860127b235bb54ec1ae11599ac7423d0cc8a598a172b87d3e0df0756f50d338731de802fbfaaa452dd7796f5de49ff741122510b
languageName: node
linkType: hard

Expand Down
Loading