@eslint-react/jsx 1.5.6-next.1 → 1.5.6-next.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 +21 -17
- package/dist/index.mjs +21 -17
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __export = (target, all3) => {
|
|
|
17
17
|
__defProp(target, name, { get: all3[name], enumerable: true });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
20
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Function.js
|
|
21
21
|
var Function_exports = {};
|
|
22
22
|
__export(Function_exports, {
|
|
23
23
|
SK: () => SK,
|
|
@@ -192,11 +192,11 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
192
192
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
193
193
|
var SK = (_2, b2) => b2;
|
|
194
194
|
|
|
195
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
196
|
-
var moduleVersion = "2.4.
|
|
195
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/version.js
|
|
196
|
+
var moduleVersion = "2.4.1";
|
|
197
197
|
var getCurrentVersion = () => moduleVersion;
|
|
198
198
|
|
|
199
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
199
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/GlobalValue.js
|
|
200
200
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
201
201
|
if (!(globalStoreId in globalThis)) {
|
|
202
202
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -209,7 +209,7 @@ var globalValue = (id, compute) => {
|
|
|
209
209
|
return globalStore.get(id);
|
|
210
210
|
};
|
|
211
211
|
|
|
212
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
212
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Predicate.js
|
|
213
213
|
var Predicate_exports = {};
|
|
214
214
|
__export(Predicate_exports, {
|
|
215
215
|
all: () => all,
|
|
@@ -225,6 +225,7 @@ __export(Predicate_exports, {
|
|
|
225
225
|
isError: () => isError,
|
|
226
226
|
isFunction: () => isFunction2,
|
|
227
227
|
isIterable: () => isIterable,
|
|
228
|
+
isMap: () => isMap,
|
|
228
229
|
isNever: () => isNever,
|
|
229
230
|
isNotNull: () => isNotNull,
|
|
230
231
|
isNotNullable: () => isNotNullable,
|
|
@@ -236,6 +237,7 @@ __export(Predicate_exports, {
|
|
|
236
237
|
isPromise: () => isPromise,
|
|
237
238
|
isReadonlyRecord: () => isReadonlyRecord,
|
|
238
239
|
isRecord: () => isRecord,
|
|
240
|
+
isSet: () => isSet,
|
|
239
241
|
isString: () => isString,
|
|
240
242
|
isSymbol: () => isSymbol,
|
|
241
243
|
isTagged: () => isTagged,
|
|
@@ -255,6 +257,8 @@ __export(Predicate_exports, {
|
|
|
255
257
|
xor: () => xor
|
|
256
258
|
});
|
|
257
259
|
var mapInput = /* @__PURE__ */ dual(2, (self, f2) => (b2) => self(f2(b2)));
|
|
260
|
+
var isSet = (input) => input instanceof Set;
|
|
261
|
+
var isMap = (input) => input instanceof Map;
|
|
258
262
|
var isString = (input) => typeof input === "string";
|
|
259
263
|
var isNumber = (input) => typeof input === "number";
|
|
260
264
|
var isBoolean = (input) => typeof input === "boolean";
|
|
@@ -338,7 +342,7 @@ var some = (collection) => (a2) => {
|
|
|
338
342
|
return false;
|
|
339
343
|
};
|
|
340
344
|
|
|
341
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
345
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Utils.js
|
|
342
346
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
343
347
|
var GenKindImpl = class {
|
|
344
348
|
value;
|
|
@@ -558,7 +562,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
558
562
|
out[1] = lo;
|
|
559
563
|
}
|
|
560
564
|
|
|
561
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
565
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Hash.js
|
|
562
566
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
563
567
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
564
568
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -644,7 +648,7 @@ var cached = function() {
|
|
|
644
648
|
return hash2;
|
|
645
649
|
};
|
|
646
650
|
|
|
647
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
651
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Equal.js
|
|
648
652
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
649
653
|
function equals() {
|
|
650
654
|
if (arguments.length === 1) {
|
|
@@ -670,10 +674,10 @@ function compareBoth(self, that) {
|
|
|
670
674
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
671
675
|
var equivalence = () => equals;
|
|
672
676
|
|
|
673
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
677
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Equivalence.js
|
|
674
678
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
675
679
|
|
|
676
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
680
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Inspectable.js
|
|
677
681
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
678
682
|
var toJSON = (x2) => {
|
|
679
683
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -685,7 +689,7 @@ var toJSON = (x2) => {
|
|
|
685
689
|
};
|
|
686
690
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
687
691
|
|
|
688
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
692
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Option.js
|
|
689
693
|
var Option_exports = {};
|
|
690
694
|
__export(Option_exports, {
|
|
691
695
|
Do: () => Do,
|
|
@@ -747,7 +751,7 @@ __export(Option_exports, {
|
|
|
747
751
|
zipWith: () => zipWith
|
|
748
752
|
});
|
|
749
753
|
|
|
750
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
754
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Pipeable.js
|
|
751
755
|
var pipeArguments = (self, args) => {
|
|
752
756
|
switch (args.length) {
|
|
753
757
|
case 1:
|
|
@@ -778,7 +782,7 @@ var pipeArguments = (self, args) => {
|
|
|
778
782
|
}
|
|
779
783
|
};
|
|
780
784
|
|
|
781
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
785
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/effectable.js
|
|
782
786
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
783
787
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
784
788
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -836,7 +840,7 @@ var EffectPrototype = {
|
|
|
836
840
|
}
|
|
837
841
|
};
|
|
838
842
|
|
|
839
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
843
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/option.js
|
|
840
844
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
841
845
|
var CommonProto = {
|
|
842
846
|
...EffectPrototype,
|
|
@@ -894,7 +898,7 @@ var some2 = (value) => {
|
|
|
894
898
|
return a2;
|
|
895
899
|
};
|
|
896
900
|
|
|
897
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
901
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/either.js
|
|
898
902
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
899
903
|
var CommonProto2 = {
|
|
900
904
|
...EffectPrototype,
|
|
@@ -958,10 +962,10 @@ var right = (right2) => {
|
|
|
958
962
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
959
963
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
960
964
|
|
|
961
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
965
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Order.js
|
|
962
966
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
963
967
|
|
|
964
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
968
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Option.js
|
|
965
969
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
966
970
|
var none2 = () => none;
|
|
967
971
|
var some3 = some2;
|
package/dist/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ var __export = (target, all3) => {
|
|
|
11
11
|
__defProp(target, name, { get: all3[name], enumerable: true });
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
14
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Function.js
|
|
15
15
|
var Function_exports = {};
|
|
16
16
|
__export(Function_exports, {
|
|
17
17
|
SK: () => SK,
|
|
@@ -186,11 +186,11 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
186
186
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
187
187
|
var SK = (_2, b2) => b2;
|
|
188
188
|
|
|
189
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
190
|
-
var moduleVersion = "2.4.
|
|
189
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/version.js
|
|
190
|
+
var moduleVersion = "2.4.1";
|
|
191
191
|
var getCurrentVersion = () => moduleVersion;
|
|
192
192
|
|
|
193
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
193
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/GlobalValue.js
|
|
194
194
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
195
195
|
if (!(globalStoreId in globalThis)) {
|
|
196
196
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -203,7 +203,7 @@ var globalValue = (id, compute) => {
|
|
|
203
203
|
return globalStore.get(id);
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
206
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Predicate.js
|
|
207
207
|
var Predicate_exports = {};
|
|
208
208
|
__export(Predicate_exports, {
|
|
209
209
|
all: () => all,
|
|
@@ -219,6 +219,7 @@ __export(Predicate_exports, {
|
|
|
219
219
|
isError: () => isError,
|
|
220
220
|
isFunction: () => isFunction2,
|
|
221
221
|
isIterable: () => isIterable,
|
|
222
|
+
isMap: () => isMap,
|
|
222
223
|
isNever: () => isNever,
|
|
223
224
|
isNotNull: () => isNotNull,
|
|
224
225
|
isNotNullable: () => isNotNullable,
|
|
@@ -230,6 +231,7 @@ __export(Predicate_exports, {
|
|
|
230
231
|
isPromise: () => isPromise,
|
|
231
232
|
isReadonlyRecord: () => isReadonlyRecord,
|
|
232
233
|
isRecord: () => isRecord,
|
|
234
|
+
isSet: () => isSet,
|
|
233
235
|
isString: () => isString,
|
|
234
236
|
isSymbol: () => isSymbol,
|
|
235
237
|
isTagged: () => isTagged,
|
|
@@ -249,6 +251,8 @@ __export(Predicate_exports, {
|
|
|
249
251
|
xor: () => xor
|
|
250
252
|
});
|
|
251
253
|
var mapInput = /* @__PURE__ */ dual(2, (self, f2) => (b2) => self(f2(b2)));
|
|
254
|
+
var isSet = (input) => input instanceof Set;
|
|
255
|
+
var isMap = (input) => input instanceof Map;
|
|
252
256
|
var isString = (input) => typeof input === "string";
|
|
253
257
|
var isNumber = (input) => typeof input === "number";
|
|
254
258
|
var isBoolean = (input) => typeof input === "boolean";
|
|
@@ -332,7 +336,7 @@ var some = (collection) => (a2) => {
|
|
|
332
336
|
return false;
|
|
333
337
|
};
|
|
334
338
|
|
|
335
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
339
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Utils.js
|
|
336
340
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
337
341
|
var GenKindImpl = class {
|
|
338
342
|
value;
|
|
@@ -552,7 +556,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
552
556
|
out[1] = lo;
|
|
553
557
|
}
|
|
554
558
|
|
|
555
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
559
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Hash.js
|
|
556
560
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
557
561
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
558
562
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -638,7 +642,7 @@ var cached = function() {
|
|
|
638
642
|
return hash2;
|
|
639
643
|
};
|
|
640
644
|
|
|
641
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
645
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Equal.js
|
|
642
646
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
643
647
|
function equals() {
|
|
644
648
|
if (arguments.length === 1) {
|
|
@@ -664,10 +668,10 @@ function compareBoth(self, that) {
|
|
|
664
668
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
665
669
|
var equivalence = () => equals;
|
|
666
670
|
|
|
667
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
671
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Equivalence.js
|
|
668
672
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
669
673
|
|
|
670
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
674
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Inspectable.js
|
|
671
675
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
672
676
|
var toJSON = (x2) => {
|
|
673
677
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -679,7 +683,7 @@ var toJSON = (x2) => {
|
|
|
679
683
|
};
|
|
680
684
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
681
685
|
|
|
682
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
686
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Option.js
|
|
683
687
|
var Option_exports = {};
|
|
684
688
|
__export(Option_exports, {
|
|
685
689
|
Do: () => Do,
|
|
@@ -741,7 +745,7 @@ __export(Option_exports, {
|
|
|
741
745
|
zipWith: () => zipWith
|
|
742
746
|
});
|
|
743
747
|
|
|
744
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
748
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Pipeable.js
|
|
745
749
|
var pipeArguments = (self, args) => {
|
|
746
750
|
switch (args.length) {
|
|
747
751
|
case 1:
|
|
@@ -772,7 +776,7 @@ var pipeArguments = (self, args) => {
|
|
|
772
776
|
}
|
|
773
777
|
};
|
|
774
778
|
|
|
775
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
779
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/effectable.js
|
|
776
780
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
777
781
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
778
782
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -830,7 +834,7 @@ var EffectPrototype = {
|
|
|
830
834
|
}
|
|
831
835
|
};
|
|
832
836
|
|
|
833
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
837
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/option.js
|
|
834
838
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
835
839
|
var CommonProto = {
|
|
836
840
|
...EffectPrototype,
|
|
@@ -888,7 +892,7 @@ var some2 = (value) => {
|
|
|
888
892
|
return a2;
|
|
889
893
|
};
|
|
890
894
|
|
|
891
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
895
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/internal/either.js
|
|
892
896
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
893
897
|
var CommonProto2 = {
|
|
894
898
|
...EffectPrototype,
|
|
@@ -952,10 +956,10 @@ var right = (right2) => {
|
|
|
952
956
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
953
957
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
954
958
|
|
|
955
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
959
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Order.js
|
|
956
960
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
957
961
|
|
|
958
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
962
|
+
// ../../../node_modules/.pnpm/effect@2.4.1/node_modules/effect/dist/esm/Option.js
|
|
959
963
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
960
964
|
var none2 = () => none;
|
|
961
965
|
var some3 = some2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.5.6-next.
|
|
3
|
+
"version": "1.5.6-next.3",
|
|
4
4
|
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"./package.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@eslint-
|
|
39
|
-
"@eslint
|
|
40
|
-
"@eslint
|
|
41
|
-
"
|
|
42
|
-
"@eslint-react/
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"
|
|
38
|
+
"@typescript-eslint/scope-manager": ">=7.1.1",
|
|
39
|
+
"@typescript-eslint/types": ">=7.1.1",
|
|
40
|
+
"@typescript-eslint/utils": ">=7.1.1",
|
|
41
|
+
"micro-memoize": "4.1.2",
|
|
42
|
+
"@eslint-react/ast": "1.5.6-next.3",
|
|
43
|
+
"@eslint-react/tools": "1.5.6-next.3",
|
|
44
|
+
"@eslint-react/shared": "1.5.6-next.3",
|
|
45
|
+
"@eslint-react/types": "1.5.6-next.3",
|
|
46
|
+
"@eslint-react/var": "1.5.6-next.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"effect": "2.4.
|
|
49
|
+
"effect": "2.4.1"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|