@eslint-react/jsx 1.5.3-beta.3 → 1.5.3-beta.4

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/dist/index.cjs CHANGED
@@ -197,7 +197,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
197
197
  }
198
198
  }
199
199
 
200
- const moduleVersion = "2.3.0";
200
+ const moduleVersion = "2.3.1";
201
201
 
202
202
  /**
203
203
  * @since 2.0.0
package/dist/index.js CHANGED
@@ -197,7 +197,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
197
197
  }
198
198
  }
199
199
 
200
- const moduleVersion = "2.3.0";
200
+ const moduleVersion = "2.3.1";
201
201
 
202
202
  /**
203
203
  * @since 2.0.0
package/dist/index.mjs CHANGED
@@ -195,7 +195,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
195
195
  }
196
196
  }
197
197
 
198
- const moduleVersion = "2.3.0";
198
+ const moduleVersion = "2.3.1";
199
199
 
200
200
  /**
201
201
  * @since 2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.5.3-beta.3",
3
+ "version": "1.5.3-beta.4",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -39,14 +39,14 @@
39
39
  "@typescript-eslint/types": ">=6.21.0",
40
40
  "@typescript-eslint/utils": ">=6.21.0",
41
41
  "micro-memoize": "4.1.2",
42
- "@eslint-react/ast": "1.5.3-beta.3",
43
- "@eslint-react/shared": "1.5.3-beta.3",
44
- "@eslint-react/tools": "1.5.3-beta.3",
45
- "@eslint-react/types": "1.5.3-beta.3",
46
- "@eslint-react/var": "1.5.3-beta.3"
42
+ "@eslint-react/ast": "1.5.3-beta.4",
43
+ "@eslint-react/shared": "1.5.3-beta.4",
44
+ "@eslint-react/tools": "1.5.3-beta.4",
45
+ "@eslint-react/types": "1.5.3-beta.4",
46
+ "@eslint-react/var": "1.5.3-beta.4"
47
47
  },
48
48
  "devDependencies": {
49
- "effect": "2.3.0"
49
+ "effect": "2.3.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts",