Skip to content

Commit c6a928c

Browse files
feat(rbac): update rbac-backend dependencies (#4505)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent 827d7b8 commit c6a928c

7 files changed

Lines changed: 728 additions & 643 deletions

File tree

dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-community-plugin-rbac",
3-
"version": "1.52.0",
3+
"version": "1.52.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
4343
"export-dynamic:clean": "run export-dynamic --clean"
4444
},
4545
"dependencies": {
46-
"@backstage-community/plugin-rbac": "1.52.0",
46+
"@backstage-community/plugin-rbac": "1.52.1",
4747
"@mui/material": "5.18.0"
4848
},
4949
"devDependencies": {

dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": "backstage-cli package test --passWithNoTests --coverage",
3636
"clean": "backstage-cli package clean",
3737
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules",
38-
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-bulk-import-backend --embed-package @backstage/plugin-permission-common --embed-package @backstage/types --embed-package @backstage/errors --embed-package @backstage/config --shared-package !@backstage/frontend-plugin-api --shared-package !@backstage/core-plugin-api --shared-package !@backstage/version-bridge",
38+
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-bulk-import-backend --embed-package @backstage/plugin-permission-common --embed-package @backstage/types --embed-package @backstage/errors --embed-package @backstage/config --shared-package !@backstage/frontend-plugin-api --shared-package !@backstage/core-plugin-api --shared-package !@backstage/version-bridge --shared-package !@backstage/filter-predicates",
3939
"export-dynamic:clean": "run export-dynamic --clean"
4040
},
4141
"dependencies": {

0 commit comments

Comments
 (0)