@eslint-react/kit 5.3.3-beta.0 → 5.3.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ import { ESLint, Linter } from "eslint";
|
|
|
24
24
|
*/
|
|
25
25
|
declare function merge(base: RuleListener$1, ...rest: RuleListener$1[]): RuleListener$1; //#endregion
|
|
26
26
|
//#endregion
|
|
27
|
-
//#region ../../node_modules/.pnpm/@typescript-eslint+types@8.
|
|
27
|
+
//#region ../../node_modules/.pnpm/@typescript-eslint+types@8.59.0/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts
|
|
28
28
|
declare type Accessibility = 'private' | 'protected' | 'public';
|
|
29
29
|
declare type AccessorProperty = AccessorPropertyComputedName | AccessorPropertyNonComputedName;
|
|
30
30
|
declare interface AccessorPropertyComputedName extends PropertyDefinitionComputedNameBase {
|
|
@@ -2163,7 +2163,7 @@ declare interface YieldExpression extends BaseNode {
|
|
|
2163
2163
|
delegate: boolean;
|
|
2164
2164
|
}
|
|
2165
2165
|
//#endregion
|
|
2166
|
-
//#region ../../node_modules/.pnpm/@typescript-eslint+types@8.
|
|
2166
|
+
//#region ../../node_modules/.pnpm/@typescript-eslint+types@8.59.0/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts
|
|
2167
2167
|
declare module './generated/ast-spec' {
|
|
2168
2168
|
interface BaseNode {
|
|
2169
2169
|
parent: Node;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/kit",
|
|
3
|
-
"version": "5.3.3-beta.
|
|
3
|
+
"version": "5.3.3-beta.2",
|
|
4
4
|
"description": "ESLint React's utility module for building custom React rules with JavaScript functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"./package.json"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@typescript-eslint/utils": "^8.
|
|
39
|
+
"@typescript-eslint/utils": "^8.59.0",
|
|
40
40
|
"string-ts": "^2.3.1",
|
|
41
|
-
"@eslint-react/ast": "5.3.3-beta.
|
|
42
|
-
"@eslint-react/core": "5.3.3-beta.
|
|
43
|
-
"@eslint-react/shared": "5.3.3-beta.
|
|
41
|
+
"@eslint-react/ast": "5.3.3-beta.2",
|
|
42
|
+
"@eslint-react/core": "5.3.3-beta.2",
|
|
43
|
+
"@eslint-react/shared": "5.3.3-beta.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"eslint": "^10.2.1",
|
|
47
47
|
"tsdown": "^0.21.9",
|
|
48
|
-
"@eslint-react/eslint": "5.3.3-beta.
|
|
48
|
+
"@eslint-react/eslint": "5.3.3-beta.2",
|
|
49
49
|
"@local/configs": "0.0.0",
|
|
50
50
|
"@local/eff": "3.0.0-beta.72"
|
|
51
51
|
},
|