1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Upgrade fastify in custom-server-fastify (#4801)

This commit is contained in:
Tim Neutkens 2018-07-19 00:18:15 +02:00 committed by GitHub
parent 76657f8451
commit 6415d5f4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"fastify": "^0.29.2",
"fastify": "1.8.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0"