backend-app-api: add missing @types/express dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-30 10:53:06 +01:00
parent 02b119ff93
commit 6518fbb3c8
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6"
},
"files": [
"dist",
+1
View File
@@ -3382,6 +3382,7 @@ __metadata:
"@backstage/cli": "workspace:^"
"@backstage/errors": "workspace:^"
"@backstage/plugin-permission-node": "workspace:^"
"@types/express": ^4.17.6
express: ^4.17.1
express-promise-router: ^4.1.0
winston: ^3.2.1