@samitouri / QOS-React / commits / 11ca4f6b69

feat(eslint-plugin-react-hooks): update `engines` declaration (#32458)

In preparation for the merging of the compiler plugin into this one (#32416), this change proactively updates the plugin's `engines` declaration to require Node versions greater than or equal to 18 BREAKING CHANGE Co-authored-by: lauren <poteto@users.noreply.github.com>

michael faith committed Feb 28, 2025 at 10:07 UTC 11ca4f6b6934292168f49cc78d3b2360a602febe
1 file changed +1 -1
packages/eslint-plugin-react-hooks/package.json
+1 -1
@@ -31,7 +31,7 @@
31 "main": "./index.js",
32 "types": "./index.d.ts",
33 "engines": {
34 - "node": ">=10"
34 + "node": ">=18"
35 },
36 "homepage": "https://react.dev/",
37 "peerDependencies": {