Fix dependency issue.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-04-03 16:43:44 -04:00
committed by Fredrik Adelöw
parent d1a9e116fc
commit d7d059e665
+2 -2
View File
@@ -24,14 +24,14 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/express-serve-static-core": "^4.17.5"
"@backstage/cli": "workspace:^"
},
"files": [
"dist"
],
"dependencies": {
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"json-schema-to-ts": "^2.6.2",