@eslint-react/shared 5.18.10 → 5.19.1

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
@@ -659,7 +659,7 @@ const normalizeSettings = ({ importSource = "react", compilationMode, polymorphi
659
659
  importSource,
660
660
  compilationMode: compilationMode ?? "off",
661
661
  polymorphicPropName,
662
- version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.2.7")).otherwise(identity),
662
+ version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.3.0")).otherwise(identity),
663
663
  additionalRefHooks: toRegExp(additionalRefHooks),
664
664
  additionalStateHooks: toRegExp(additionalStateHooks),
665
665
  additionalEffectHooks: toRegExp(additionalEffectHooks)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "5.18.10",
3
+ "version": "5.19.1",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -29,8 +29,8 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@eslint-react/eslint": "5.18.10",
33
- "@typescript-eslint/utils": "^8.69.0",
32
+ "@eslint-react/eslint": "5.19.1",
33
+ "@typescript-eslint/utils": "^8.70.0",
34
34
  "ts-pattern": "^5.9.0",
35
35
  "zod": "^3.25.0 || ^4.0.0"
36
36
  },
@@ -38,7 +38,7 @@
38
38
  "@local/configs": "0.0.0",
39
39
  "@local/eff": "0.0.0",
40
40
  "@tsconfig/node24": "^24.0.5",
41
- "@types/node": "^26.4.1",
41
+ "@types/node": "^26.5.1",
42
42
  "@types/picomatch": "^4.0.3",
43
43
  "eslint": "^10.10.0",
44
44
  "tsdown": "^0.23.0",