Skip to content

Commit fbb4756

Browse files
[release-1.9] chore(deps): update translations and theme (#4042)
* chore(deps): update translations and theme Signed-off-by: Kim Tsao <ktsao@redhat.com> * chore: add resolution to fix PR test failure Signed-off-by: Kim Tsao <ktsao@redhat.com> --------- Signed-off-by: Kim Tsao <ktsao@redhat.com> Co-authored-by: Kim Tsao <ktsao@redhat.com>
1 parent 30954f7 commit fbb4756

File tree

4 files changed

+246
-325
lines changed

4 files changed

+246
-325
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"@backstage/plugin-permission-backend": "0.7.3",
6262
"@backstage/plugin-catalog-react": "1.21.3",
6363
"refractor@npm:3.6.0/prismjs": "^1.30.0",
64-
"@backstage/plugin-auth-node": "0.6.10"
64+
"@backstage/plugin-auth-node": "0.6.10",
65+
"@backstage/backend-plugin-api": "1.5.0"
6566
},
6667
"jest": {
6768
"testTimeout": 20000

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@mui/icons-material": "5.18.0",
4747
"@mui/material": "5.18.0",
4848
"@mui/styled-engine": "5.18.0",
49-
"@red-hat-developer-hub/backstage-plugin-theme": "0.10.2",
50-
"@red-hat-developer-hub/backstage-plugin-translations": "0.0.2",
49+
"@red-hat-developer-hub/backstage-plugin-theme": "0.12.0",
50+
"@red-hat-developer-hub/backstage-plugin-translations": "0.2.1",
5151
"@red-hat-developer-hub/plugin-utils": "1.0.0",
5252
"@scalprum/core": "0.9.0",
5353
"@scalprum/react-core": "0.11.1",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@opentelemetry/instrumentation-runtime-node": "0.14.0",
7777
"@opentelemetry/sdk-metrics": "1.30.1",
7878
"@opentelemetry/sdk-node": "0.57.2",
79-
"@red-hat-developer-hub/backstage-plugin-translations-backend": "0.0.2",
79+
"@red-hat-developer-hub/backstage-plugin-translations-backend": "0.2.1",
8080
"app": "workspace:*",
8181
"app-next": "workspace:*",
8282
"global-agent": "3.0.0",

0 commit comments

Comments
 (0)