@eslint-react/shared 5.8.10 → 5.8.12

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 +4 -4
package/dist/index.js CHANGED
@@ -315,7 +315,7 @@ const normalizeSettings = ({ importSource = "react", compilationMode, polymorphi
315
315
  importSource,
316
316
  compilationMode: compilationMode ?? "off",
317
317
  polymorphicPropName,
318
- version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.2.4")).otherwise(identity),
318
+ version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.2.7")).otherwise(identity),
319
319
  additionalStateHooks: toRegExp(additionalStateHooks),
320
320
  additionalEffectHooks: toRegExp(additionalEffectHooks)
321
321
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "5.8.10",
3
+ "version": "5.8.12",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -29,10 +29,10 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@typescript-eslint/utils": "^8.60.0",
32
+ "@typescript-eslint/utils": "^8.60.1",
33
33
  "ts-pattern": "^5.9.0",
34
34
  "zod": "^3.25.0 || ^4.0.0",
35
- "@eslint-react/eslint": "5.8.10"
35
+ "@eslint-react/eslint": "5.8.12"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@tsconfig/node24": "^24.0.4",
@@ -40,7 +40,7 @@
40
40
  "@types/picomatch": "^4.0.3",
41
41
  "eslint": "^10.4.1",
42
42
  "tsdown": "^0.22.1",
43
- "typescript": "5.9.3",
43
+ "typescript": "6.0.3",
44
44
  "@local/eff": "0.0.0",
45
45
  "@local/configs": "0.0.0"
46
46
  },