eslint-plugin-react-hooks-extra 1.5.20-beta.2 → 1.5.20-beta.3
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 +20 -20
- package/dist/index.mjs +20 -20
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var __export = (target, all2) => {
|
|
|
13
13
|
|
|
14
14
|
// package.json
|
|
15
15
|
var name = "eslint-plugin-react-hooks-extra";
|
|
16
|
-
var version = "1.5.20-beta.
|
|
16
|
+
var version = "1.5.20-beta.3";
|
|
17
17
|
var createRule = shared.createRuleForPlugin("hooks-extra");
|
|
18
18
|
|
|
19
19
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -53,7 +53,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
53
53
|
defaultOptions: []
|
|
54
54
|
});
|
|
55
55
|
|
|
56
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
56
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Function.js
|
|
57
57
|
var Function_exports = {};
|
|
58
58
|
__export(Function_exports, {
|
|
59
59
|
SK: () => SK,
|
|
@@ -228,10 +228,10 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
228
228
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
229
229
|
var SK = (_2, b2) => b2;
|
|
230
230
|
|
|
231
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
231
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Equivalence.js
|
|
232
232
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
233
233
|
|
|
234
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
234
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/doNotation.js
|
|
235
235
|
var let_ = (map2) => dual(3, (self, name2, f) => map2(self, (a) => Object.assign({}, a, {
|
|
236
236
|
[name2]: f(a)
|
|
237
237
|
})));
|
|
@@ -242,11 +242,11 @@ var bind = (map2, flatMap2) => dual(3, (self, name2, f) => flatMap2(self, (a) =>
|
|
|
242
242
|
[name2]: b2
|
|
243
243
|
}))));
|
|
244
244
|
|
|
245
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
246
|
-
var moduleVersion = "3.4.
|
|
245
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/version.js
|
|
246
|
+
var moduleVersion = "3.4.6";
|
|
247
247
|
var getCurrentVersion = () => moduleVersion;
|
|
248
248
|
|
|
249
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
249
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/GlobalValue.js
|
|
250
250
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
251
251
|
if (!(globalStoreId in globalThis)) {
|
|
252
252
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -259,16 +259,16 @@ var globalValue = (id, compute) => {
|
|
|
259
259
|
return globalStore.get(id);
|
|
260
260
|
};
|
|
261
261
|
|
|
262
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
262
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Predicate.js
|
|
263
263
|
var isFunction2 = isFunction;
|
|
264
264
|
var isRecordOrArray = (input) => typeof input === "object" && input !== null;
|
|
265
265
|
var isObject = (input) => isRecordOrArray(input) || isFunction2(input);
|
|
266
266
|
var hasProperty = /* @__PURE__ */ dual(2, (self, property) => isObject(self) && property in self);
|
|
267
267
|
|
|
268
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
268
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/errors.js
|
|
269
269
|
var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
|
|
270
270
|
|
|
271
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
271
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Utils.js
|
|
272
272
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
273
273
|
var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
|
|
274
274
|
var GenKindImpl = class {
|
|
@@ -385,7 +385,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
|
|
|
385
385
|
tester: void 0
|
|
386
386
|
}));
|
|
387
387
|
|
|
388
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
388
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Hash.js
|
|
389
389
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
390
390
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
391
391
|
var hash = (self) => {
|
|
@@ -474,7 +474,7 @@ var cached = function() {
|
|
|
474
474
|
return hash2;
|
|
475
475
|
};
|
|
476
476
|
|
|
477
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
477
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Equal.js
|
|
478
478
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
479
479
|
function equals() {
|
|
480
480
|
if (arguments.length === 1) {
|
|
@@ -526,7 +526,7 @@ function compareBoth(self, that) {
|
|
|
526
526
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
527
527
|
var equivalence = () => equals;
|
|
528
528
|
|
|
529
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
529
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Inspectable.js
|
|
530
530
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
531
531
|
var toJSON = (x2) => {
|
|
532
532
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -538,7 +538,7 @@ var toJSON = (x2) => {
|
|
|
538
538
|
};
|
|
539
539
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
540
540
|
|
|
541
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
541
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Pipeable.js
|
|
542
542
|
var pipeArguments = (self, args) => {
|
|
543
543
|
switch (args.length) {
|
|
544
544
|
case 1:
|
|
@@ -569,7 +569,7 @@ var pipeArguments = (self, args) => {
|
|
|
569
569
|
}
|
|
570
570
|
};
|
|
571
571
|
|
|
572
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
572
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/effectable.js
|
|
573
573
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
574
574
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
575
575
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -630,7 +630,7 @@ var EffectPrototype = {
|
|
|
630
630
|
}
|
|
631
631
|
};
|
|
632
632
|
|
|
633
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
633
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/option.js
|
|
634
634
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
635
635
|
var CommonProto = {
|
|
636
636
|
...EffectPrototype,
|
|
@@ -688,7 +688,7 @@ var some = (value) => {
|
|
|
688
688
|
return a;
|
|
689
689
|
};
|
|
690
690
|
|
|
691
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
691
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/either.js
|
|
692
692
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
693
693
|
var CommonProto2 = {
|
|
694
694
|
...EffectPrototype,
|
|
@@ -752,7 +752,7 @@ var right = (right2) => {
|
|
|
752
752
|
var getLeft = (self) => isRight(self) ? none : some(self.left);
|
|
753
753
|
var getRight = (self) => isLeft(self) ? none : some(self.right);
|
|
754
754
|
|
|
755
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
755
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Option.js
|
|
756
756
|
var Option_exports = {};
|
|
757
757
|
__export(Option_exports, {
|
|
758
758
|
Do: () => Do,
|
|
@@ -814,10 +814,10 @@ __export(Option_exports, {
|
|
|
814
814
|
zipWith: () => zipWith
|
|
815
815
|
});
|
|
816
816
|
|
|
817
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
817
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Order.js
|
|
818
818
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
819
819
|
|
|
820
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
820
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Option.js
|
|
821
821
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
822
822
|
var none2 = () => none;
|
|
823
823
|
var some2 = some;
|
package/dist/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ var __export = (target, all2) => {
|
|
|
11
11
|
|
|
12
12
|
// package.json
|
|
13
13
|
var name = "eslint-plugin-react-hooks-extra";
|
|
14
|
-
var version = "1.5.20-beta.
|
|
14
|
+
var version = "1.5.20-beta.3";
|
|
15
15
|
var createRule = createRuleForPlugin("hooks-extra");
|
|
16
16
|
|
|
17
17
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -51,7 +51,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
51
51
|
defaultOptions: []
|
|
52
52
|
});
|
|
53
53
|
|
|
54
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
54
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Function.js
|
|
55
55
|
var Function_exports = {};
|
|
56
56
|
__export(Function_exports, {
|
|
57
57
|
SK: () => SK,
|
|
@@ -226,10 +226,10 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
226
226
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
227
227
|
var SK = (_2, b2) => b2;
|
|
228
228
|
|
|
229
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
229
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Equivalence.js
|
|
230
230
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
231
231
|
|
|
232
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
232
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/doNotation.js
|
|
233
233
|
var let_ = (map2) => dual(3, (self, name2, f) => map2(self, (a) => Object.assign({}, a, {
|
|
234
234
|
[name2]: f(a)
|
|
235
235
|
})));
|
|
@@ -240,11 +240,11 @@ var bind = (map2, flatMap2) => dual(3, (self, name2, f) => flatMap2(self, (a) =>
|
|
|
240
240
|
[name2]: b2
|
|
241
241
|
}))));
|
|
242
242
|
|
|
243
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
244
|
-
var moduleVersion = "3.4.
|
|
243
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/version.js
|
|
244
|
+
var moduleVersion = "3.4.6";
|
|
245
245
|
var getCurrentVersion = () => moduleVersion;
|
|
246
246
|
|
|
247
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
247
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/GlobalValue.js
|
|
248
248
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
249
249
|
if (!(globalStoreId in globalThis)) {
|
|
250
250
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -257,16 +257,16 @@ var globalValue = (id, compute) => {
|
|
|
257
257
|
return globalStore.get(id);
|
|
258
258
|
};
|
|
259
259
|
|
|
260
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
260
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Predicate.js
|
|
261
261
|
var isFunction2 = isFunction;
|
|
262
262
|
var isRecordOrArray = (input) => typeof input === "object" && input !== null;
|
|
263
263
|
var isObject = (input) => isRecordOrArray(input) || isFunction2(input);
|
|
264
264
|
var hasProperty = /* @__PURE__ */ dual(2, (self, property) => isObject(self) && property in self);
|
|
265
265
|
|
|
266
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
266
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/errors.js
|
|
267
267
|
var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
|
|
268
268
|
|
|
269
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
269
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Utils.js
|
|
270
270
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
271
271
|
var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
|
|
272
272
|
var GenKindImpl = class {
|
|
@@ -383,7 +383,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
|
|
|
383
383
|
tester: void 0
|
|
384
384
|
}));
|
|
385
385
|
|
|
386
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
386
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Hash.js
|
|
387
387
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
388
388
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
389
389
|
var hash = (self) => {
|
|
@@ -472,7 +472,7 @@ var cached = function() {
|
|
|
472
472
|
return hash2;
|
|
473
473
|
};
|
|
474
474
|
|
|
475
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
475
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Equal.js
|
|
476
476
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
477
477
|
function equals() {
|
|
478
478
|
if (arguments.length === 1) {
|
|
@@ -524,7 +524,7 @@ function compareBoth(self, that) {
|
|
|
524
524
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
525
525
|
var equivalence = () => equals;
|
|
526
526
|
|
|
527
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
527
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Inspectable.js
|
|
528
528
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
529
529
|
var toJSON = (x2) => {
|
|
530
530
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -536,7 +536,7 @@ var toJSON = (x2) => {
|
|
|
536
536
|
};
|
|
537
537
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
538
538
|
|
|
539
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
539
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Pipeable.js
|
|
540
540
|
var pipeArguments = (self, args) => {
|
|
541
541
|
switch (args.length) {
|
|
542
542
|
case 1:
|
|
@@ -567,7 +567,7 @@ var pipeArguments = (self, args) => {
|
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
569
|
|
|
570
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
570
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/effectable.js
|
|
571
571
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
572
572
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
573
573
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -628,7 +628,7 @@ var EffectPrototype = {
|
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
|
|
631
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
631
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/option.js
|
|
632
632
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
633
633
|
var CommonProto = {
|
|
634
634
|
...EffectPrototype,
|
|
@@ -686,7 +686,7 @@ var some = (value) => {
|
|
|
686
686
|
return a;
|
|
687
687
|
};
|
|
688
688
|
|
|
689
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
689
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/internal/either.js
|
|
690
690
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
691
691
|
var CommonProto2 = {
|
|
692
692
|
...EffectPrototype,
|
|
@@ -750,7 +750,7 @@ var right = (right2) => {
|
|
|
750
750
|
var getLeft = (self) => isRight(self) ? none : some(self.left);
|
|
751
751
|
var getRight = (self) => isLeft(self) ? none : some(self.right);
|
|
752
752
|
|
|
753
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
753
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Option.js
|
|
754
754
|
var Option_exports = {};
|
|
755
755
|
__export(Option_exports, {
|
|
756
756
|
Do: () => Do,
|
|
@@ -812,10 +812,10 @@ __export(Option_exports, {
|
|
|
812
812
|
zipWith: () => zipWith
|
|
813
813
|
});
|
|
814
814
|
|
|
815
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
815
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Order.js
|
|
816
816
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
817
817
|
|
|
818
|
-
// ../../../node_modules/.pnpm/effect@3.4.
|
|
818
|
+
// ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Option.js
|
|
819
819
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
820
820
|
var none2 = () => none;
|
|
821
821
|
var some2 = some;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks-extra",
|
|
3
|
-
"version": "1.5.20-beta.
|
|
3
|
+
"version": "1.5.20-beta.3",
|
|
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": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@typescript-eslint/type-utils": "^7.14.1",
|
|
40
40
|
"@typescript-eslint/types": "^7.14.1",
|
|
41
41
|
"@typescript-eslint/utils": "^7.14.1",
|
|
42
|
-
"@eslint-react/ast": "1.5.20-beta.
|
|
43
|
-
"@eslint-react/
|
|
44
|
-
"@eslint-react/shared": "1.5.20-beta.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/
|
|
42
|
+
"@eslint-react/ast": "1.5.20-beta.3",
|
|
43
|
+
"@eslint-react/jsx": "1.5.20-beta.3",
|
|
44
|
+
"@eslint-react/shared": "1.5.20-beta.3",
|
|
45
|
+
"@eslint-react/tools": "1.5.20-beta.3",
|
|
46
|
+
"@eslint-react/types": "1.5.20-beta.3",
|
|
47
|
+
"@eslint-react/var": "1.5.20-beta.3",
|
|
48
|
+
"@eslint-react/core": "1.5.20-beta.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"dedent": "1.5.3",
|
|
52
|
-
"effect": "3.4.
|
|
52
|
+
"effect": "3.4.6",
|
|
53
53
|
"string-ts": "2.2.0",
|
|
54
54
|
"tsup": "8.1.0"
|
|
55
55
|
},
|