Update to devdependency.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-03-16 18:19:55 -04:00
committed by Fredrik Adelöw
parent c62081e475
commit 53e6c46244
+2 -2
View File
@@ -24,14 +24,14 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/cli": "workspace:^",
"@types/express-serve-static-core": "^4.17.5"
},
"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",