Version Packages

This commit is contained in:
github-actions[bot]
2022-08-16 12:15:33 +00:00
parent 565a6cf315
commit a5684d0d53
395 changed files with 4519 additions and 2082 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-sonarqube-backend
## 0.1.0
### Minor Changes
- e2be9ab3a4: Initial creation of the plugin
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0
## 0.1.0-next.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sonarqube-backend",
"version": "0.1.0-next.0",
"version": "0.1.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-next.1",
"@backstage/backend-common": "^0.15.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-next.0",
"@backstage/test-utils": "^1.1.3-next.0",
"@backstage/cli": "^0.18.1",
"@backstage/test-utils": "^1.1.3",
"@types/supertest": "^2.0.12",
"msw": "^0.44.2",
"supertest": "^6.2.4"