Skip to content

Commit

Permalink
Bump Next.js to 14.2.17 (#4392)
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 Nov 12, 2024
1 parent f1f0361 commit 1fdf60f
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 86 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.5.0",
"next": "^14.2.16",
"next": "^14.2.17",
"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.26",
"@mui/monorepo": "github:mui/material-ui#4b229d3bb9133cc479e0b742754a1055136162a4",
"@mui/x-charts": "7.22.2",
"@next/eslint-plugin-next": "14.2.16",
"@next/eslint-plugin-next": "14.2.17",
"@playwright/test": "1.47.2",
"@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 @@ -73,7 +73,7 @@
"@types/react-dom": "18.3.1",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.4",
"next": "^14.2.16",
"next": "^14.2.17",
"next-router-mock": "^0.9.13",
"playwright": "^1.47.2",
"react-router-dom": "6.26.2",
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.12",
"@types/react-dom": "18.3.1",
"eslint-config-next": "14.2.16",
"next": "14.2.16",
"eslint-config-next": "14.2.17",
"next": "14.2.17",
"next-auth": "5.0.0-beta.22",
"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.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-config-next": "14.2.16",
"next": "14.2.16",
"eslint-config-next": "14.2.17",
"next": "14.2.17",
"next-auth": "5.0.0-beta.22",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit 1fdf60f

Please sign in to comment.