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:
Marley Powell
2021-11-08 14:06:44 +00:00
parent 84ace9a29c
commit 9c76bf58b7
7 changed files with 143 additions and 3 deletions
+1 -1
View File
@@ -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';