Commit 97c463a
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 97c463a
File tree
5 files changed
+541
-2268
lines changed- workspaces/x2a
- packages/app
- plugins/x2a
- src/scaffolder
5 files changed
+541
-2268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments