@eslint-react/shared
Advanced tools
Comparing version 1.24.0-next.6 to 1.24.0-next.8
@@ -615,6 +615,12 @@ 'use strict'; | ||
}); | ||
var CustomAttributeNormalizedSchema = object({ | ||
name: string(), | ||
as: string(), | ||
controlled: optional(boolean()), | ||
defaultValue: optional(string()) | ||
}); | ||
var CustomComponentNormalizedSchema = object({ | ||
name: string(), | ||
as: string(), | ||
attributes: optional(array(CustomAttributeSchema), []), | ||
attributes: optional(array(CustomAttributeNormalizedSchema), []), | ||
re: instance(RegExp), | ||
@@ -1438,2 +1444,3 @@ selector: optional(string()) | ||
exports.CustomAttributeNormalizedSchema = CustomAttributeNormalizedSchema; | ||
exports.CustomAttributeSchema = CustomAttributeSchema; | ||
@@ -1440,0 +1447,0 @@ exports.CustomComponentNormalizedSchema = CustomComponentNormalizedSchema; |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.24.0-next.6", | ||
"version": "1.24.0-next.8", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^8.19.1", | ||
"@typescript-eslint/utils": "^8.20.0", | ||
"picomatch": "^4.0.2", | ||
"ts-pattern": "^5.6.0", | ||
"@eslint-react/eff": "1.24.0-next.6" | ||
"@eslint-react/eff": "1.24.0-next.8" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
246105
5105
183573
+ Added@eslint-react/eff@1.24.0-next.8(transitive)
+ Added@typescript-eslint/scope-manager@8.21.0(transitive)
+ Added@typescript-eslint/types@8.21.0(transitive)
+ Added@typescript-eslint/typescript-estree@8.21.0(transitive)
+ Added@typescript-eslint/utils@8.21.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.21.0(transitive)
+ Addedts-pattern@5.6.2(transitive)
- Removed@eslint-react/eff@1.24.0-next.6(transitive)
- Removed@typescript-eslint/scope-manager@8.20.0(transitive)
- Removed@typescript-eslint/types@8.20.0(transitive)
- Removed@typescript-eslint/typescript-estree@8.20.0(transitive)
- Removed@typescript-eslint/utils@8.20.0(transitive)
- Removed@typescript-eslint/visitor-keys@8.20.0(transitive)
- Removedts-pattern@5.6.0(transitive)