Skip to content

Commit

Permalink
Bump next from 13.5.1 to 14.2.5 (#42998)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MUI bot <[email protected]>
  • Loading branch information
dependabot[bot] and Janpot authored Jul 25, 2024
1 parent fb71e80 commit 75041b7
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 186 deletions.
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default withDocsInfra({
// for 3rd party packages with dependencies in this repository
'@mui/material': path.resolve(workspaceRoot, 'packages/mui-material/src'),
'@mui/docs': path.resolve(workspaceRoot, 'packages/mui-docs/src'),
'@mui/icons-material': path.resolve(workspaceRoot, 'packages/mui-icons-material/lib'),
'@mui/icons-material': path.resolve(workspaceRoot, 'packages/mui-icons-material/lib/esm'),
'@mui/lab': path.resolve(workspaceRoot, 'packages/mui-lab/src'),
'@mui/styled-engine': path.resolve(workspaceRoot, 'packages/mui-styled-engine/src'),
'@mui/styles': path.resolve(workspaceRoot, 'packages/mui-styles/src'),
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.4.7",
"material-ui-popup-state": "^5.1.2",
"next": "^13.5.1",
"next": "^14.2.5",
"notistack": "3.0.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.39",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^18.19.41",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"next": "^13.5.1",
"next": "^14.2.5",
"react": "^18.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"next": "^13.4.19",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@types/react": "^18.3.3",
"next": "13.5.1",
"next": "14.2.5",
"react": "^18.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["react", "mocha", "node"]
"types": ["react", "mocha", "node", "next"]
},
"include": ["src/**/*"]
}
Loading

0 comments on commit 75041b7

Please sign in to comment.