Skip to content

Commit 589b5c2

Browse files
committed
upgrade deps && docs [skip ci]
1 parent be41bf6 commit 589b5c2

File tree

4 files changed

+92
-91
lines changed

4 files changed

+92
-91
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-08-19_16:25:07
1+
2025-08-20_01:27:39

examples/nextjs/next-env.d.ts

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

45
// NOTE: This file should not be edited
56
// 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.4.7",
15+
"next": "^15.5.0",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
1818
"react": "^19.1.1",
@@ -24,7 +24,7 @@
2424
"webgl-generative-particles": "^0.0.1"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.4.7",
27+
"@next/eslint-plugin-next": "^15.5.0",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@types/node": "^24.3.0",

0 commit comments

Comments
 (0)