@eslint-react/shared
Advanced tools
Comparing version 1.29.1-next.0 to 1.29.1-next.1
@@ -502,3 +502,3 @@ 'use strict'; | ||
/** | ||
* The identifier that’s used for JSX Element creation. | ||
* The identifier that's used for JSX Element creation. | ||
* @default `"createElement"` | ||
@@ -509,3 +509,3 @@ * @deprecated | ||
/** | ||
* The identifier that’s used for JSX fragment elements. | ||
* The identifier that's used for JSX fragment elements. | ||
* @description This should not be a member expression (i.e. use "Fragment" instead of "React.Fragment"). | ||
@@ -533,3 +533,3 @@ * @default `"Fragment"` | ||
/** | ||
* React version to use, "detect" means auto detect React version from the project’s dependencies. | ||
* React version to use, "detect" means auto detect React version from the project's dependencies. | ||
* If `importSource` is specified, an equivalent version of React should be provided here. | ||
@@ -536,0 +536,0 @@ * @example `"18.3.1"` |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.29.1-next.0", | ||
"version": "1.29.1-next.1", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -41,3 +41,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/eff": "1.29.1-next.0" | ||
"@eslint-react/eff": "1.29.1-next.1" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"tsup": "^8.4.0", | ||
"type-fest": "^4.35.0", | ||
"type-fest": "^4.36.0", | ||
"valibot": "^1.0.0-rc.2", | ||
@@ -52,0 +52,0 @@ "@local/configs": "0.0.0" |
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
252818
+ Added@eslint-react/eff@1.29.1-next.1(transitive)
- Removed@eslint-react/eff@1.29.1-next.0(transitive)