Skip to content

Commit dacd635

Browse files
fix(deps): update rhdh orchestrator dependencies (minor)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d181a16 commit dacd635

File tree

10 files changed

+95
-95
lines changed

10 files changed

+95
-95
lines changed

workspaces/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"react": "^18",
5656
"react-dom": "^18",
5757
"refractor@npm:3.6.0/prismjs": "^1.30.0",
58-
"zod-to-json-schema": "3.24.6",
58+
"zod-to-json-schema": "3.25.1",
5959
"@backstage/backend-plugin-api": "1.5.0"
6060
},
6161
"prettier": "@backstage/cli/config/prettier",

workspaces/orchestrator/packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/styles": "5.18.0",
5353
"@red-hat-developer-hub/backstage-plugin-orchestrator": "workspace:^",
5454
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "workspace:^",
55-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
55+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
5656
"custom-authentication-provider-module": "workspace:^",
5757
"history": "^5.3.0",
5858
"react": "^18.0.2",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@backstage/test-utils": "^1.7.13",
66-
"@playwright/test": "1.56.1",
66+
"@playwright/test": "1.58.0",
6767
"@testing-library/dom": "^9.0.0",
6868
"@testing-library/jest-dom": "^6.0.0",
6969
"@testing-library/react": "^14.0.0",

workspaces/orchestrator/plugins/custom-authentication-provider-module-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@backstage/cli": "^0.34.5",
5555
"@backstage/types": "^1.2.2",
56-
"@janus-idp/cli": "3.6.1",
56+
"@janus-idp/cli": "3.7.0",
5757
"prettier": "3.8.1",
5858
"typescript": "5.6.3"
5959
},

workspaces/orchestrator/plugins/custom-authentication-provider-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@backstage/cli": "^0.34.5",
57-
"@janus-idp/cli": "3.6.1",
57+
"@janus-idp/cli": "3.7.0",
5858
"@types/react": "^18.0.0",
5959
"prettier": "3.8.1",
6060
"react-router": "^6.4.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@backstage/backend-test-utils": "^1.10.0",
9494
"@backstage/cli": "^0.34.5",
9595
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
96-
"@janus-idp/cli": "3.6.1",
96+
"@janus-idp/cli": "3.7.0",
9797
"@types/express": "4.17.25",
9898
"@types/fs-extra": "11.0.4",
9999
"@types/json-schema": "7.0.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@backstage/cli": "^0.34.5",
67-
"@openapitools/openapi-generator-cli": "2.25.2",
67+
"@openapitools/openapi-generator-cli": "2.28.0",
6868
"@types/js-yaml": "^4.0.0",
6969
"@types/json-schema": "7.0.15",
7070
"js-yaml-cli": "^0.6.0"

workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@backstage/core-app-api": "^1.19.2",
8383
"@backstage/dev-utils": "^1.1.17",
8484
"@backstage/test-utils": "^1.7.13",
85-
"@janus-idp/cli": "3.6.1",
85+
"@janus-idp/cli": "3.7.0",
8686
"@testing-library/jest-dom": "^6.0.0",
8787
"@testing-library/react": "^14.0.0",
8888
"@testing-library/user-event": "^14.0.0",

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"@backstage/cli": "^0.34.5",
8080
"@backstage/dev-utils": "^1.1.17",
8181
"@backstage/test-utils": "^1.7.13",
82-
"@janus-idp/cli": "3.6.1",
82+
"@janus-idp/cli": "3.7.0",
8383
"@mui/icons-material": "^5.17.1",
8484
"@mui/material": "^5.17.1",
85-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
85+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
8686
"@testing-library/dom": "^10.0.0",
8787
"@testing-library/jest-dom": "^6.0.0",
8888
"@testing-library/react": "^15.0.0",

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"@backstage/cli": "^0.34.5",
6969
"@backstage/plugin-scaffolder-node-test-utils": "^0.3.5",
70-
"@janus-idp/cli": "3.6.1",
70+
"@janus-idp/cli": "3.7.0",
7171
"@spotify/prettier-config": "^15.0.0",
7272
"@types/js-yaml": "^4.0.0"
7373
},

0 commit comments

Comments
 (0)