Version Packages

This commit is contained in:
github-actions[bot]
2021-12-30 11:06:46 +00:00
parent f3784edd89
commit 7d27a11079
155 changed files with 760 additions and 614 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-app-backend
## 0.3.21
### Patch Changes
- 9d9cfc1b8a: Set `X-Frame-Options: deny` rather than the default `sameorigin` for all content served by the `app-backend`.`
- Updated dependencies
- @backstage/backend-common@0.10.1
- @backstage/config-loader@0.9.1
## 0.3.20
### Patch Changes
+4 -4
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.20",
"version": "0.3.21",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.0",
"@backstage/config-loader": "^0.9.0",
"@backstage/backend-common": "^0.10.1",
"@backstage/config-loader": "^0.9.1",
"@backstage/config": "^0.1.11",
"@backstage/types": "^0.1.1",
"@types/express": "^4.17.6",
@@ -43,7 +43,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.3",
"@backstage/cli": "^0.10.4",
"@backstage/types": "^0.1.1",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",