-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core] Update monorepo #4854
[core] Update monorepo #4854
Conversation
@@ -21,6 +21,7 @@ const alias = { | |||
'@mui/docs': '../node_modules/@mui/monorepo/packages/mui-docs/src', | |||
'@mui/markdown': '../node_modules/@mui/monorepo/docs/packages/markdown', | |||
'@mui/monorepo': '../node_modules/@mui/monorepo', | |||
'@mui/joy': '../node_modules/@mui/monorepo/packages/mui-joy/src', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_document
in monorepo started to use @mui/joy
in mui/material-ui#32576
Initially, I wanted to add @mui/joy
dependency to our docs/package.json
, but it can get out of sync with monorepo quickly. I think using alias is a better.
These are the results for the performance tests:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good to me.
* bump monorepo * add alias for @mui/joy * use MuiPage type
To pull mui/material-ui#32733 and mui/material-ui#32715