Skip to content

Commit

Permalink
Bump Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 47e55ed commit aaca0a4
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 130 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.7.0",
"next": "^14.2.21",
"next": "^14.2.22",
"nprogress": "0.2.0",
"postcss": "8.4.49",
"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 @@ -58,7 +58,7 @@
"@mui/internal-scripts": "1.0.32",
"@mui/monorepo": "github:mui/material-ui#0221d17856a63d89e832d49f652b1e189ab7b7cf",
"@mui/x-charts": "7.22.2",
"@next/eslint-plugin-next": "14.2.21",
"@next/eslint-plugin-next": "14.2.22",
"@playwright/test": "1.47.2",
"@testing-library/jest-dom": "^6.6.3",
"@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.8",
"next": "^15.1.2",
"next": "^15.1.3",
"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": "18.3.18",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.1.2",
"next": "15.1.2",
"eslint-config-next": "15.1.3",
"next": "15.1.3",
"next-auth": "5.0.0-beta.25",
"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 @@ -16,8 +16,8 @@
"@types/node": "^20.17.12",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.1.2",
"next": "15.1.2",
"eslint-config-next": "15.1.3",
"next": "15.1.3",
"next-auth": "5.0.0-beta.25",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit aaca0a4

Please sign in to comment.