Switch to regular dependency.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-02-23 09:36:52 -05:00
committed by Fredrik Adelöw
parent 3973f3e7af
commit c41c556952
+3 -3
View File
@@ -24,15 +24,15 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.33"
"@backstage/cli": "workspace:^"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.33",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"json-schema-to-ts": "^2.6.2",