diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 358c767..c67114d 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node index.js" }, "dependencies": { - "next": "8.1.0", + "next": "13.5.0", "polka": "latest", "react": "16.8.6", "react-dom": "16.8.6"