Skip to content

Commit 6efebb2

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 47810bf commit 6efebb2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-21_16:31:31
1+
2025-10-22_01:56:42

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,14 +12,14 @@
1212
"dependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
15-
"next": "^15.5.6",
15+
"next": "^16.0.0",
1616
"nextjs-themes": "^4.0.6",
1717
"react": "^19.2.0",
1818
"react-dom": "^19.2.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^15.5.6",
22+
"@next/eslint-plugin-next": "^16.0.0",
2323
"@types/node": "^24.9.1",
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react-dom": "^19.2.2",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^15.5.6",
19+
"next": "^16.0.0",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.2.0",
2222
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)