@eslint-react/jsx 0.8.8 → 0.8.9-beta.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/tools",
3
- "version": "0.8.8",
3
+ "version": "0.8.9-beta.1",
4
4
  "description": "ESLint x React's std library and primitives.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -41,6 +41,6 @@
41
41
  "publish": "pnpm run build && pnpm run lint:publish"
42
42
  },
43
43
  "dependencies": {
44
- "effect": "2.0.0-next.54"
44
+ "effect": "2.0.0-next.56"
45
45
  }
46
46
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/types",
3
- "version": "0.8.8",
3
+ "version": "0.8.9-beta.1",
4
4
  "description": "ESLint x React's type definitions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "0.8.8",
3
+ "version": "0.8.9-beta.1",
4
4
  "description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "micro-memoize": "4.1.2",
43
- "@eslint-react/ast": "0.8.8",
44
- "@eslint-react/tools": "0.8.8",
45
- "@eslint-react/types": "0.8.8"
43
+ "@eslint-react/ast": "0.8.9-beta.1",
44
+ "@eslint-react/types": "0.8.9-beta.1",
45
+ "@eslint-react/tools": "0.8.9-beta.1"
46
46
  },
47
47
  "bundleDependencies": [
48
48
  "@eslint-react/ast",