Skip to content

Commit

Permalink
chore(examples): Update next to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Dec 9, 2021
1 parent ca0f7e0 commit 3521e9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/nextjs-typescript/next-env.d.ts
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-typescript/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"next": "12.0.2",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"next": "12.0.2",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
Expand Down

1 comment on commit 3521e9b

@vercel
Copy link

@vercel vercel bot commented on 3521e9b Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.