@eslint-react/shared
Advanced tools
Comparing version
@@ -744,3 +744,3 @@ import { _ } from '@eslint-react/eff'; | ||
defaultValue: z.ZodMiniOptional<z.ZodMiniString<string>>; | ||
}, {}>; | ||
}, {}, {}>; | ||
/** | ||
@@ -796,3 +796,3 @@ * @description | ||
defaultValue: z.ZodMiniOptional<z.ZodMiniString<string>>; | ||
}, {}>>>; | ||
}, {}, {}>>>; | ||
/** | ||
@@ -805,3 +805,3 @@ * The ESQuery selector to select the component precisely. | ||
selector: z.ZodMiniOptional<z.ZodMiniString<string>>; | ||
}, {}>; | ||
}, {}, {}>; | ||
declare const CustomHooksSchema: z.ZodMiniObject<{ | ||
@@ -827,3 +827,3 @@ use: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>; | ||
useTransition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>; | ||
}, {}>; | ||
}, {}, {}>; | ||
/** | ||
@@ -902,3 +902,3 @@ * @internal | ||
useTransition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>; | ||
}, {}>>; | ||
}, {}, {}>>; | ||
/** | ||
@@ -953,3 +953,3 @@ * An array of user-defined components | ||
defaultValue: z.ZodMiniOptional<z.ZodMiniString<string>>; | ||
}, {}>>>; | ||
}, {}, {}>>>; | ||
/** | ||
@@ -962,4 +962,4 @@ * The ESQuery selector to select the component precisely. | ||
selector: z.ZodMiniOptional<z.ZodMiniString<string>>; | ||
}, {}>>>; | ||
}, {}>; | ||
}, {}, {}>>>; | ||
}, {}, {}>; | ||
/** | ||
@@ -970,3 +970,3 @@ * @internal | ||
"react-x": z.ZodMiniOptional<z.ZodMiniUnknown>; | ||
}, {}>>; | ||
}, {}, {}>>; | ||
type CustomComponent = z.infer<typeof CustomComponentSchema>; | ||
@@ -973,0 +973,0 @@ type CustomComponentProp = z.infer<typeof CustomComponentPropSchema>; |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.49.0", | ||
"version": "1.50.0-next.0", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -38,7 +38,7 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^8.31.1", | ||
"@zod/mini": "^4.0.0-beta.20250503T014749", | ||
"@typescript-eslint/utils": "^8.32.0", | ||
"@zod/mini": "^4.0.0-beta.20250505T195954", | ||
"ts-pattern": "^5.7.0", | ||
"@eslint-react/eff": "1.49.0", | ||
"@eslint-react/kit": "1.49.0" | ||
"@eslint-react/eff": "1.50.0-next.0", | ||
"@eslint-react/kit": "1.50.0-next.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"tsup": "^8.4.0", | ||
"type-fest": "^4.40.1", | ||
"type-fest": "^4.41.0", | ||
"@local/configs": "0.0.0" | ||
@@ -52,0 +52,0 @@ }, |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
97052
0.1%1
Infinity%+ Added
+ Added
- Removed
- Removed