Skip to content

Commit 2589a15

Browse files
committed
feat: align dependencies with RHDH 1.9
From the RHDH 1.9 container: ``` sh-5.1$ grep -B1 -A3 "\"@backstage/plugin-permission-backend@" /opt/app-root/src/yarn.lock "@backstage/plugin-permission-backend@npm:0.7.3": version: 0.7.3 resolution: "@backstage/plugin-permission-backend@npm:0.7.3" dependencies: "@backstage/backend-plugin-api": ^1.4.2 "@backstage/config": ^1.3.3 sh-5.1$ grep -B1 -A3 "\"@backstage/plugin-scaffolder@" /opt/app-root/src/yarn.lock "@backstage/plugin-scaffolder@npm:1.34.3": version: 1.34.3 resolution: "@backstage/plugin-scaffolder@npm:1.34.3" dependencies: "@backstage/catalog-client": ^1.12.1 "@backstage/catalog-model": ^1.7.6 sh-5.1$ grep -B1 -A3 "\"@backstage/plugin-scaffolder-react@" /opt/app-root/src/yarn.lock "@backstage/plugin-scaffolder-react@npm:1.19.3, @backstage/plugin-scaffolder-react@npm:^1.19.3": version: 1.19.3 resolution: "@backstage/plugin-scaffolder-react@npm:1.19.3" dependencies: "@backstage/catalog-client": ^1.12.1 "@backstage/catalog-model": ^1.7.6 sh-5.1$ grep -B1 -A3 "\"@backstage/integration-react@" /opt/app-root/src/yarn.lock "@backstage/integration-react@npm:1.2.12, @backstage/integration-react@npm:^1.2.12": version: 1.2.12 resolution: "@backstage/integration-react@npm:1.2.12" dependencies: "@backstage/config": ^1.3.6 "@backstage/core-plugin-api": ^1.12.0 sh-5.1$ grep -B1 -A3 "\"@backstage/core-plugin-api@" /opt/app-root/src/yarn.lock "@backstage/core-plugin-api@npm:1.12.0": version: 1.12.0 resolution: "@backstage/core-plugin-api@npm:1.12.0" dependencies: "@backstage/config": ^1.3.6 "@backstage/errors": ^1.2.7 -- "@backstage/core-plugin-api@npm:^1.12.0, @backstage/core-plugin-api@npm:^1.12.1": version: 1.12.1 resolution: "@backstage/core-plugin-api@npm:1.12.1" dependencies: "@backstage/config": ^1.3.6 "@backstage/errors": ^1.2.7 ``` Now versions are aligned correctly. Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
1 parent 2c2b817 commit 2589a15

File tree

2 files changed

+533
-2276
lines changed

2 files changed

+533
-2276
lines changed

workspaces/x2a/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@
6060
"@backstage/backend-plugin-api": "1.5.0",
6161
"@backstage/backend-defaults": "0.13.2",
6262
"@backstage/plugin-auth-node": "0.6.10",
63-
"@backstage/plugin-permission-backend": "0.7.3"
63+
"@backstage/plugin-permission-backend": "0.7.3",
64+
"@backstage/plugin-scaffolder": "1.34.3",
65+
"@backstage/plugin-scaffolder-react": "1.19.3",
66+
"@backstage/integration-react": "1.2.12",
67+
"@backstage/core-plugin-api": "1.12.0"
6468
},
6569
"prettier": "@backstage/cli/config/prettier",
6670
"lint-staged": {

0 commit comments

Comments
 (0)