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
6 changes: 3 additions & 3 deletions plugins/graphql-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@apollo/server": "^4.0.0",
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-catalog-graphql": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/config": "0.1.1",
"@backstage/plugin-catalog-graphql": "0.1.1",
Comment on lines +38 to +39
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 discrepancy between these Backstage packages is concerning. While @backstage/backend-common is set to version 0.24.1, both @backstage/config and @backstage/plugin-catalog-graphql are set to 0.1.1, which appears unusually low.

Backstage packages typically maintain version alignment for compatibility. These mismatched versions could lead to integration issues or unexpected behavior.

Consider checking the correct versions for these packages in the Backstage documentation or repository to ensure proper compatibility across the dependency chain.

Suggested change
"@backstage/config": "0.1.1",
"@backstage/plugin-catalog-graphql": "0.1.1",
+ "@backstage/config": "0.24.1",
+ "@backstage/plugin-catalog-graphql": "0.24.1",

Spotted by Diamond

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

"@graphql-tools/schema": "^9.0.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
Expand Down
Loading