diff --git a/workspaces/orchestrator/.changeset/empty-bikes-suffer.md b/workspaces/orchestrator/.changeset/empty-bikes-suffer.md new file mode 100644 index 0000000000..730bd313bd --- /dev/null +++ b/workspaces/orchestrator/.changeset/empty-bikes-suffer.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-orchestrator-node': patch +--- + +Updating the backend-plugin-api to 1.5.0 to be inline with the other packages diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 4d35e6a6c4..72fd408bfc 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-node/package.json @@ -42,7 +42,7 @@ "prettier:fix": "prettier --ignore-unknown --write ." }, "dependencies": { - "@backstage/backend-plugin-api": "^1.4.4", + "@backstage/backend-plugin-api": "^1.5.0", "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^" }, "devDependencies": { diff --git a/workspaces/orchestrator/yarn.lock b/workspaces/orchestrator/yarn.lock index 024dde5dcb..1aaac95142 100644 --- a/workspaces/orchestrator/yarn.lock +++ b/workspaces/orchestrator/yarn.lock @@ -12589,7 +12589,7 @@ __metadata: version: 0.0.0-use.local resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-node@workspace:plugins/orchestrator-node" dependencies: - "@backstage/backend-plugin-api": ^1.4.4 + "@backstage/backend-plugin-api": ^1.5.0 "@backstage/cli": ^0.34.4 "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^" languageName: unknown