diff --git a/examples/with-eslint/package.json b/examples/with-eslint/package.json index 19aa40295ff20..98245e142fa8e 100644 --- a/examples/with-eslint/package.json +++ b/examples/with-eslint/package.json @@ -16,6 +16,8 @@ "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "eslint": "^9", - "eslint-config-next": "latest" + "eslint-config-next": "latest", + "eslint-plugin-react-hooks": "^5.2.0", + "@next/eslint-plugin-next": "^15.4.6" } }