diff --git a/examples/with-babel-macros/package.json b/examples/with-babel-macros/package.json index 160fd5c48fdf7..66cd9105e29ec 100644 --- a/examples/with-babel-macros/package.json +++ b/examples/with-babel-macros/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" },