Skip to content

Commit f9c8e86

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 0ae73c7 commit f9c8e86

File tree

4 files changed

+142
-12
lines changed

4 files changed

+142
-12
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-21_16:15:32
1+
2025-10-22_00:55:21

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
@@ -14,14 +14,14 @@
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
1616
"esbuild-plugin-react18": "workspace:*",
17-
"next": "^15.5.6",
17+
"next": "^16.0.0",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"react18-loaders": "^1.1.11"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.5.6",
24+
"@next/eslint-plugin-next": "^16.0.0",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/node": "^24.9.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)