Skip to content

Commit

Permalink
chore(examples): use next@latest in all examples (#41922)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 27, 2022
1 parent 9781c62 commit b776bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/image-component/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "canary",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/image-legacy-component/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "canary",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit b776bb6

Please sign in to comment.