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
8 changes: 4 additions & 4 deletions plugins/app-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/config-loader": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/backend-plugin-api": "0.6.19",
"@backstage/config": "0.1.1",
"@backstage/config-loader": "0.1.1",
Comment on lines +50 to +51
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 numbers for @backstage/config (0.1.1) and @backstage/config-loader (0.1.1) appear significantly lower than typical Backstage package versions. This discrepancy raises concerns about potential compatibility issues with the other dependencies being updated to versions 0.24.1 and 0.6.19.

Before merging, please verify these are indeed the correct versions. Backstage packages typically maintain somewhat aligned version numbers across the ecosystem, so this difference is unusual and might indicate an error in the dependency resolution.

Spotted by Diamond

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

"@backstage/types": "workspace:^",
"@types/express": "^4.17.6",
"express": "^4.17.1",
Expand Down
Loading