Skip to content

Commit

Permalink
fix(rbac): fix overview page styling issues (#2124)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov authored Dec 20, 2024
1 parent ab9bb71 commit 0cf5970
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-community-plugin-rbac",
"version": "1.33.2",
"version": "1.33.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"export-dynamic:clean": "run export-dynamic --clean"
},
"dependencies": {
"@backstage-community/plugin-rbac": "1.33.2",
"@backstage-community/plugin-rbac": "1.33.4",
"@mui/material": "5.16.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/licensed-users-info-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage-community/plugin-rbac-common": "1.12.2",
"@backstage-community/plugin-rbac-common": "1.12.3",
"@backstage/backend-defaults": "0.5.2",
"@backstage/backend-plugin-api": "1.0.1",
"@backstage/catalog-client": "1.7.1",
Expand Down
26 changes: 18 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,17 @@ __metadata:
languageName: node
linkType: hard

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

"@backstage-community/plugin-rbac-common@npm:^1.12.2":
version: 1.12.2
resolution: "@backstage-community/plugin-rbac-common@npm:1.12.2"
peerDependencies:
Expand All @@ -3784,11 +3794,11 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-rbac@npm:1.33.2":
version: 1.33.2
resolution: "@backstage-community/plugin-rbac@npm:1.33.2"
"@backstage-community/plugin-rbac@npm:1.33.4":
version: 1.33.4
resolution: "@backstage-community/plugin-rbac@npm:1.33.4"
dependencies:
"@backstage-community/plugin-rbac-common": ^1.12.2
"@backstage-community/plugin-rbac-common": ^1.12.3
"@backstage/catalog-model": ^1.7.0
"@backstage/core-components": ^0.15.1
"@backstage/core-plugin-api": ^1.10.0
Expand All @@ -3812,7 +3822,7 @@ __metadata:
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
checksum: f74c43e1d492d68708ee848b7c9f19b7e2fe14b9d9cfe463a3979977ba8c3e5acaa099d1b882f0702a57863f3a24457b433dd8a8abc7a509fc61b804dac3cfa7
checksum: 049ae208b848116c40dc6f60f2f598015fea6248af4d723a35c6c4625720d6fd4404b6cb141b68b440b252987a5b262eccda3388ce9e3f3b95c82f8b1be392ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -10792,7 +10802,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@internal/plugin-licensed-users-info-backend@workspace:plugins/licensed-users-info-backend"
dependencies:
"@backstage-community/plugin-rbac-common": 1.12.2
"@backstage-community/plugin-rbac-common": 1.12.3
"@backstage/backend-defaults": 0.5.2
"@backstage/backend-plugin-api": 1.0.1
"@backstage/backend-test-utils": 1.0.2
Expand Down Expand Up @@ -22756,7 +22766,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "backstage-community-plugin-rbac@workspace:dynamic-plugins/wrappers/backstage-community-plugin-rbac"
dependencies:
"@backstage-community/plugin-rbac": 1.33.2
"@backstage-community/plugin-rbac": 1.33.4
"@backstage/cli": 0.28.2
"@janus-idp/cli": 1.18.5
"@mui/material": 5.16.11
Expand Down

0 comments on commit 0cf5970

Please sign in to comment.