@eslint-react/kit 1.53.1-beta.0 → 1.53.1-beta.1
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 +4 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -27,8 +27,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
}) : target, mod));
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
let __eslint_react_eff = require("@eslint-react/eff");
|
|
31
|
+
__eslint_react_eff = __toESM(__eslint_react_eff);
|
|
32
|
+
let zod_v4 = require("zod/v4");
|
|
33
|
+
zod_v4 = __toESM(zod_v4);
|
|
32
34
|
|
|
33
35
|
//#region src/RegExp.ts
|
|
34
36
|
var RegExp_exports = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/kit",
|
|
3
|
-
"version": "1.53.1-beta.
|
|
3
|
+
"version": "1.53.1-beta.1",
|
|
4
4
|
"description": "ESLint React's plugin kit for building plugins and rules.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"./package.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@typescript-eslint/utils": "^8.
|
|
38
|
+
"@typescript-eslint/utils": "^8.43.0",
|
|
39
39
|
"ts-pattern": "^5.8.0",
|
|
40
40
|
"zod": "^4.1.5",
|
|
41
|
-
"@eslint-react/eff": "1.53.1-beta.
|
|
41
|
+
"@eslint-react/eff": "1.53.1-beta.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@tsconfig/node22": "^22.0.2",
|
|
45
|
-
"tsdown": "^0.
|
|
45
|
+
"tsdown": "^0.15.0",
|
|
46
46
|
"type-fest": "^4.41.0",
|
|
47
47
|
"@local/configs": "0.0.0"
|
|
48
48
|
},
|