Use workspace dependencies
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
39c36c7caa
commit
29b8eb0507
@@ -23,18 +23,18 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.14.0",
|
||||
"@backstage/backend-tasks": "^0.3.6",
|
||||
"@backstage/catalog-model": "^1.1.2",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.5.0",
|
||||
"@backstage/plugin-permission-common": "^0.7.0",
|
||||
"@backstage/backend-common": "workspace:^",
|
||||
"@backstage/backend-tasks": "workspace:^",
|
||||
"@backstage/catalog-model": "workspace:^",
|
||||
"@backstage/config": "workspace:^",
|
||||
"@backstage/plugin-catalog-backend": "workspace:^",
|
||||
"@backstage/plugin-permission-common": "workspace:^",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.20.0",
|
||||
"@backstage/cli": "workspace:^",
|
||||
"@types/express": "*",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.35.0",
|
||||
|
||||
Reference in New Issue
Block a user