Skip to content

Commit f2b46e0

Browse files
committed
nextjs 15.5.3
1 parent 28224c5 commit f2b46e0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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
/// <reference types="next/navigation-types/compat/navigation" />
4+
/// <reference path="./.next/types/routes.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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"lint": "next lint"
1414
},
1515
"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"
2020
},
2121
"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",
2424
"ts-node": "^10.9.2",
25-
"typescript": "^5.8.3"
25+
"typescript": "^5.9.2"
2626
}
2727
}

0 commit comments

Comments
 (0)