eslint-plugin-react-hooks-extra 1.5.2-beta.0 → 1.5.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.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +9 -10
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ var jsx = require('@eslint-react/jsx');
|
|
|
7
7
|
var _var = require('@eslint-react/var');
|
|
8
8
|
|
|
9
9
|
var name = "eslint-plugin-react-hooks-extra";
|
|
10
|
-
var version = "1.5.2
|
|
10
|
+
var version = "1.5.2";
|
|
11
11
|
|
|
12
12
|
const createRule = shared.createRuleForPlugin("hooks-extra");
|
|
13
13
|
|
|
@@ -212,7 +212,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
const moduleVersion = "2.2.
|
|
215
|
+
const moduleVersion = "2.2.3";
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
218
|
* @since 2.0.0
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ var jsx = require('@eslint-react/jsx');
|
|
|
7
7
|
var _var = require('@eslint-react/var');
|
|
8
8
|
|
|
9
9
|
var name = "eslint-plugin-react-hooks-extra";
|
|
10
|
-
var version = "1.5.2
|
|
10
|
+
var version = "1.5.2";
|
|
11
11
|
|
|
12
12
|
const createRule = shared.createRuleForPlugin("hooks-extra");
|
|
13
13
|
|
|
@@ -212,7 +212,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
const moduleVersion = "2.2.
|
|
215
|
+
const moduleVersion = "2.2.3";
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
218
|
* @since 2.0.0
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { getPragmaFromContext } from '@eslint-react/jsx';
|
|
|
5
5
|
import { findVariable, getVariableInit } from '@eslint-react/var';
|
|
6
6
|
|
|
7
7
|
var name = "eslint-plugin-react-hooks-extra";
|
|
8
|
-
var version = "1.5.2
|
|
8
|
+
var version = "1.5.2";
|
|
9
9
|
|
|
10
10
|
const createRule = createRuleForPlugin("hooks-extra");
|
|
11
11
|
|
|
@@ -210,7 +210,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
const moduleVersion = "2.2.
|
|
213
|
+
const moduleVersion = "2.2.3";
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
216
|
* @since 2.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks-extra",
|
|
3
|
-
"version": "1.5.2
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -41,19 +41,18 @@
|
|
|
41
41
|
"@typescript-eslint/types": ">=6.20.0",
|
|
42
42
|
"@typescript-eslint/utils": ">=6.20.0",
|
|
43
43
|
"string-ts": "2.0.0",
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/jsx": "1.5.2
|
|
47
|
-
"@eslint-react/shared": "1.5.2
|
|
48
|
-
"@eslint-react/tools": "1.5.2
|
|
49
|
-
"@eslint-react/types": "1.5.2
|
|
50
|
-
"@eslint-react/var": "1.5.2
|
|
44
|
+
"@eslint-react/ast": "1.5.2",
|
|
45
|
+
"@eslint-react/core": "1.5.2",
|
|
46
|
+
"@eslint-react/jsx": "1.5.2",
|
|
47
|
+
"@eslint-react/shared": "1.5.2",
|
|
48
|
+
"@eslint-react/tools": "1.5.2",
|
|
49
|
+
"@eslint-react/types": "1.5.2",
|
|
50
|
+
"@eslint-react/var": "1.5.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"effect": "2.2.
|
|
53
|
+
"effect": "2.2.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@typescript-eslint/parser": ">=6.20.0",
|
|
57
56
|
"eslint": ">=8.56.0",
|
|
58
57
|
"typescript": ">=5.3.3"
|
|
59
58
|
},
|