fix: change imports
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
This commit is contained in:
committed by
Fredrik Adelöw
parent
108cdc3912
commit
32fa6ca2d8
@@ -35,7 +35,6 @@
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.3",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.4-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
|
||||
@@ -15,8 +15,12 @@
|
||||
*/
|
||||
|
||||
import { PersistentStorage } from './PersistentStorage';
|
||||
import { ErrorApi, FetchApi, StorageApi } from '@backstage/core-plugin-api';
|
||||
import { DiscoveryApi } from '@backstage/plugin-permission-common';
|
||||
import {
|
||||
ErrorApi,
|
||||
FetchApi,
|
||||
StorageApi,
|
||||
DiscoveryApi,
|
||||
} from '@backstage/core-plugin-api';
|
||||
import { MockFetchApi, setupRequestMockHandlers } from '@backstage/test-utils';
|
||||
|
||||
import { rest } from 'msw';
|
||||
|
||||
@@ -3292,7 +3292,6 @@ __metadata:
|
||||
"@backstage/config": ^1.0.2-next.0
|
||||
"@backstage/core-plugin-api": ^1.0.6-next.3
|
||||
"@backstage/errors": ^1.1.0
|
||||
"@backstage/plugin-permission-common": ^0.6.4-next.0
|
||||
"@backstage/test-utils": ^1.2.0-next.3
|
||||
"@backstage/types": ^1.0.0
|
||||
"@backstage/version-bridge": ^1.0.1
|
||||
|
||||
Reference in New Issue
Block a user