unwind dependencies

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-26 15:17:37 +01:00
committed by Eric Peterson
parent 4abd922fb5
commit 5e70312d67
10 changed files with 59 additions and 70 deletions
+1 -5
View File
@@ -20,21 +20,17 @@
},
"dependencies": {
"@backstage/backend-common": "^0.5.3",
"@backstage/config": "^0.1.2",
"@backstage/plugin-search-indexer-backend": "^0.1.1",
"@backstage/search-common": "^0.1.1",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"winston": "^3.2.1",
"cross-fetch": "^3.0.6",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.0",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2",
"msw": "^0.21.2"
"supertest": "^4.0.2"
},
"files": [
"dist"
+1 -1
View File
@@ -17,7 +17,7 @@
import express from 'express';
import Router from 'express-promise-router';
import { Logger } from 'winston';
import { SearchQuery, SearchResultSet } from '../types';
import { SearchQuery, SearchResultSet } from '@backstage/search-common';
type RouterOptions = {
logger: Logger;