From cea6e2ce66489746aae8f9a1e6891095bee9609c Mon Sep 17 00:00:00 2001 From: Tiago Barbosa Date: Mon, 20 Nov 2023 16:47:57 +0000 Subject: [PATCH] refactor(pagerduty plugin): :recycle: update example apps with the new package update example apps with the new package Signed-off-by: Tiago Barbosa --- packages/app-next/package.json | 2 +- packages/app-next/src/HomePage.tsx | 2 +- packages/app/package.json | 2 +- packages/app/src/components/catalog/EntityPage.tsx | 2 +- packages/app/src/components/home/HomePage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/app-next/package.json b/packages/app-next/package.json index 6e0581d034..78e15a9ad0 100644 --- a/packages/app-next/package.json +++ b/packages/app-next/package.json @@ -56,7 +56,6 @@ "@backstage/plugin-newrelic-dashboard": "workspace:^", "@backstage/plugin-octopus-deploy": "workspace:^", "@backstage/plugin-org": "workspace:^", - "@backstage/plugin-pagerduty": "workspace:^", "@backstage/plugin-permission-react": "workspace:^", "@backstage/plugin-playlist": "workspace:^", "@backstage/plugin-puppetdb": "workspace:^", @@ -82,6 +81,7 @@ "@material-ui/lab": "4.0.0-alpha.61", "@octokit/rest": "^19.0.3", "@oriflame/backstage-plugin-score-card": "^0.7.0", + "@pagerduty/backstage-plugin": "^0.7.1", "@roadiehq/backstage-plugin-buildkite": "^2.0.8", "@roadiehq/backstage-plugin-github-insights": "^2.0.5", "@roadiehq/backstage-plugin-github-pull-requests": "^2.2.7", diff --git a/packages/app-next/src/HomePage.tsx b/packages/app-next/src/HomePage.tsx index cb31beb34a..8850e27190 100644 --- a/packages/app-next/src/HomePage.tsx +++ b/packages/app-next/src/HomePage.tsx @@ -31,7 +31,7 @@ import { HomePageCalendar } from '@backstage/plugin-gcalendar'; import { MicrosoftCalendarCard } from '@backstage/plugin-microsoft-calendar'; import React from 'react'; import HomeIcon from '@material-ui/icons/Home'; -import { HomePagePagerDutyCard } from '@backstage/plugin-pagerduty'; +import { HomePagePagerDutyCard } from '@pagerduty/backstage-plugin'; const clockConfigs: ClockConfig[] = [ { diff --git a/packages/app/package.json b/packages/app/package.json index 245b645ddc..e647e166c4 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -62,7 +62,6 @@ "@backstage/plugin-nomad": "workspace:^", "@backstage/plugin-octopus-deploy": "workspace:^", "@backstage/plugin-org": "workspace:^", - "@backstage/plugin-pagerduty": "workspace:^", "@backstage/plugin-permission-react": "workspace:^", "@backstage/plugin-playlist": "workspace:^", "@backstage/plugin-puppetdb": "workspace:^", @@ -89,6 +88,7 @@ "@material-ui/lab": "4.0.0-alpha.61", "@octokit/rest": "^19.0.3", "@oriflame/backstage-plugin-score-card": "^0.7.0", + "@pagerduty/backstage-plugin": "^0.7.1", "@roadiehq/backstage-plugin-buildkite": "^2.0.8", "@roadiehq/backstage-plugin-github-insights": "^2.0.5", "@roadiehq/backstage-plugin-github-pull-requests": "^2.2.7", diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index ecc1f008b5..7fe73f2222 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -128,7 +128,7 @@ import { import { EntityPagerDutyCard, isPagerDutyAvailable, -} from '@backstage/plugin-pagerduty'; +} from '@pagerduty/backstage-plugin'; import { EntityPlaylistDialog } from '@backstage/plugin-playlist'; import { EntityRollbarContent, diff --git a/packages/app/src/components/home/HomePage.tsx b/packages/app/src/components/home/HomePage.tsx index 5940b0ac6c..f1cf0248ab 100644 --- a/packages/app/src/components/home/HomePage.tsx +++ b/packages/app/src/components/home/HomePage.tsx @@ -32,7 +32,7 @@ import { HomePageCalendar } from '@backstage/plugin-gcalendar'; import { MicrosoftCalendarCard } from '@backstage/plugin-microsoft-calendar'; import React from 'react'; import HomeIcon from '@material-ui/icons/Home'; -import { HomePagePagerDutyCard } from '@backstage/plugin-pagerduty'; +import { HomePagePagerDutyCard } from '@pagerduty/backstage-plugin'; const clockConfigs: ClockConfig[] = [ {