backend-app-api: move @types/express to deps

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-02 14:50:18 +01:00
parent a3ec2f32ea
commit 6cf3090427
+2 -2
View File
@@ -38,13 +38,13 @@
"@backstage/backend-tasks": "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"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6"
"@backstage/cli": "workspace:^"
},
"files": [
"dist",