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/catalog-backend-module-unprocessed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/backend-plugin-api": "0.6.19",
"@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 unusually low compared to the other Backstage dependencies being updated. This is likely a mistake that could cause compatibility issues, as the catalog-model package typically uses higher version numbers in the Backstage ecosystem. Consider verifying the correct version before merging this change.

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/plugin-auth-node": "0.5.0",
"express-promise-router": "^4.1.1",
"knex": "^2.4.2"
}
Expand Down
Loading