Skip to content

Commit ea216c7

Browse files
chore: update the orchestrator-node plugin to use the 1.5.0 version of the backend plugin. Related to errors while building production builds of the loki module (#2482) (#2524)
Co-authored-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent a9a10de commit ea216c7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator-node': patch
3+
---
4+
5+
Updating the backend-plugin-api to 1.5.0 to be inline with the other packages

workspaces/orchestrator/plugins/orchestrator-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier:fix": "prettier --ignore-unknown --write ."
4343
},
4444
"dependencies": {
45-
"@backstage/backend-plugin-api": "^1.4.4",
45+
"@backstage/backend-plugin-api": "^1.5.0",
4646
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^"
4747
},
4848
"devDependencies": {

workspaces/orchestrator/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12590,7 +12590,7 @@ __metadata:
1259012590
version: 0.0.0-use.local
1259112591
resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-node@workspace:plugins/orchestrator-node"
1259212592
dependencies:
12593-
"@backstage/backend-plugin-api": ^1.4.4
12593+
"@backstage/backend-plugin-api": ^1.5.0
1259412594
"@backstage/cli": ^0.34.4
1259512595
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^"
1259612596
languageName: unknown

0 commit comments

Comments
 (0)