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/quickstart/.changeset/renovate-40183ef.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-quickstart': patch
---

Updated dependency `@red-hat-developer-hub/backstage-plugin-app-react` to `^0.0.4`.
2 changes: 1 addition & 1 deletion workspaces/quickstart/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "5.18.0",
"@mui/material": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.0.3",
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.0.4",
"@red-hat-developer-hub/backstage-plugin-global-header": "^1.21.0",
"@red-hat-developer-hub/backstage-plugin-quickstart": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.3",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/quickstart/plugins/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@backstage/theme": "^0.7.2",
"@mui/icons-material": "5.18.0",
"@mui/material": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.0.3",
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.0.4",
"@red-hat-developer-hub/backstage-plugin-global-header": "^1.21.0",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
"react-use": "^17.6.0"
Expand Down
12 changes: 6 additions & 6 deletions workspaces/quickstart/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11451,9 +11451,9 @@ __metadata:
languageName: node
linkType: hard

"@red-hat-developer-hub/backstage-plugin-app-react@npm:^0.0.3":
version: 0.0.3
resolution: "@red-hat-developer-hub/backstage-plugin-app-react@npm:0.0.3"
"@red-hat-developer-hub/backstage-plugin-app-react@npm:^0.0.4":
version: 0.0.4
resolution: "@red-hat-developer-hub/backstage-plugin-app-react@npm:0.0.4"
dependencies:
"@backstage/core-plugin-api": "npm:^1.12.4"
"@backstage/frontend-plugin-api": "npm:^0.15.1"
Expand All @@ -11462,7 +11462,7 @@ __metadata:
"@mui/material": "npm:5.18.0"
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
checksum: 10c0/033b2908a616f9b3204af19a5203cc038a27cc0bffc51d1da2be0e33fa8ff5b36d049b082d7c4bf0855b3395f0863fc5184e1eb516940181618657d98da01506
checksum: 10c0/1fd976a0d00d9872bf34436686df2f09b7ca35307db03626cd96f82fc31ef73aa32f1acdd1eaed390209de06ca8db764d67ad8fac324626e75c27ff0a8a96146
languageName: node
linkType: hard

Expand Down Expand Up @@ -11518,7 +11518,7 @@ __metadata:
"@backstage/theme": "npm:^0.7.2"
"@mui/icons-material": "npm:5.18.0"
"@mui/material": "npm:5.18.0"
"@red-hat-developer-hub/backstage-plugin-app-react": "npm:^0.0.3"
"@red-hat-developer-hub/backstage-plugin-app-react": "npm:^0.0.4"
"@red-hat-developer-hub/backstage-plugin-global-header": "npm:^1.21.0"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.12.0"
"@testing-library/jest-dom": "npm:^6.0.0"
Expand Down Expand Up @@ -16169,7 +16169,7 @@ __metadata:
"@mui/icons-material": "npm:5.18.0"
"@mui/material": "npm:5.18.0"
"@playwright/test": "npm:1.58.2"
"@red-hat-developer-hub/backstage-plugin-app-react": "npm:^0.0.3"
"@red-hat-developer-hub/backstage-plugin-app-react": "npm:^0.0.4"
"@red-hat-developer-hub/backstage-plugin-global-header": "npm:^1.21.0"
"@red-hat-developer-hub/backstage-plugin-quickstart": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-theme": "npm:^0.14.3"
Expand Down
Loading