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/catalog-backend-module-puppetdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/catalog-model": "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 specified for @backstage/catalog-model appears to be significantly outdated compared to the other Backstage dependencies in this PR. This version mismatch is likely to cause compatibility issues with @backstage/backend-common@0.24.1 and @backstage/plugin-catalog-node@1.0.0.

Before merging, please verify that all Backstage dependencies are updated to compatible versions according to the project's dependency management guidelines. Typically, Backstage packages should be kept at similar version ranges to ensure proper interoperability.

Suggested change
"@backstage/catalog-model": "0.1.1",
"@backstage/catalog-model": "^1.4.0",

Spotted by Diamond

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

"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/errors": "0.1.1",
"@backstage/plugin-catalog-node": "1.0.0",
"@backstage/types": "workspace:^",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
Expand Down
Loading