Skip to content

Commit

Permalink
[core] Update monorepo (mui#4854)
Browse files Browse the repository at this point in the history
* bump monorepo

* add alias for @mui/joy

* use MuiPage type
  • Loading branch information
cherniavskii authored and alexfauquette committed Aug 26, 2022
1 parent 435b8c3 commit 816a7a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
docs: '../node_modules/@mui/monorepo/docs', // TODO remove
docsx: './',
};
Expand Down
4 changes: 3 additions & 1 deletion docs/data/pages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const pages = [
import type { MuiPage } from '@mui/monorepo/docs/src/MuiPage';

const pages: MuiPage[] = [
{
pathname: '/x/advanced-components',
title: 'Overview',
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2600,8 +2600,8 @@
react-transition-group "^4.4.2"

"@mui/monorepo@https://github.com/mui/material-ui.git#master":
version "5.6.4"
resolved "https://github.com/mui/material-ui.git#a09acabfc4affd241b227ebb9418c271fba873b8"
version "5.7.0"
resolved "https://github.com/mui/material-ui.git#40643a8a32d93d6a838ed50851d48239ee4a7d28"

"@mui/private-theming@^5.6.2":
version "5.6.2"
Expand Down

0 comments on commit 816a7a3

Please sign in to comment.