Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-app-backend
## 0.3.30
### Patch Changes
- 89c7e47967: Minor README update
- Updated dependencies
- @backstage/config-loader@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/types@1.0.0
## 0.3.29
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"version": "0.3.29",
"version": "0.3.30",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.0",
"@backstage/config-loader": "^0.9.7",
"@backstage/config": "^0.1.15",
"@backstage/types": "^0.1.3",
"@backstage/backend-common": "^0.13.1",
"@backstage/config-loader": "^1.0.0",
"@backstage/config": "^1.0.0",
"@backstage/types": "^1.0.0",
"@types/express": "^4.17.6",
"globby": "^11.0.0",
"express": "^4.17.1",
@@ -50,9 +50,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.21",
"@backstage/cli": "^0.15.2",
"@backstage/types": "^0.1.3",
"@backstage/backend-test-utils": "^0.1.22",
"@backstage/cli": "^0.16.0",
"@backstage/types": "^1.0.0",
"@types/supertest": "^2.0.8",
"mock-fs": "^5.1.0",
"msw": "^0.35.0",