-
Notifications
You must be signed in to change notification settings - Fork 404
feat(rbac): upgrade to mui5 #1985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@backstage-community/plugin-rbac': minor | ||
--- | ||
|
||
Upgraded RBAC plugin from mui4 to mui5 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,9 @@ | |
"@backstage/plugin-permission-react": "^0.4.27", | ||
"@backstage/theme": "^0.6.0", | ||
"@janus-idp/shared-react": "^2.13.1", | ||
"@material-ui/core": "^4.9.13", | ||
"@material-ui/icons": "^4.11.3", | ||
"@material-ui/lab": "^4.0.0-alpha.45", | ||
"@mui/icons-material": "5.16.4", | ||
"@mui/material": "^5.14.18", | ||
"@mui/styles": "^6.1.7", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 6.1.7? Ain't this suppose to be 5? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @drodil Thanks for reviewing it . "^6.1.7" is the latest version of @mui/styles which is compatible with MUI v5 . Let us know the reason if you still think we should have used version 5 |
||
"@rjsf/core": "^5.21.2", | ||
"@rjsf/mui": "^5.21.2", | ||
"@rjsf/utils": "^5.21.2", | ||
|
Uh oh!
There was an error while loading. Please reload this page.