Skip to content

Commit eeb14a0

Browse files
committed
upgrade deps && docs [skip ci]
1 parent aded5bf commit eeb14a0

File tree

4 files changed

+155
-23
lines changed

4 files changed

+155
-23
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-21_16:12:39
1+
2025-10-22_00:43:20

examples/nextjs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "^15.5.6",
15+
"next": "^16.0.0",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-darkmode-lite": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
@@ -23,7 +23,7 @@
2323
"react18-loaders": "^1.1.11"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^15.5.6",
26+
"@next/eslint-plugin-next": "^16.0.0",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.9.1",

pnpm-lock.yaml

Lines changed: 151 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)