diff --git a/examples/custom-server-fastify/package.json b/examples/custom-server-fastify/package.json index 584a2766..55e4cdb7 100644 --- a/examples/custom-server-fastify/package.json +++ b/examples/custom-server-fastify/package.json @@ -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"