Skip to content

Commit

Permalink
Bump Next.js to 15.1.5 (#4614)
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 Jan 22, 2025
1 parent d4e7ce1 commit 3ae14d4
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"lodash": "4.17.21",
"lz-string": "1.5.0",
"markdown-to-jsx": "7.7.3",
"next": "^15.1.4",
"next": "^15.1.5",
"nprogress": "0.2.0",
"postcss": "8.4.49",
"prismjs": "1.29.0",
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": "^19.0.3",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.8",
"next": "^15.1.4",
"next": "^15.1.5",
"next-router-mock": "^0.9.13",
"playwright": "^1.47.2",
"react-router": "7.1.0",
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": "^19.0.0",
"@types/react-dom": "^19.0.3",
"eslint-config-next": "15.1.4",
"next": "^15.1.4",
"eslint-config-next": "15.1.5",
"next": "^15.1.5",
"next-auth": "5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/node": "^20.17.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.3",
"eslint-config-next": "15.1.4",
"next": "^15.1.4",
"eslint-config-next": "15.1.5",
"next": "^15.1.5",
"next-auth": "5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
Loading

0 comments on commit 3ae14d4

Please sign in to comment.