diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index a88bc4c15c5e0..b49d71419ba6f 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.4.6", + "next": "15.5.4", "react": "^19.1.0", "react-dom": "^19.1.0", "turbo": "^2.5.4" @@ -21,8 +21,8 @@ "@types/node": "^22.15.30", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.6", - "eslint": "^9.33.0", - "eslint-config-next": "15.4.2", + "eslint": "^9.36.0", + "eslint-config-next": "15.5.4", "typescript": "^5.9.2" } }