diff --git a/examples/with-react-hook-form/package.json b/examples/with-react-hook-form/package.json index 6d7ec20928960..fd28594d5892e 100644 --- a/examples/with-react-hook-form/package.json +++ b/examples/with-react-hook-form/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.33.1"