Skip to content

Commit

Permalink
Merge pull request #1140 from awanlin/topic/use-plugin-home-react
Browse files Browse the repository at this point in the history
Updated to use @backstage/plugin-home-react
  • Loading branch information
punkle authored Sep 28, 2023
2 parents 3fa36d5 + 528722d commit 4336378
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-readers-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/backstage-plugin-github-pull-requests': patch
---

Updated to use `@backstage/plugin-home-react` instead of `@backstage/plugin-home`
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/plugin-home": "^0.5.8",
"@backstage/plugin-home-react": "^0.1.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
createRoutableExtension,
createComponentExtension,
} from '@backstage/core-plugin-api';
import { createCardExtension } from '@backstage/plugin-home';
import { createCardExtension } from '@backstage/plugin-home-react';

import { githubPullRequestsApiRef, GithubPullRequestsClient } from './api';

Expand Down

0 comments on commit 4336378

Please sign in to comment.