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 ca0f7e0 commit 3521e9bCopy full SHA for 3521e9b
3 files changed
examples/nextjs-typescript/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
examples/nextjs-typescript/package.json
@@ -9,7 +9,7 @@
9
"start": "next start"
10
},
11
"dependencies": {
12
- "next": "12.0.2",
+ "next": "12.0.7",
13
"react": "17.0.2",
14
"react-dom": "17.0.2",
15
"react-md": "latest"
examples/nextjs/package.json
0 commit comments