mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Use latest instead of zones for with-zones example (#3710)
This commit is contained in:
parent
2a845a61b7
commit
9404beb12f
|
@ -6,7 +6,7 @@
|
||||||
"start": "next start -p 5000"
|
"start": "next start -p 5000"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "zones",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue