components: work around access to createApp in story by depending on core for now

Co-authored-by: Juan Lulkin <jmaiz@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-03-10 16:26:43 +01:00
parent 9a85135e12
commit ab50eed6eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@
},
"devDependencies": {
"@backstage/cli": "^0.6.3",
"@backstage/core": "^0.7.0",
"@backstage/core-api": "^0.2.12",
"@backstage/test-utils": "^0.1.8",
"@testing-library/jest-dom": "^5.10.1",
@@ -26,7 +26,7 @@ import {
InfoCard,
Page,
} from '../';
import { createApp } from '../../api-wrappers';
import { createApp } from '@backstage/core';
import {
GaugeCard,
StatusOK,