Skip to content

Commit b776bb6

Browse files
chore(examples): use next@latest in all examples (#41922)
1 parent 9781c62 commit b776bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/image-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"next": "canary",
9+
"next": "latest",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0"
1212
},

examples/image-legacy-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"next": "canary",
9+
"next": "latest",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0"
1212
},

0 commit comments

Comments
 (0)