diff --git a/examples/with-next-css/package.json b/examples/with-next-css/package.json index 80b83353d3e6..982f1dcf5a6c 100644 --- a/examples/with-next-css/package.json +++ b/examples/with-next-css/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.0", "react": "^16.7.0", "react-dom": "^16.7.0" },