feat: Created new @backstage/plugin-azure-devops-common package for common types.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"@backstage/core-components": "^0.7.2",
|
||||
"@backstage/core-plugin-api": "^0.1.12",
|
||||
"@backstage/errors": "^0.1.4",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.1.4",
|
||||
"@backstage/plugin-azure-devops-common": "^0.0.1",
|
||||
"@backstage/plugin-catalog-react": "^0.6.2",
|
||||
"@backstage/theme": "^0.2.12",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
|
||||
@@ -18,7 +18,7 @@ import {
|
||||
BuildResult,
|
||||
BuildStatus,
|
||||
RepoBuild,
|
||||
} from '@backstage/plugin-azure-devops-backend';
|
||||
} from '@backstage/plugin-azure-devops-common';
|
||||
|
||||
import { BuildTable } from './BuildTable';
|
||||
import { MemoryRouter } from 'react-router';
|
||||
|
||||
Reference in New Issue
Block a user