-
Notifications
You must be signed in to change notification settings - Fork 64
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
chore(weave): upgrading material ui version #2308
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=3bfb159c2ff9c35987c6af528450381fa8deb0bc |
I believe this might have some breaking changes? weave/weave-js/src/components/PagePanelComponents/Home/Browse2/Browse2ObjectVersionItemPage.tsx Line 185 in 1e79c1c
|
Thanks @jwlee64! Can you share the page / link where we use |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@mui/base@5.0.0-beta.24), npm/@mui/core-downloads-tracker@5.14.18), npm/@mui/material@5.14.18), npm/@mui/private-theming@5.14.18), npm/@mui/styled-engine@5.14.18), npm/@mui/system@5.14.18), npm/@mui/types@7.2.9), npm/@mui/utils@5.14.18) |
Description
Upgrades material UI version to the latest in order to use custom Theme Provider, https://mui.com/material-ui/customization/theming/ to enable better common components for material UI.
Testing
How was this PR tested?