Skip to content

Commit

Permalink
Bump @backstage/backend-common from 0.20.0 to 0.20.2 (#53)
Browse files Browse the repository at this point in the history
Bumps [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) from 0.20.0 to 0.20.2.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-common)

---
updated-dependencies:
- dependency-name: "@backstage/backend-common"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will <[email protected]>
  • Loading branch information
dependabot[bot] and willtsai authored Mar 29, 2024
1 parent 9acc42c commit e03d4d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build-image": "docker build ../.. -f Dockerfile -t ghcr.io/radius-project/dashboard"
},
"dependencies": {
"@backstage/backend-common": "^0.20.0",
"@backstage/backend-common": "^0.20.2",
"@backstage/backend-tasks": "^0.5.13",
"@backstage/catalog-client": "^1.5.1",
"@backstage/catalog-model": "^1.4.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-radius-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.20.0",
"@backstage/backend-common": "^0.20.2",
"@backstage/config": "^1.1.1",
"@types/express": "*",
"express": "^4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5262,7 +5262,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@internal/backend@workspace:packages/backend"
dependencies:
"@backstage/backend-common": "npm:^0.20.0"
"@backstage/backend-common": "npm:^0.20.2"
"@backstage/backend-tasks": "npm:^0.5.13"
"@backstage/catalog-client": "npm:^1.5.1"
"@backstage/catalog-model": "npm:^1.4.3"
Expand Down Expand Up @@ -5297,7 +5297,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@internal/plugin-radius-backend@workspace:plugins/plugin-radius-backend"
dependencies:
"@backstage/backend-common": "npm:^0.20.0"
"@backstage/backend-common": "npm:^0.20.2"
"@backstage/cli": "npm:^0.25.0"
"@backstage/config": "npm:^1.1.1"
"@types/express": "npm:*"
Expand Down

0 comments on commit e03d4d1

Please sign in to comment.