Skip to content

Commit

Permalink
Bump @mui/monorepo digest to 70327ca (#13086)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Cherniavskyi <andrew@mui.com>
  • Loading branch information
renovate[bot] and cherniavskii committed May 28, 2024
1 parent 3947557 commit 4e7a552
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 62 deletions.
3 changes: 2 additions & 1 deletion docs/pages/x/api/tree-view/tree-view.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
"filename": "/packages/x-tree-view/src/TreeView/TreeView.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/x/react-tree-view/getting-started/\">Tree View - Getting Started</a></li></ul>",
"cssComponent": false
"cssComponent": false,
"deprecated": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@mui/icons-material": "^5.15.14",
"@mui/internal-markdown": "^1.0.3",
"@mui/material": "^5.15.14",
"@mui/monorepo": "github:mui/material-ui#3c888ed6cf0774815c32c6309e8cea2d8b5e684b",
"@mui/monorepo": "github:mui/material-ui#70327ca89c820bd60683dda36532c775be134a4d",
"@mui/utils": "^5.15.14",
"@next/eslint-plugin-next": "14.2.3",
"@octokit/plugin-retry": "^6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const PickersOutlinedInputRoot = styled(PickersInputBaseRoot, {
},
variants: Object.keys((theme.vars ?? theme).palette)
// @ts-ignore
.filter((key) => (theme.vars ?? theme).palette[key].main)
.filter((key) => (theme.vars ?? theme).palette[key]?.main ?? false)
.map((color) => ({
props: { color },
style: {
Expand Down
93 changes: 34 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e7a552

Please sign in to comment.