Version Packages

This commit is contained in:
github-actions[bot]
2021-04-08 11:32:56 +00:00
parent 8374c8a3ba
commit 51b6cf465d
83 changed files with 605 additions and 450 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-app-backend
## 0.3.11
### Patch Changes
- Updated dependencies [82c66b8cd]
- Updated dependencies [b779b5fee]
- @backstage/config-loader@0.6.0
- @backstage/backend-common@0.6.2
## 0.3.10
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-backend",
"version": "0.3.10",
"version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.6.0",
"@backstage/config-loader": "^0.5.1",
"@backstage/backend-common": "^0.6.2",
"@backstage/config-loader": "^0.6.0",
"@backstage/config": "^0.1.4",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -40,7 +40,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.5",
"@backstage/cli": "^0.6.7",
"@types/supertest": "^2.0.8",
"msw": "^0.20.5",
"supertest": "^6.1.3"