Skip to content

Commit 281e89b

Browse files
authored
docs: Downgrade Next.js (#12408)
### Description Having some build problems after a Next.js upgrade.
1 parent adebb95 commit 281e89b

3 files changed

Lines changed: 82 additions & 82 deletions

File tree

apps/docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lucide-react": "^0.555.0",
5050
"motion": "^12.23.25",
5151
"nanoid": "^5.1.6",
52-
"next": "16.1.7",
52+
"next": "16.1.5",
5353
"next-themes": "^0.4.6",
5454
"radix-ui": "latest",
5555
"react": "^19.2.3",

0 commit comments

Comments
 (0)