eslint-plugin-react-x 3.0.0-next.76 → 3.0.0-next.77

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.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -146,7 +146,7 @@ const rules$7 = {
146
146
  //#endregion
147
147
  //#region package.json
148
148
  var name$6 = "eslint-plugin-react-x";
149
- var version = "3.0.0-next.76";
149
+ var version = "3.0.0-next.77";
150
150
 
151
151
  //#endregion
152
152
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "3.0.0-next.76",
3
+ "version": "3.0.0-next.77",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,11 +45,10 @@
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-api-utils": "^2.4.0",
47
47
  "ts-pattern": "^5.9.0",
48
- "@eslint-react/ast": "3.0.0-next.76",
49
- "@eslint-react/core": "3.0.0-next.76",
50
- "@eslint-react/shared": "3.0.0-next.76",
51
- "@local/eff": "3.0.0-beta.72",
52
- "@eslint-react/var": "3.0.0-next.76"
48
+ "@eslint-react/ast": "3.0.0-next.77",
49
+ "@eslint-react/shared": "3.0.0-next.77",
50
+ "@eslint-react/var": "3.0.0-next.77",
51
+ "@eslint-react/core": "3.0.0-next.77"
53
52
  },
54
53
  "devDependencies": {
55
54
  "@types/react": "^19.2.14",
@@ -57,7 +56,8 @@
57
56
  "eslint": "^10.0.2",
58
57
  "tsdown": "^0.21.0-beta.2",
59
58
  "tsl-dx": "^0.9.0",
60
- "@local/configs": "0.0.0"
59
+ "@local/configs": "0.0.0",
60
+ "@local/eff": "3.0.0-beta.72"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "eslint": "^10.0.0",