File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
2
/// <reference types="next/image-types/global" />
3
3
/// <reference types="next/navigation-types/compat/navigation" />
4
+ /// <reference path="./.next/types/routes.d.ts" />
4
5
5
6
// NOTE: This file should not be edited
6
7
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 13
13
"lint" : " next lint"
14
14
},
15
15
"dependencies" : {
16
- "next" : " ^15.3 .3" ,
17
- "react" : " ^19.1.0 " ,
18
- "react-dom" : " ^19.1.0 " ,
19
- "sass" : " 1.89.0 "
16
+ "next" : " ^15.5 .3" ,
17
+ "react" : " ^19.1.1 " ,
18
+ "react-dom" : " ^19.1.1 " ,
19
+ "sass" : " 1.92.1 "
20
20
},
21
21
"devDependencies" : {
22
- "@types/node" : " ^22.15.28 " ,
23
- "@types/react" : " ^19.1.6 " ,
22
+ "@types/node" : " ^24.5.1 " ,
23
+ "@types/react" : " ^19.1.13 " ,
24
24
"ts-node" : " ^10.9.2" ,
25
- "typescript" : " ^5.8.3 "
25
+ "typescript" : " ^5.9.2 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments