1
0
Fork 0
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:
Fouad Matin 2018-04-13 22:49:06 -07:00 committed by Tim Neutkens
parent c5c5564dbf
commit 676d82abf9

View file

@ -7,7 +7,7 @@
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@zeit/next-preact": "0.0.4",
"@zeit/next-preact": "0.0.7",
"next": "latest",
"preact": "8.2.7",
"preact-compat": "3.18.0"