Version Packages

This commit is contained in:
github-actions[bot]
2021-08-19 12:20:01 +00:00
parent 24dd589779
commit 6f4c73ece4
132 changed files with 627 additions and 553 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-todo-backend
## 0.1.10
### Patch Changes
- 0b34dc7a3: Ignore images and files that are larger than 200KB.
- Updated dependencies
- @backstage/backend-common@0.8.10
- @backstage/config@0.1.7
- @backstage/integration@0.6.1
## 0.1.9
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-todo-backend",
"version": "0.1.9",
"version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,12 +24,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.8.9",
"@backstage/backend-common": "^0.8.10",
"@backstage/catalog-client": "^0.3.16",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
"@backstage/config": "^0.1.7",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.6.0",
"@backstage/integration": "^0.6.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
@@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.8",
"@backstage/cli": "^0.7.9",
"@types/supertest": "^2.0.8",
"msw": "^0.29.0",
"supertest": "^6.1.3"