techdocs-common: Export @types/express from dependencies

This commit is contained in:
Himanshu Mishra
2020-12-04 20:14:23 +01:00
parent d073ba4f16
commit 50a0911364
2 changed files with 4 additions and 16 deletions
+4 -3
View File
@@ -36,12 +36,12 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/backend-common": "^0.3.2",
"@backstage/catalog-model": "^0.3.1",
"@backstage/backend-common": "^0.3.3",
"@backstage/catalog-model": "^0.4.0",
"@backstage/config": "^0.1.1",
"@google-cloud/storage": "^5.6.0",
"@types/dockerode": "^3.2.1",
"@types/klaw": "^3.0.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.2.1",
"express": "^4.17.1",
@@ -54,6 +54,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@types/klaw": "^3.0.1",
"@backstage/cli": "^0.4.0"
}
}