Skip to content

Commit

Permalink
[core] Bump monorepo (#10129)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Aug 24, 2023
1 parent d947897 commit 22e1c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/modules/components/DemoPropsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export default function ChartDemoPropsForm<T extends { [k: string]: any } = {}>(
{resolvedValue}
</Box>
{/* void */}
<Box />
<div />
<Box sx={{ gridColumn: '-1 / -2', gridRow: '1' }} />
<Box sx={{ gridRow: '-1 / -2', gridColumn: '1' }} />
{/* void */}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1837,8 +1837,8 @@
react-transition-group "^4.4.5"

"@mui/monorepo@https://github.com/mui/material-ui.git#master":
version "5.14.4"
resolved "https://github.com/mui/material-ui.git#fe170746e5fd2a55732f0ba05c3cc78f7e7ecec9"
version "5.14.5"
resolved "https://github.com/mui/material-ui.git#52109ea4c47fd9f5052ab257f0b52853460fdc0a"

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

0 comments on commit 22e1c8d

Please sign in to comment.