diff --git a/example/NextJs/package.json b/example/NextJs/package.json index 826fcec..9e42f61 100644 --- a/example/NextJs/package.json +++ b/example/NextJs/package.json @@ -15,7 +15,7 @@ "api-ape": "file:../..", "eslint": "^8.57.0", "eslint-config-next": "15.5.9", - "next": "14.2.35", + "next": "15.5.10", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "4.9.4" diff --git a/integration/nextjs/package.json b/integration/nextjs/package.json index 4b0d9a6..d7bb6f6 100644 --- a/integration/nextjs/package.json +++ b/integration/nextjs/package.json @@ -6,7 +6,7 @@ "test": "node test.js" }, "dependencies": { - "next": "^14.0.0", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", "ws": "^8.14.2"