We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180a2cf commit 596977fCopy full SHA for 596977f
website/next-env.d.ts
@@ -1,5 +1,4 @@
1
/// <reference types="next" />
2
-/// <reference types="next/types/global" />
3
/// <reference types="next/image-types/global" />
4
5
// NOTE: This file should not be edited
website/package.json
@@ -17,7 +17,7 @@
17
"hast-util-to-string": "^1.0.4",
18
"mdast-util-mdx": "0.1.1",
19
"mdast-util-to-markdown": "0.6.5",
20
- "next": "^11.1.0",
+ "next": ">=12.1.0",
21
"prism-react-renderer": "^1.2.1",
22
"react": "17.0.2",
23
"react-dom": "17.0.2",
0 commit comments