@eslint-react/shared
Advanced tools
Comparing version
@@ -1263,3 +1263,3 @@ 'use strict'; | ||
skipImportCheck, | ||
version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.0.0")).otherwise(eff.identity) | ||
version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.1.0")).otherwise(eff.identity) | ||
}; | ||
@@ -1266,0 +1266,0 @@ }, |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.38.3", | ||
"version": "1.38.4", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -40,5 +40,5 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"picomatch": "^4.0.2", | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/eff": "1.38.3", | ||
"@eslint-react/kit": "1.38.3" | ||
"ts-pattern": "^5.7.0", | ||
"@eslint-react/eff": "1.38.4", | ||
"@eslint-react/kit": "1.38.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated