diff --git a/examples/with-url-object-routing/package.json b/examples/with-url-object-routing/package.json index e6fe7e8b..58fc61f0 100644 --- a/examples/with-url-object-routing/package.json +++ b/examples/with-url-object-routing/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node server.js" }, "dependencies": { - "next": "beta", + "next": "latest", "path-match": "1.2.4", "react": "^15.4.2", "react-dom": "^15.4.2"