Skip to content
Open
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
10 changes: 5 additions & 5 deletions plugins/catalog-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@backstage/catalog-client": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-components": "0.8.6",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/integration-react": "workspace:^",
"@backstage/integration": "0.1.0",
"@backstage/integration-react": "0.1.1",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@backstage/plugin-catalog-react": "0.0.1",
Comment on lines +38 to +44

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The dependencies @backstage/core-components, @backstage/integration, @backstage/integration-react, and @backstage/plugin-catalog-react have been changed from workspace:^ to specific version numbers. In a monorepo setup, workspace:^ typically ensures that local versions of these packages are used. Changing to fixed versions might alter how these dependencies are resolved, potentially leading to inconsistencies with other workspace packages or unexpected behavior during local development. Please confirm if this change in dependency resolution strategy is intended for these specific packages, or if it should revert to workspace:^ after the vulnerability fix is verified.

"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@types/react": "^16.13.1 || ^17.0.0",
"git-url-parse": "^13.0.0",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"react-hook-form": "^7.12.2",
"react-use": "^17.2.4",
"yaml": "^2.0.0"
Expand Down
Loading