Skip to content

Commit 18e0155

Browse files
fix(deps): update dependency next to v16 (#726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5af223 commit 18e0155

File tree

3 files changed

+196
-193
lines changed

3 files changed

+196
-193
lines changed

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-table": "^8.21.3",
1515
"react": "^19.2.0",
1616
"react-dom": "^19.2.0",
17-
"next": "15.5.6"
17+
"next": "16.0.1"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.9.3",

examples/next-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@examples/lib": "workspace:*",
1212
"@tanstack/react-table": "^8.21.3",
13-
"next": "15.5.6",
13+
"next": "16.0.1",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0",
1616
"tanstack-table-search-params": "workspace:*"

0 commit comments

Comments
 (0)