depend on core, not core-api

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-04-29 12:59:42 +02:00
parent e0c9ed759d
commit 6179bff5f0
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -33,7 +33,6 @@
"@backstage/catalog-client": "^0.3.10",
"@backstage/catalog-model": "^0.7.7",
"@backstage/core": "^0.7.6",
"@backstage/core-api": "^0.2.17",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.5.1",
"@backstage/integration-react": "^0.1.1",
@@ -20,6 +20,7 @@ import {
RELATION_OWNED_BY,
} from '@backstage/catalog-model';
import {
attachComponentData,
Content,
Header,
HeaderLabel,
@@ -34,12 +35,11 @@ import {
getEntityRelations,
useEntityCompoundName,
} from '@backstage/plugin-catalog-react';
import { attachComponentData } from '@backstage/core-api';
import { Box, TabProps } from '@material-ui/core';
import { Alert } from '@material-ui/lab';
import {
default as React,
Children,
default as React,
Fragment,
isValidElement,
useContext,