app-node: add missing @types/express dependency

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-02 16:54:51 +02:00
parent 5dd1f25cc8
commit cbdc9a39d6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
],
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@types/express": "^4.17.6",
"express": "^4.18.2"
}
}