Skip to content

Commit

Permalink
[core] Update monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 19, 2024
1 parent 269aecd commit 2a8652d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 22 additions & 2 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 2a8652d

Please sign in to comment.