diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 43aaff2b3d6..1f1ed313b0f 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -16,10 +16,6 @@ const WORKSPACE_ROOT = path.resolve(currentDirectory, '../'); const MONOREPO_PATH = path.resolve(currentDirectory, '../node_modules/@mui/monorepo'); export default withDocsInfra({ - experimental: { - workerThreads: true, - cpus: 3, - }, transpilePackages: ['@mui/monorepo', '@mui/x-charts', '@mui/docs'], // Avoid conflicts with the other Next.js apps hosted under https://mui.com/ assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad', diff --git a/docs/package.json b/docs/package.json index 90ac57446ee..c17354e0348 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,7 +33,7 @@ "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.15", "@mui/material-nextjs": "^5.15.11", - "@mui/monorepo": "github:mui/material-ui#f3cb496c999acbc8f19533e38df20be12e56d059", + "@mui/monorepo": "github:mui/material-ui#bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2", "@mui/styles": "5.15.15", "@mui/utils": "5.15.14", "@mui/x-license": "7.2.0", diff --git a/package.json b/package.json index b159a9f5438..bbd514af482 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@argos-ci/core": "1.5.5", - "@mui/monorepo": "github:mui/material-ui#f3cb496c999acbc8f19533e38df20be12e56d059", + "@mui/monorepo": "github:mui/material-ui#bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2", "@mui/x-charts": "7.3.0", "@next/eslint-plugin-next": "14.2.1", "@playwright/test": "1.43.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index caf4af3169f..c7d6a775010 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,8 +61,8 @@ importers: specifier: 1.5.5 version: 1.5.5 '@mui/monorepo': - specifier: github:mui/material-ui#f3cb496c999acbc8f19533e38df20be12e56d059 - version: github.com/mui/material-ui/f3cb496c999acbc8f19533e38df20be12e56d059 + specifier: github:mui/material-ui#bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2 + version: github.com/mui/material-ui/bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2 '@mui/x-charts': specifier: 7.3.0 version: 7.3.0(@mui/material@5.15.15)(react-dom@18.2.0)(react@18.2.0) @@ -14930,6 +14930,25 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false + github.com/mui/material-ui/bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2: + resolution: {tarball: https://codeload.github.com/mui/material-ui/tar.gz/bbfb2cd742ed3aca3d0c8f6dc3e890ed4fc1d7f2} + name: '@mui/monorepo' + version: 6.0.0-alpha.3 + requiresBuild: true + dependencies: + '@googleapis/sheets': 5.0.5 + '@netlify/functions': 2.6.0 + '@slack/bolt': 3.17.1 + execa: 8.0.1 + google-auth-library: 9.6.3 + transitivePeerDependencies: + - bufferutil + - debug + - encoding + - supports-color + - utf-8-validate + dev: true + github.com/mui/material-ui/f3cb496c999acbc8f19533e38df20be12e56d059: resolution: {tarball: https://codeload.github.com/mui/material-ui/tar.gz/f3cb496c999acbc8f19533e38df20be12e56d059} name: '@mui/monorepo' @@ -14947,3 +14966,4 @@ packages: - encoding - supports-color - utf-8-validate + dev: false