@eslint-react/core 3.0.0-beta.79 → 3.0.0-beta.80

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -897,7 +897,7 @@ declare class JsxInspector {
897
897
  readonly getChildren?: never;
898
898
  } | {
899
899
  readonly kind: "spreadChild";
900
- readonly node: TSESTree.Expression | TSESTree.JSXEmptyExpression;
900
+ readonly node: TSESTree.JSXEmptyExpression | TSESTree.Expression;
901
901
  readonly toStatic: () => null;
902
902
  readonly getChildren: (_at: number) => null;
903
903
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/core",
3
- "version": "3.0.0-beta.79",
3
+ "version": "3.0.0-beta.80",
4
4
  "description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -34,9 +34,9 @@
34
34
  "@typescript-eslint/types": "canary",
35
35
  "@typescript-eslint/utils": "canary",
36
36
  "ts-pattern": "^5.9.0",
37
- "@eslint-react/ast": "3.0.0-beta.79",
38
- "@eslint-react/shared": "3.0.0-beta.79",
39
- "@eslint-react/var": "3.0.0-beta.79"
37
+ "@eslint-react/ast": "3.0.0-beta.80",
38
+ "@eslint-react/shared": "3.0.0-beta.80",
39
+ "@eslint-react/var": "3.0.0-beta.80"
40
40
  },
41
41
  "devDependencies": {
42
42
  "tsdown": "^0.21.0",