eslint-plugin-react-x 2.5.7-next.0 → 2.5.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var __exportAll = (all, symbols) => {
34
34
  //#endregion
35
35
  //#region package.json
36
36
  var name$6 = "eslint-plugin-react-x";
37
- var version = "2.5.7-next.0";
37
+ var version = "2.5.7";
38
38
 
39
39
  //#endregion
40
40
  //#region src/utils/create-rule.ts
@@ -2060,7 +2060,7 @@ const RULE_NAME$19 = "no-unnecessary-key";
2060
2060
  var no_unnecessary_key_default = createRule({
2061
2061
  meta: {
2062
2062
  type: "problem",
2063
- docs: { description: "Disallows unnecessary 'key' props on elements." },
2063
+ docs: { description: "Disallows unnecessary `key` props on elements." },
2064
2064
  messages: { noUnnecessaryKey: "Unnecessary `key` prop on this element. {{reason}}" },
2065
2065
  schema: []
2066
2066
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "2.5.7-next.0",
3
+ "version": "2.5.7",
4
4
  "description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,11 +46,11 @@
46
46
  "string-ts": "^2.3.1",
47
47
  "ts-api-utils": "^2.4.0",
48
48
  "ts-pattern": "^5.9.0",
49
- "@eslint-react/ast": "2.5.7-next.0",
50
- "@eslint-react/core": "2.5.7-next.0",
51
- "@eslint-react/eff": "2.5.7-next.0",
52
- "@eslint-react/shared": "2.5.7-next.0",
53
- "@eslint-react/var": "2.5.7-next.0"
49
+ "@eslint-react/ast": "2.5.7",
50
+ "@eslint-react/core": "2.5.7",
51
+ "@eslint-react/eff": "2.5.7",
52
+ "@eslint-react/shared": "2.5.7",
53
+ "@eslint-react/var": "2.5.7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.2.8",