Skip to content

Commit

Permalink
bump monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed May 14, 2024
1 parent d8aff1d commit 6a501c3
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/charts-x-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
"key": "tickContainer",
"className": "MuiChartsXAxis-tickContainer",
"description": "Styles applied to group ingruding the tick and its label.",
"description": "Styles applied to group including the tick and its label.",
"isGlobal": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/charts-y-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
"key": "tickContainer",
"className": "MuiChartsYAxis-tickContainer",
"description": "Styles applied to group ingruding the tick and its label.",
"description": "Styles applied to group including the tick and its label.",
"isGlobal": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tick": { "description": "Styles applied to {{nodeName}}.", "nodeName": "ticks" },
"tickContainer": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "group ingruding the tick and its label"
"nodeName": "group including the tick and its label"
},
"tickLabel": { "description": "Styles applied to {{nodeName}}.", "nodeName": "ticks label" },
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tick": { "description": "Styles applied to {{nodeName}}.", "nodeName": "ticks" },
"tickContainer": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "group ingruding the tick and its label"
"nodeName": "group including the tick and its label"
},
"tickLabel": { "description": "Styles applied to {{nodeName}}.", "nodeName": "ticks label" },
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@mui/icons-material": "^5.15.14",
"@mui/internal-markdown": "^1.0.3",
"@mui/material": "^5.15.14",
"@mui/monorepo": "github:mui/material-ui#efba47d9ff7c65b83643447dd3b610d27ec1c4f0",
"@mui/monorepo": "github:mui/material-ui#40492b73c20822f2a6feba7a39aa0c43117828ff",
"@mui/utils": "^5.15.14",
"@next/eslint-plugin-next": "14.2.3",
"@octokit/plugin-retry": "^6.0.1",
Expand Down
209 changes: 194 additions & 15 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 6a501c3

Please sign in to comment.