Skip to content

Commit

Permalink
Bump Next.js to 14.2.13 (#4133)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 6a3ee44 commit bf1944e
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 279 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lodash": "4.17.21",
"lz-string": "1.5.0",
"markdown-to-jsx": "7.4.7",
"next": "^14.2.11",
"next": "^14.2.13",
"nprogress": "0.2.0",
"postcss": "8.4.47",
"prismjs": "1.29.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@mui/internal-scripts": "1.0.21-dev.20240919-130050-82a6448768",
"@mui/monorepo": "github:mui/material-ui#5b9a362932a37057f8c764ba2c4fa567b32803fb",
"@mui/x-charts": "7.18.0",
"@next/eslint-plugin-next": "14.2.11",
"@next/eslint-plugin-next": "14.2.13",
"@playwright/test": "1.46.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/react-dom": "18.3.0",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.1",
"next": "^14.2.11",
"next": "^14.2.13",
"next-router-mock": "^0.9.13",
"playwright": "^1.46.1",
"sinon": "^18.0.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@toolpad/core": "workspace:*",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"eslint-config-next": "14.2.11",
"next": "14.2.11",
"eslint-config-next": "14.2.13",
"next": "14.2.13",
"next-auth": "5.0.0-beta.21",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/node": "^20.14.8",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"eslint-config-next": "14.2.11",
"next": "14.2.11",
"eslint-config-next": "14.2.13",
"next": "14.2.13",
"next-auth": "5.0.0-beta.21",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit bf1944e

Please sign in to comment.