Update @zeit/next-preact example (#6390)

* update next-preact

* Update package.json
This commit is contained in:
Matsumoto Toshi 2019-02-27 00:01:15 +09:00 committed by Joe Haddad
parent 5f70c23465
commit 967542cc83

View file

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