Skip to content

Commit c1baf23

Browse files
committed
Upgrade Next.js to 16.3.0
1 parent 5bc9a7c commit c1baf23

3 files changed

Lines changed: 236 additions & 210 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
import "./.next/types/routes.d.ts";
4+
import "./.next/types/root-params.d.ts";
45

56
// NOTE: This file should not be edited
67
// 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
@@ -36,7 +36,7 @@
3636
"classnames": "^2.2.6",
3737
"debounce": "^1.2.1",
3838
"github-slugger": "^1.3.0",
39-
"next": "16.2.9",
39+
"next": "16.3.0",
4040
"parse-numeric-range": "^1.2.0",
4141
"raw-loader": "^4.0.2",
4242
"react": "19.2.7",

0 commit comments

Comments
 (0)