Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-23 10:29:17 +00:00
parent 6ae6a77dd5
commit 18ab337f96
324 changed files with 5358 additions and 1170 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-sonarqube-backend
## 0.1.1-next.0
### Patch Changes
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- ef9ab322de: Minor API signatures cleanup
- Updated dependencies
- @backstage/backend-common@0.15.1-next.0
## 0.1.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sonarqube-backend",
"version": "0.1.0",
"version": "0.1.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.15.0",
"@backstage/backend-common": "^0.15.1-next.0",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0",
"@types/express": "*",
@@ -34,8 +34,8 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.18.1",
"@backstage/test-utils": "^1.1.3",
"@backstage/cli": "^0.18.2-next.0",
"@backstage/test-utils": "^1.1.4-next.0",
"@types/supertest": "^2.0.12",
"msw": "^0.45.0",
"supertest": "^6.2.4"