Skip to content

Commit

Permalink
Bump @mui/internal-markdown to ^1.0.6 (#13660)
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: Lukas <[email protected]>
  • Loading branch information
renovate[bot] and LukasTy authored Jul 1, 2024
1 parent 742a58a commit 2b16a5e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
1 change: 0 additions & 1 deletion docs/.link-check-errors.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Broken links found by `docs:link-check` that exist:

- https://mui.com/x/react-charts/heat-map/
12 changes: 0 additions & 12 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ export default withDocsInfra({
return {
...config,
plugins,
// TODO, this shouldn't be needed in the first place
// Migrate everything from @mui/monorepo to @mui/docs and embed @mui/internal-markdown in @mui/docs
resolveLoader: {
...config.resolveLoader,
alias: {
...config.resolveLoader.alias,
'@mui/internal-markdown/loader': path.resolve(
MONOREPO_PATH,
'./packages/markdown/loader',
),
},
},
resolve: {
...config.resolve,
alias: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.21",
"@mui/internal-markdown": "^1.0.5",
"@mui/internal-markdown": "^1.0.6",
"@mui/internal-test-utils": "^1.0.3",
"@mui/material": "^5.15.21",
"@mui/monorepo": "github:mui/material-ui#22c5206a9e8191b2f81131d6978a0958e55b7032",
Expand Down
20 changes: 10 additions & 10 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 2b16a5e

Please sign in to comment.