Update sonarqube-backend plugin's dependencies

Signed-off-by: Neemys <36508659+Neemys@users.noreply.github.com>
This commit is contained in:
Neemys
2022-07-28 18:26:49 +02:00
parent a8374f3e70
commit 67fd9417d1
+2 -2
View File
@@ -23,7 +23,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.14.1",
"@backstage/backend-common": "^0.15.0-next.0",
"@backstage/config": "^1.0.1",
"@types/express": "*",
"express": "^4.18.1",
@@ -33,7 +33,7 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.18.0",
"@backstage/cli": "^0.18.1-next.0",
"@types/supertest": "^2.0.12",
"msw": "^0.44.2",
"supertest": "^6.2.4"