diff --git a/tests/smoke/fixtures/next-12.0.3/package.json b/tests/smoke/fixtures/next-12.0.3/package.json index 616dd1043..57c67ac4a 100644 --- a/tests/smoke/fixtures/next-12.0.3/package.json +++ b/tests/smoke/fixtures/next-12.0.3/package.json @@ -6,13 +6,13 @@ "build": "next build" }, "dependencies": { - "next": "12.0.3", + "next": "14.2.15", "react": "^18.2.0", "react-dom": "^18.2.0" }, "test": { "dependencies": { - "next": "12.0.3" + "next": "14.2.15" } } }