Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/airbrake-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/config": "0.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version 0.1.1 for @backstage/config appears significantly lower than would be expected for compatibility with @backstage/backend-common@0.24.1. Backstage core packages typically maintain version alignment to ensure compatibility.

Before merging, please verify the correct version of @backstage/config that properly pairs with backend-common@0.24.1. This mismatch could potentially cause runtime compatibility issues if these packages have interdependencies that have evolved between versions.

Suggested change
"@backstage/config": "0.1.1",
"@backstage/config": "^0.24.0",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
Expand Down
Loading