Version Packages

This commit is contained in:
github-actions[bot]
2022-02-17 10:38:59 +00:00
parent db48253fa1
commit 408b0300cb
329 changed files with 3035 additions and 1907 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-app-backend
## 0.3.25
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- 0107c9aa08: chore(deps): bump `helmet` from 4.4.1 to 5.0.2
- Updated dependencies
- @backstage/backend-common@0.10.8
- @backstage/config-loader@0.9.4
- @backstage/config@0.1.14
- @backstage/types@0.1.2
## 0.3.24
### 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.24",
"version": "0.3.25",
"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.10.7",
"@backstage/config-loader": "^0.9.3",
"@backstage/config": "^0.1.13",
"@backstage/types": "^0.1.1",
"@backstage/backend-common": "^0.10.8",
"@backstage/config-loader": "^0.9.4",
"@backstage/config": "^0.1.14",
"@backstage/types": "^0.1.2",
"@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.17",
"@backstage/cli": "^0.13.2",
"@backstage/types": "^0.1.1",
"@backstage/backend-test-utils": "^0.1.18",
"@backstage/cli": "^0.14.0",
"@backstage/types": "^0.1.2",
"@types/supertest": "^2.0.8",
"mock-fs": "^5.1.0",
"msw": "^0.35.0",