Version Packages

This commit is contained in:
github-actions[bot]
2021-06-17 08:08:44 +00:00
parent 269a4d55df
commit 36e5a82e9b
137 changed files with 751 additions and 506 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-proxy-backend
## 0.2.10
### Patch Changes
- 3108ff7bf: Make `yarn dev` respect the `PLUGIN_PORT` environment variable.
- 6ffcf9ed8: Bump http-proxy-middleware from 0.19.2 to 2.0.0
- Updated dependencies
- @backstage/backend-common@0.8.3
## 0.2.9
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-proxy-backend",
"version": "0.2.9",
"version": "0.2.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.8.2",
"@backstage/backend-common": "^0.8.3",
"@backstage/config": "^0.1.5",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -42,7 +42,7 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.7.0",
"@backstage/cli": "^0.7.1",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",