@eslint-react/kit
Advanced tools
Comparing version
@@ -91,3 +91,3 @@ import * as typescript from 'typescript'; | ||
jsxQuoteStyle: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"single">, z.ZodMiniLiteral<"double">]>>; | ||
}, {}>; | ||
}, {}, {}>; | ||
@@ -94,0 +94,0 @@ /** |
{ | ||
"name": "@eslint-react/kit", | ||
"version": "2.0.0-beta.14", | ||
"version": "2.0.0-beta.15", | ||
"description": "ESLint React's plugin kit for building plugins and rules.", | ||
@@ -30,6 +30,6 @@ "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": "2.0.0-beta.14" | ||
"@eslint-react/eff": "2.0.0-beta.15" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"tsup": "^8.4.0", | ||
"type-fest": "^4.40.1", | ||
"type-fest": "^4.41.0", | ||
"@local/configs": "0.0.0" | ||
@@ -42,0 +42,0 @@ }, |
20790
0.02%+ Added
- Removed