Skip to content

Commit 648f749

Browse files
committed
chore: upgrade nextjs to v15.3.6
1 parent 358f4b0 commit 648f749

File tree

3 files changed

+214
-204
lines changed

3 files changed

+214
-204
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fontsource/ibm-plex-mono": "^5.2.6",
1919
"@fontsource/ibm-plex-sans": "^5.2.6",
2020
"@metrom-xyz/ui": "^0.11.5",
21-
"next": "^15.3.4",
21+
"next": "^15.3.6",
2222
"nextra": "^4.2.17",
2323
"nextra-theme-docs": "^4.2.17",
2424
"react": "^19.1.1",

0 commit comments

Comments
 (0)