File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2222 },
2323 "dependencies" : {
2424 "@backstage/catalog-model" : " ^0.8.2" ,
25- "@backstage/core" : " ^0.7.10" ,
25+ "@backstage/core-app-api" : " ^0.1.10" ,
26+ "@backstage/core-plugin-api" : " ^0.1.6" ,
27+ "@backstage/core-components" : " ^0.3.3" ,
2628 "@backstage/plugin-catalog-react" : " ^0.2.5" ,
2729 "@material-ui/core" : " ^4.11.0" ,
2830 "react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 11import { Entity } from "@backstage/catalog-model" ;
2- import { MissingAnnotationEmptyState } from "@backstage/core" ;
2+ import { MissingAnnotationEmptyState } from "@backstage/core-components " ;
33import React from "react" ;
44import { Route , Routes } from "react-router" ;
55import { HarborDashboardPage } from "./components/HarborDashboardPage" ;
Original file line number Diff line number Diff line change 1- import { createApiRef , DiscoveryApi } from "@backstage/core" ;
1+ import { createApiRef , DiscoveryApi } from "@backstage/core-plugin-api " ;
22
33export interface harborApi { }
44
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Entity } from "@backstage/catalog-model" ;
3- import { InfoCard } from "@backstage/core" ;
3+ import { InfoCard } from "@backstage/core-components " ;
44
55import { HarborRepository } from "./HarborRepository" ;
66import { useHarborAppData } from "./useHarborAppData" ;
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Card , CardHeader } from "@material-ui/core" ;
3- import { MissingAnnotationEmptyState } from "@backstage/core" ;
3+ import { MissingAnnotationEmptyState } from "@backstage/core-components " ;
44import { Entity } from "@backstage/catalog-model" ;
55import { HarborRepository } from "./HarborRepository" ;
66import {
Original file line number Diff line number Diff line change 66 createRoutableExtension ,
77 createRouteRef ,
88 discoveryApiRef ,
9- } from "@backstage/core" ;
9+ } from "@backstage/core-plugin-api " ;
1010
1111import { HarborApiClient , harborApiRef } from "./api" ;
1212import { HARBOR_ANNOTATION_REPOSITORY } from "./components/useHarborAppData" ;
You can’t perform that action at this time.
0 commit comments