Skip to content

Commit

Permalink
fixed dependencies and title in app-config
Browse files Browse the repository at this point in the history
  • Loading branch information
batzionb committed Nov 21, 2024
1 parent 9aa4943 commit 547de8a
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 35 deletions.
2 changes: 1 addition & 1 deletion workspaces/orchestrator/app-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
title: Janus IDP Plugins
title: RHDH Plugins
baseUrl: http://localhost:3000

organization:
Expand Down
6 changes: 2 additions & 4 deletions workspaces/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@spotify/prettier-config": "^12.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
"typescript": "~5.3.0"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"knip": "^5.27.4"
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@backstage/plugin-permission-node": "^0.8.4",
"@backstage/plugin-scaffolder-backend": "^1.26.2",
"@backstage/plugin-scaffolder-node": "^0.5.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^1.24.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand All @@ -90,18 +90,18 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage-community/plugin-rbac-common": "^1.12.1",
"@backstage/backend-test-utils": "1.0.2",
"@backstage/cli": "0.28.2",
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
"@janus-idp/backstage-plugin-rbac-common": "^1.12.1",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/json-schema": "7.0.15",
"prettier": "3.3.3"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
"@janus-idp/backstage-plugin-rbac-common": "^1.12.1"
"@backstage-community/plugin-rbac-common": "^1.12.1",
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1"
},
"maintainers": [
"@mlibra",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ import {
import { createPermissionIntegrationRouter } from '@backstage/plugin-permission-node';
import type { JsonObject, JsonValue } from '@backstage/types';

import { UnauthorizedError } from '@backstage-community/plugin-rbac-common';
import {
AuditLogger,
DefaultAuditLogger,
} from '@janus-idp/backstage-plugin-audit-log-node';
import { UnauthorizedError } from '@janus-idp/backstage-plugin-rbac-common';
import { fullFormats } from 'ajv-formats/dist/formats';
import express, { Router } from 'express';
import { Request as HttpRequest } from 'express-serve-static-core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"configSchema": "config.d.ts",
"sideEffects": false,
"scripts": {
"build": "yarn openapi:check && backstage-cli package build",
"build": "backstage-cli package build",
"prebuild": "yarn openapi:check",
"tsc": "tsc",
"prettier:check": "prettier --ignore-unknown --check .",
"prettier:fix": "prettier --ignore-unknown --write .",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/types": "^1.1.1",
"@material-ui/core": "^4.12.4",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "^1.4.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^",
"@rjsf/core": "^5.21.2",
"@rjsf/material-ui": "^5.21.2",
"@rjsf/utils": "^5.21.2",
Expand Down
6 changes: 3 additions & 3 deletions workspaces/orchestrator/plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@kie-tools/serverless-workflow-language-service": "^0.32.0",
"@kie-tools/serverless-workflow-service-catalog": "^0.32.0",
"@monaco-editor/react": "^4.6.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^1.24.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "^1.4.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "^1.4.2",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "workspace:^",
"axios": "^1.7.7",
"moment": "^2.29.4",
"monaco-editor": "^0.49.0",
Expand Down
40 changes: 20 additions & 20 deletions workspaces/orchestrator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,16 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-rbac-common@npm:^1.12.1":
version: 1.12.2
resolution: "@backstage-community/plugin-rbac-common@npm:1.12.2"
peerDependencies:
"@backstage/errors": ^1.2.4
"@backstage/plugin-permission-common": ^0.8.1
checksum: e649c786650e77aac5daee65e7a71b9146391712b6bacc1d9516150ffdeb580b2770b30b1813bcb4d539b3082fd85c644e68a4805fc5d18201c7a4d981e7776f
languageName: node
linkType: hard

"@backstage/app-defaults@npm:^1.5.12":
version: 1.5.12
resolution: "@backstage/app-defaults@npm:1.5.12"
Expand Down Expand Up @@ -7409,16 +7419,6 @@ __metadata:
languageName: node
linkType: hard

"@janus-idp/backstage-plugin-rbac-common@npm:^1.12.1":
version: 1.12.1
resolution: "@janus-idp/backstage-plugin-rbac-common@npm:1.12.1"
peerDependencies:
"@backstage/errors": ^1.2.4
"@backstage/plugin-permission-common": ^0.8.1
checksum: 83fa0355c0816dd55664533949b2eea489fc4cd7b661836d297d7c67115d660aa8ba8246ab13d1fa9cdda3e3f13448cf70f53359ad09aca058ce0361c68789dc
languageName: node
linkType: hard

"@jest/console@npm:^29.7.0":
version: 29.7.0
resolution: "@jest/console@npm:29.7.0"
Expand Down Expand Up @@ -10990,6 +10990,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-backend@workspace:plugins/orchestrator-backend"
dependencies:
"@backstage-community/plugin-rbac-common": ^1.12.1
"@backstage/backend-common": ^0.25.0
"@backstage/backend-defaults": ^0.5.2
"@backstage/backend-plugin-api": ^1.0.1
Expand All @@ -11005,8 +11006,7 @@ __metadata:
"@backstage/plugin-scaffolder-backend": ^1.26.2
"@backstage/plugin-scaffolder-node": ^0.5.0
"@janus-idp/backstage-plugin-audit-log-node": ^1.7.1
"@janus-idp/backstage-plugin-rbac-common": ^1.12.1
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": ^1.24.0
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^"
"@types/express": 4.17.21
"@types/fs-extra": 11.0.4
"@types/json-schema": 7.0.15
Expand All @@ -11023,12 +11023,12 @@ __metadata:
prettier: 3.3.3
yn: ^5.0.0
peerDependencies:
"@backstage-community/plugin-rbac-common": ^1.12.1
"@janus-idp/backstage-plugin-audit-log-node": ^1.7.1
"@janus-idp/backstage-plugin-rbac-common": ^1.12.1
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-orchestrator-common@^1.24.0, @red-hat-developer-hub/backstage-plugin-orchestrator-common@workspace:plugins/orchestrator-common":
"@red-hat-developer-hub/backstage-plugin-orchestrator-common@workspace:^, @red-hat-developer-hub/backstage-plugin-orchestrator-common@workspace:plugins/orchestrator-common":
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-common@workspace:plugins/orchestrator-common"
dependencies:
Expand All @@ -11051,7 +11051,7 @@ __metadata:
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api@^1.4.1, @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@workspace:plugins/orchestrator-form-api":
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api@workspace:^, @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@workspace:plugins/orchestrator-form-api":
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api@workspace:plugins/orchestrator-form-api"
dependencies:
Expand All @@ -11071,7 +11071,7 @@ __metadata:
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react@^1.4.2, @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react":
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react@workspace:^, @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react":
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react"
dependencies:
Expand All @@ -11080,7 +11080,7 @@ __metadata:
"@backstage/core-plugin-api": ^1.10.0
"@backstage/types": ^1.1.1
"@material-ui/core": ^4.12.4
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": ^1.4.1
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^"
"@rjsf/core": ^5.21.2
"@rjsf/material-ui": ^5.21.2
"@rjsf/utils": ^5.21.2
Expand Down Expand Up @@ -11154,9 +11154,9 @@ __metadata:
"@material-ui/lab": ^4.0.0-alpha.45
"@monaco-editor/react": ^4.6.0
"@mui/icons-material": ^5.15.8
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": ^1.24.0
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": ^1.4.1
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": ^1.4.2
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^"
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "workspace:^"
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@testing-library/dom": ^10.0.0
"@testing-library/jest-dom": ^6.0.0
Expand Down

0 comments on commit 547de8a

Please sign in to comment.