diff --git a/examples/with-loading/package.json b/examples/with-loading/package.json index f747dbd68289e..9fc241eefca17 100644 --- a/examples/with-loading/package.json +++ b/examples/with-loading/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "nprogress": "^0.2.0", "react": "^18.2.0", "react-dom": "^18.2.0"