Skip to content

Commit

Permalink
Bump @mui/monorepo digest to e5030ad (#13491)
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 5, 2024
1 parent 81ca888 commit 42d96e2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 189 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@mui/base": "^5.0.0-beta.40",
"@mui/docs": "^6.0.0-alpha.13",
"@mui/docs": "^6.0.0-alpha.14",
"@mui/icons-material": "^5.16.0",
"@mui/joy": "^5.0.0-beta.47",
"@mui/lab": "^5.0.0-alpha.170",
Expand Down
2 changes: 0 additions & 2 deletions docs/src/modules/components/CustomizationPlayground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ const CustomizationPlayground = function CustomizationPlayground({
{moreInformation}
</PlaygroundDemoArea>
{shouldBeInteractive && (
// @ts-expect-error - should no longer be a problem when `BrandingProvider` supports `undefined`: https://github.com/mui/material-ui/pull/42833
<BrandingProvider>
<PlaygroundConfigArea>
<ConfigSectionWrapper>
Expand Down Expand Up @@ -405,7 +404,6 @@ const CustomizationPlayground = function CustomizationPlayground({
)}
</PlaygroundWrapper>
{selectedDemo && customizationOptions && selectedCustomizationOption && (
// @ts-expect-error - should no longer be a problem when `BrandingProvider` supports `undefined`: https://github.com/mui/material-ui/pull/42833
<BrandingProvider>
<TabsWrapper>
<StylingApproachTabs
Expand Down
3 changes: 1 addition & 2 deletions docs/src/modules/components/InstallationInstructions.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
// @ts-expect-error
import HighlightedCodeWithTabs from 'docs/src/modules/components/HighlightedCodeWithTabs';
import HighlightedCodeWithTabs from '@mui/docs/HighlightedCodeWithTabs';
import Stack from '@mui/material/Stack';
import Box from '@mui/material/Box';
import ToggleOptions from './ToggleOptions';
Expand Down
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/internal-markdown": "^1.0.7",
"@mui/internal-test-utils": "^1.0.4",
"@mui/material": "^5.16.0",
"@mui/monorepo": "github:mui/material-ui#22c5206a9e8191b2f81131d6978a0958e55b7032",
"@mui/monorepo": "github:mui/material-ui#e5030ad127da09287174f26cccbb139201911956",
"@mui/utils": "^5.16.0",
"@next/eslint-plugin-next": "14.2.4",
"@octokit/plugin-retry": "^7.1.1",
Expand Down
Loading

0 comments on commit 42d96e2

Please sign in to comment.