@eslint-react/kit 4.2.3 → 4.2.4-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -501,7 +501,7 @@ This is a simplified kit reimplementation of the built-in [`react-x/component-ho
501
501
  ```ts
502
502
  import type { RuleFunction } from "@eslint-react/kit";
503
503
  import { merge } from "@eslint-react/kit";
504
- import type { TSESTree } from "@typescript-eslint/utils";
504
+ import type { TSESTree } from "@typescript-eslint/types";
505
505
 
506
506
  function componentHookFactories(): RuleFunction {
507
507
  function findParent({ parent }: TSESTree.Node, test: (n: TSESTree.Node) => boolean): TSESTree.Node | null {