Skip to content

Commit 942b2a3

Browse files
authored
fix(orchestrator): fix the common package reference version (janus-idp#1704)
1 parent f6cc766 commit 942b2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@backstage/plugin-permission-node": "^0.7.27",
7777
"@backstage/plugin-auth-node": "^0.4.11",
7878
"@backstage/types": "^1.1.1",
79-
"@janus-idp/backstage-plugin-orchestrator-common": "1.7.2",
79+
"@janus-idp/backstage-plugin-orchestrator-common": "1.8.0",
8080
"@urql/core": "^4.1.4",
8181
"ajv-formats": "^2.1.1",
8282
"cloudevents": "^8.0.0",

plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@backstage/errors": "^1.2.4",
4545
"@backstage/plugin-catalog": "^1.19.0",
4646
"@backstage/types": "^1.1.1",
47-
"@janus-idp/backstage-plugin-orchestrator-common": "1.7.2",
47+
"@janus-idp/backstage-plugin-orchestrator-common": "1.8.0",
4848
"@kie-tools-core/editor": "^0.32.0",
4949
"@kie-tools-core/notifications": "^0.32.0",
5050
"@kie-tools-core/react-hooks": "^0.32.0",

0 commit comments

Comments
 (0)