@eslint-react/jsx 0.9.3 → 0.9.5-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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # `@eslint-react/jsx`
2
2
 
3
- > ESLint x React's ESLint utility module for static analysis of React core API and Patterns.
3
+ > ESLint React's ESLint utility module for static analysis of React core API and Patterns.
4
4
 
5
5
  ## ✋ Internal Package
6
6
 
7
- This is an internal package to the [ESLint x React monorepo](https://github.com/Rel1cx/eslint-react).
7
+ This is an internal package to the [ESLint React monorepo](https://github.com/Rel1cx/eslint-react).
8
8
  You likely don't want to use it directly.
9
9
 
10
- 👉 See **<https://eslint-react.rel1cx.io>** for docs on ESLint x React.
10
+ 👉 See **<https://eslint-react.rel1cx.io>** for docs on ESLint React.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "0.9.3",
4
- "description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.",
3
+ "version": "0.9.5-beta.0",
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": {
7
7
  "url": "https://github.com/rel1cx/eslint-react/issues"
@@ -38,10 +38,10 @@
38
38
  "@typescript-eslint/types": "6.13.2",
39
39
  "@typescript-eslint/utils": "6.13.2",
40
40
  "micro-memoize": "4.1.2",
41
- "@eslint-react/ast": "0.9.3",
42
- "@eslint-react/tools": "0.9.3",
43
- "@eslint-react/shared": "0.9.3",
44
- "@eslint-react/types": "0.9.3"
41
+ "@eslint-react/ast": "0.9.5-beta.0",
42
+ "@eslint-react/shared": "0.9.5-beta.0",
43
+ "@eslint-react/tools": "0.9.5-beta.0",
44
+ "@eslint-react/types": "0.9.5-beta.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts",