@eslint-react/shared
Advanced tools
Comparing version 1.22.2 to 1.23.0-beta.0
@@ -201,2 +201,3 @@ import { ESLintUtils } from '@typescript-eslint/utils'; | ||
* @default `"createElement"` | ||
* @deprecated | ||
*/ | ||
@@ -208,2 +209,3 @@ readonly jsxPragma: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; | ||
* @default `"Fragment"` | ||
* @deprecated | ||
*/ | ||
@@ -330,2 +332,3 @@ readonly jsxPragmaFrag: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; | ||
* @default `"createElement"` | ||
* @deprecated | ||
*/ | ||
@@ -337,2 +340,3 @@ readonly jsxPragma: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; | ||
* @default `"Fragment"` | ||
* @deprecated | ||
*/ | ||
@@ -456,2 +460,3 @@ readonly jsxPragmaFrag: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; | ||
* @default `"createElement"` | ||
* @deprecated | ||
*/ | ||
@@ -463,2 +468,3 @@ readonly jsxPragma: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; | ||
* @default `"Fragment"` | ||
* @deprecated | ||
*/ | ||
@@ -465,0 +471,0 @@ readonly jsxPragmaFrag: valibot.OptionalSchema<valibot.StringSchema<undefined>, undefined>; |
@@ -316,2 +316,3 @@ 'use strict'; | ||
* @default `"createElement"` | ||
* @deprecated | ||
*/ | ||
@@ -323,2 +324,3 @@ jsxPragma: valibot.optional(valibot.string()), | ||
* @default `"Fragment"` | ||
* @deprecated | ||
*/ | ||
@@ -325,0 +327,0 @@ jsxPragmaFrag: valibot.optional(valibot.string()), |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.22.2", | ||
"version": "1.23.0-beta.0", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/rEl1cx/eslint-react", | ||
"valibot": "^1.0.0-beta.9", | ||
"@eslint-react/eff": "1.22.2" | ||
"@eslint-react/eff": "1.23.0-beta.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104562
1612
1
+ Added@eslint-react/eff@1.23.0-beta.0(transitive)
- Removed@eslint-react/eff@1.22.2(transitive)