eslint-plugin-react-x 1.52.7-next.2 → 1.52.7

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.js CHANGED
@@ -142,7 +142,7 @@ var settings3 = {
142
142
 
143
143
  // package.json
144
144
  var name4 = "eslint-plugin-react-x";
145
- var version = "1.52.7-next.2";
145
+ var version = "1.52.7";
146
146
  var createRule = utils.ESLintUtils.RuleCreator(shared.getDocsUrl("x"));
147
147
 
148
148
  // src/rules/avoid-shorthand-boolean.ts
package/dist/index.mjs CHANGED
@@ -115,7 +115,7 @@ var settings3 = {
115
115
 
116
116
  // package.json
117
117
  var name4 = "eslint-plugin-react-x";
118
- var version = "1.52.7-next.2";
118
+ var version = "1.52.7";
119
119
  var createRule = ESLintUtils.RuleCreator(getDocsUrl("x"));
120
120
 
121
121
  // src/rules/avoid-shorthand-boolean.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "1.52.7-next.2",
3
+ "version": "1.52.7",
4
4
  "description": "4-7x faster composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,12 +50,12 @@
50
50
  "is-immutable-type": "^5.0.1",
51
51
  "string-ts": "^2.2.1",
52
52
  "ts-pattern": "^5.8.0",
53
- "@eslint-react/ast": "1.52.7-next.2",
54
- "@eslint-react/core": "1.52.7-next.2",
55
- "@eslint-react/kit": "1.52.7-next.2",
56
- "@eslint-react/eff": "1.52.7-next.2",
57
- "@eslint-react/shared": "1.52.7-next.2",
58
- "@eslint-react/var": "1.52.7-next.2"
53
+ "@eslint-react/core": "1.52.7",
54
+ "@eslint-react/eff": "1.52.7",
55
+ "@eslint-react/kit": "1.52.7",
56
+ "@eslint-react/shared": "1.52.7",
57
+ "@eslint-react/var": "1.52.7",
58
+ "@eslint-react/ast": "1.52.7"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/react": "^19.1.12",