Skip to content

Commit

Permalink
plugin(topology): refer to workspace to fix version packages PR insta…
Browse files Browse the repository at this point in the history
…ll state (#1520)

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
  • Loading branch information
BethGriggs authored Oct 11, 2024
1 parent 5dd7d77 commit 32853fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workspaces/topology/plugins/topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage-community/plugin-topology-common": "1.4.0",
"@backstage-community/plugin-topology-common": "workspace:^",
"@backstage/catalog-model": "^1.5.0",
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/topology/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-topology-common@1.4.0, @backstage-community/plugin-topology-common@workspace:plugins/topology-common":
"@backstage-community/plugin-topology-common@workspace:^, @backstage-community/plugin-topology-common@workspace:plugins/topology-common":
version: 0.0.0-use.local
resolution: "@backstage-community/plugin-topology-common@workspace:plugins/topology-common"
dependencies:
Expand All @@ -2831,7 +2831,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@backstage-community/plugin-topology@workspace:plugins/topology"
dependencies:
"@backstage-community/plugin-topology-common": 1.4.0
"@backstage-community/plugin-topology-common": "workspace:^"
"@backstage/catalog-model": ^1.5.0
"@backstage/cli": 0.26.11
"@backstage/core-app-api": 1.14.1
Expand Down

0 comments on commit 32853fe

Please sign in to comment.