migrate to use workspace ranges

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-04 21:24:48 +02:00
parent 31c78e5707
commit be5a837259
173 changed files with 2852 additions and 2852 deletions
+5 -5
View File
@@ -22,9 +22,9 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.15.1",
"@backstage/config": "^1.0.2",
"@backstage/errors": "^1.1.1",
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@types/express": "*",
"express": "^4.18.1",
"express-promise-router": "^4.1.0",
@@ -33,8 +33,8 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0",
"@backstage/test-utils": "^1.2.0",
"@backstage/cli": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@types/supertest": "^2.0.12",
"msw": "^0.47.0",
"supertest": "^6.2.4"