eslint-plugin-react-x 2.3.8-next.1 → 2.3.8-next.2

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 +12 -12
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ var __export = (all, symbols) => {
33
33
  //#endregion
34
34
  //#region package.json
35
35
  var name$6 = "eslint-plugin-react-x";
36
- var version = "2.3.8-next.1";
36
+ var version = "2.3.8-next.2";
37
37
 
38
38
  //#endregion
39
39
  //#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": "2.3.8-next.1",
3
+ "version": "2.3.8-next.2",
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",
@@ -37,25 +37,25 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.47.0",
41
- "@typescript-eslint/type-utils": "^8.47.0",
42
- "@typescript-eslint/types": "^8.47.0",
43
- "@typescript-eslint/utils": "^8.47.0",
40
+ "@typescript-eslint/scope-manager": "^8.48.0",
41
+ "@typescript-eslint/type-utils": "^8.48.0",
42
+ "@typescript-eslint/types": "^8.48.0",
43
+ "@typescript-eslint/utils": "^8.48.0",
44
44
  "compare-versions": "^6.1.1",
45
45
  "is-immutable-type": "^5.0.1",
46
46
  "string-ts": "^2.2.1",
47
47
  "ts-api-utils": "^2.1.0",
48
48
  "ts-pattern": "^5.9.0",
49
- "@eslint-react/ast": "2.3.8-next.1",
50
- "@eslint-react/core": "2.3.8-next.1",
51
- "@eslint-react/eff": "2.3.8-next.1",
52
- "@eslint-react/var": "2.3.8-next.1",
53
- "@eslint-react/shared": "2.3.8-next.1"
49
+ "@eslint-react/ast": "2.3.8-next.2",
50
+ "@eslint-react/core": "2.3.8-next.2",
51
+ "@eslint-react/eff": "2.3.8-next.2",
52
+ "@eslint-react/shared": "2.3.8-next.2",
53
+ "@eslint-react/var": "2.3.8-next.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@types/react": "^19.2.6",
56
+ "@types/react": "^19.2.7",
57
57
  "@types/react-dom": "^19.2.3",
58
- "tsdown": "^0.16.6",
58
+ "tsdown": "^0.16.7",
59
59
  "@local/configs": "0.0.0"
60
60
  },
61
61
  "peerDependencies": {