@eslint-react/shared 2.0.5-next.5 → 2.0.5
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -159,7 +159,7 @@ const normalizeSettings = ({ importSource = "react", polymorphicPropName = "as",
|
|
|
159
159
|
...rest,
|
|
160
160
|
importSource,
|
|
161
161
|
polymorphicPropName,
|
|
162
|
-
version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.
|
|
162
|
+
version: match(version).with(P.union(P.nullish, "", "detect"), () => getReactVersion("19.2.0")).otherwise(identity)
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
const cache = /* @__PURE__ */ new Map();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "2.0.5
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@typescript-eslint/utils": "^8.45.0",
|
|
31
31
|
"ts-pattern": "^5.8.0",
|
|
32
32
|
"zod": "^4.1.11",
|
|
33
|
-
"@eslint-react/eff": "2.0.5
|
|
34
|
-
"@eslint-react/kit": "2.0.5
|
|
33
|
+
"@eslint-react/eff": "2.0.5",
|
|
34
|
+
"@eslint-react/kit": "2.0.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@tsconfig/node22": "^22.0.2",
|