@eslint-react/core 5.0.2-next.4 → 5.1.0-beta.0
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.js +1 -1
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { AST_NODE_TYPES as AST_NODE_TYPES$1 } from "@typescript-eslint/utils";
|
|
|
9
9
|
import { P, isMatching, match } from "ts-pattern";
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
|
|
12
|
-
//#region
|
|
12
|
+
//#region ../../../.pkgs/eff/dist/index.js
|
|
13
13
|
/**
|
|
14
14
|
* Creates a function that can be used in a data-last (aka `pipe`able) or
|
|
15
15
|
* data-first style.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/core",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0-beta.0",
|
|
4
4
|
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/Rel1cx/eslint-react.git",
|
|
12
|
-
"directory": "packages/core"
|
|
12
|
+
"directory": "packages/@eslint-react/core"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"author": "Rel1cx",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"./package.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@typescript-eslint/scope-manager": "^8.58.
|
|
34
|
-
"@typescript-eslint/types": "^8.58.
|
|
35
|
-
"@typescript-eslint/utils": "^8.58.
|
|
33
|
+
"@typescript-eslint/scope-manager": "^8.58.1",
|
|
34
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
35
|
+
"@typescript-eslint/utils": "^8.58.1",
|
|
36
36
|
"ts-pattern": "^5.9.0",
|
|
37
37
|
"ulid": "^3.0.2",
|
|
38
|
-
"@eslint-react/ast": "5.0
|
|
39
|
-
"@eslint-react/
|
|
40
|
-
"@eslint-react/
|
|
41
|
-
"@eslint-react/var": "5.0
|
|
38
|
+
"@eslint-react/ast": "5.1.0-beta.0",
|
|
39
|
+
"@eslint-react/shared": "5.1.0-beta.0",
|
|
40
|
+
"@eslint-react/jsx": "5.1.0-beta.0",
|
|
41
|
+
"@eslint-react/var": "5.1.0-beta.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@typescript-eslint/typescript-estree": "^8.58.
|
|
44
|
+
"@typescript-eslint/typescript-estree": "^8.58.1",
|
|
45
45
|
"tsdown": "^0.21.7",
|
|
46
|
-
"@local/
|
|
47
|
-
"@local/
|
|
46
|
+
"@local/eff": "3.0.0-beta.72",
|
|
47
|
+
"@local/configs": "0.0.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"eslint": "^10.2.0",
|