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/rollbar-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@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 to be significantly outdated compared to the 0.24.1 version specified for @backstage/backend-common. These packages are typically versioned to be compatible with each other, and using mismatched versions may lead to runtime errors or unexpected behavior.

Consider updating @backstage/config to a version that aligns with @backstage/backend-common 0.24.1 to ensure compatibility. The Backstage packages generally follow a coordinated versioning strategy where compatible packages are released together.

Suggested change
"@backstage/config": "0.1.1",
+ "@backstage/config": "0.24.1",

Spotted by Diamond

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

"@types/express": "^4.17.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down
Loading