diff --git a/examples/next-forms/package.json b/examples/next-forms/package.json index f438585da981e..ab0c620d7871f 100644 --- a/examples/next-forms/package.json +++ b/examples/next-forms/package.json @@ -7,7 +7,7 @@ "lint": "next lint" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "react": "18.2.0", "react-dom": "18.2.0" },