mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix(examples/using-preact): use latest next-preact (#4152)
This commit is contained in:
parent
c5c5564dbf
commit
676d82abf9
|
@ -7,7 +7,7 @@
|
||||||
"start": "NODE_ENV=production node server.js"
|
"start": "NODE_ENV=production node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zeit/next-preact": "0.0.4",
|
"@zeit/next-preact": "0.0.7",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"preact": "8.2.7",
|
"preact": "8.2.7",
|
||||||
"preact-compat": "3.18.0"
|
"preact-compat": "3.18.0"
|
||||||
|
|
Loading…
Reference in a new issue