We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adebb95 commit 281e89bCopy full SHA for 281e89b
3 files changed
apps/docs/next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/types/routes.d.ts";
+import "./.next/dev/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.
apps/docs/package.json
@@ -49,7 +49,7 @@
49
"lucide-react": "^0.555.0",
50
"motion": "^12.23.25",
51
"nanoid": "^5.1.6",
52
- "next": "16.1.7",
+ "next": "16.1.5",
53
"next-themes": "^0.4.6",
54
"radix-ui": "latest",
55
"react": "^19.2.3",
0 commit comments