@eslint-react/shared 1.38.3 → 1.38.4

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
@@ -1260,7 +1260,7 @@ var toNormalizedSettings = createMemoizedFunction(
1260
1260
  importSource,
1261
1261
  polymorphicPropName,
1262
1262
  skipImportCheck,
1263
- version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.0.0")).otherwise(eff.identity)
1263
+ version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.1.0")).otherwise(eff.identity)
1264
1264
  };
1265
1265
  },
1266
1266
  { isEqual: shallowEqual }
package/dist/index.mjs CHANGED
@@ -1252,7 +1252,7 @@ var toNormalizedSettings = createMemoizedFunction(
1252
1252
  importSource,
1253
1253
  polymorphicPropName,
1254
1254
  skipImportCheck,
1255
- version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.0.0")).otherwise(identity)
1255
+ version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.1.0")).otherwise(identity)
1256
1256
  };
1257
1257
  },
1258
1258
  { isEqual: shallowEqual }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.38.3",
3
+ "version": "1.38.4",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@typescript-eslint/utils": "^8.28.0",
39
39
  "picomatch": "^4.0.2",
40
- "ts-pattern": "^5.6.2",
41
- "@eslint-react/eff": "1.38.3",
42
- "@eslint-react/kit": "1.38.3"
40
+ "ts-pattern": "^5.7.0",
41
+ "@eslint-react/eff": "1.38.4",
42
+ "@eslint-react/kit": "1.38.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@tsconfig/node22": "^22.0.1",