fix: Reverted changes to @backstage/plugin-azure-devops.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-10-19 10:15:00 +01:00
parent f1b4cdce00
commit fce70720f3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,12 +31,12 @@
"@backstage/core-components": "^0.7.0",
"@backstage/core-plugin-api": "^0.1.10",
"@backstage/errors": "^0.1.2",
"@backstage/plugin-azure-devops-backend": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.6.0",
"@backstage/theme": "^0.2.11",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"azure-devops-node-api": "^11.0.1",
"luxon": "^2.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
+1 -1
View File
@@ -17,7 +17,7 @@
import {
BuildResult,
BuildStatus,
} from '@backstage/plugin-azure-devops-backend';
} from 'azure-devops-node-api/interfaces/BuildInterfaces';
export type RepoBuild = {
id?: number;
@@ -18,7 +18,7 @@ import { Box, Typography } from '@material-ui/core';
import {
BuildResult,
BuildStatus,
} from '@backstage/plugin-azure-devops-backend';
} from 'azure-devops-node-api/interfaces/BuildInterfaces';
import {
Link,
ResponseErrorPanel,