Skip to content

Commit 3521e9b

Browse files
committed
chore(examples): Update next to latest version
1 parent ca0f7e0 commit 3521e9b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

examples/nextjs-typescript/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

examples/nextjs-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "12.0.2",
12+
"next": "12.0.7",
1313
"react": "17.0.2",
1414
"react-dom": "17.0.2",
1515
"react-md": "latest"

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "12.0.2",
12+
"next": "12.0.7",
1313
"react": "17.0.2",
1414
"react-dom": "17.0.2",
1515
"react-md": "latest"

0 commit comments

Comments
 (0)