We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc7aa70 + 0426b47 commit d49cecbCopy full SHA for d49cecb
next-env.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
+/// <reference path="./.next/types/routes.d.ts" />
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
package.json
@@ -26,7 +26,7 @@
26
"@syncfusion/ej2-react-schedule": "^29.1.37",
27
"dayjs": "^1.11.13",
28
"import-in-the-middle": "^1.13.2",
29
- "next": "^15.3.0",
+ "next": "^15.5.7",
30
"react": "^19.1.0",
31
"react-dom": "^19.1.0",
32
"require-in-the-middle": "^7.5.2",
0 commit comments