skyltmax_config 2.0.0 → 3.0.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.
- checksums.yaml +4 -4
- data/.devcontainer/boot.sh +7 -46
- data/.devcontainer/docker-compose.yml +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +5 -5
- data/eslint.js +26 -49
- data/fixture/package.json +1 -1
- data/fixture/pnpm-lock.yaml +386 -312
- data/fixture/src/ui/card.tsx +31 -0
- data/lib/skyltmax_config/version.rb +1 -1
- data/package.json +7 -8
- data/pnpm-lock.yaml +462 -398
- data/prettier-ignored-plugin.js +33 -0
- data/prettier.js +4 -3
- data/reset.d.ts +2 -1
- data/tests/configs.test.js +18 -1
- metadata +3 -1
data/fixture/pnpm-lock.yaml
CHANGED
|
@@ -10,7 +10,7 @@ importers:
|
|
|
10
10
|
devDependencies:
|
|
11
11
|
'@signmax/config':
|
|
12
12
|
specifier: file:..
|
|
13
|
-
version: file:..(@typescript-eslint/eslint-plugin@8.
|
|
13
|
+
version: file:..(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3))(@typescript-eslint/utils@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(prettier@3.9.6)(typescript@6.0.3)
|
|
14
14
|
eslint:
|
|
15
15
|
specifier: 10.8.1
|
|
16
16
|
version: 10.8.1
|
|
@@ -109,6 +109,55 @@ packages:
|
|
|
109
109
|
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
110
110
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
111
111
|
|
|
112
|
+
'@eslint-react/ast@5.18.6':
|
|
113
|
+
resolution: {integrity: sha512-okgOez6L9onvcdU0lyLOykKQSaj2hMtVV2ucx2iqmTsfKDGyhVlMuNLnfyOkgQyHdgfROTVtAAYnQ6KPf7PggQ==}
|
|
114
|
+
engines: {node: '>=22.0.0'}
|
|
115
|
+
peerDependencies:
|
|
116
|
+
eslint: '*'
|
|
117
|
+
typescript: '*'
|
|
118
|
+
|
|
119
|
+
'@eslint-react/core@5.18.6':
|
|
120
|
+
resolution: {integrity: sha512-utvjmfgy/lMSMt4QSU5QK2coHk6tkRChxLmkW6z8sthgmB6138CYzC3cPR9kze5pOgYJouF95xiaPnHKnXx21A==}
|
|
121
|
+
engines: {node: '>=22.0.0'}
|
|
122
|
+
peerDependencies:
|
|
123
|
+
eslint: '*'
|
|
124
|
+
typescript: '*'
|
|
125
|
+
|
|
126
|
+
'@eslint-react/eslint-plugin@5.18.6':
|
|
127
|
+
resolution: {integrity: sha512-qBZXKx05CPNrvdNydM958rZt2hgVhhriU/8LUeS5s/5gdpuekflrfF+y3yT4NT8Ej3J37h7e50RdH6Lu1r0KPg==}
|
|
128
|
+
engines: {node: '>=22.0.0'}
|
|
129
|
+
peerDependencies:
|
|
130
|
+
eslint: '*'
|
|
131
|
+
typescript: '*'
|
|
132
|
+
|
|
133
|
+
'@eslint-react/eslint@5.18.6':
|
|
134
|
+
resolution: {integrity: sha512-8BzLB6mtIDmAIwAt1u4g6Yp+1LSGAnqm8SGNHbyZG1sQikWW9Fskv3fx5Zy6CGMV9D7gafcHTiVTcuBYNE+87w==}
|
|
135
|
+
engines: {node: '>=22.0.0'}
|
|
136
|
+
peerDependencies:
|
|
137
|
+
eslint: '*'
|
|
138
|
+
typescript: '*'
|
|
139
|
+
|
|
140
|
+
'@eslint-react/jsx@5.18.6':
|
|
141
|
+
resolution: {integrity: sha512-oAbG2pW6XhiROZotfSjLU19A84/AxYHiiKjim5USHH5xtYfYjO7skFSM6LztuPggqn/wccSxLgmKIFGUKM/95g==}
|
|
142
|
+
engines: {node: '>=22.0.0'}
|
|
143
|
+
peerDependencies:
|
|
144
|
+
eslint: '*'
|
|
145
|
+
typescript: '*'
|
|
146
|
+
|
|
147
|
+
'@eslint-react/shared@5.18.6':
|
|
148
|
+
resolution: {integrity: sha512-zCzb/W1xwG412BWVTjqhDznsJEHdyZVkVJz4jbAebHLpKxygK5XeG+vShdYbIFC7OcJU8hYbvEf3P2UNqXVhBw==}
|
|
149
|
+
engines: {node: '>=22.0.0'}
|
|
150
|
+
peerDependencies:
|
|
151
|
+
eslint: '*'
|
|
152
|
+
typescript: '*'
|
|
153
|
+
|
|
154
|
+
'@eslint-react/var@5.18.6':
|
|
155
|
+
resolution: {integrity: sha512-5pxFlOy0Ajx+JUz4I4PwnYtOrqcj/R59Gx9m/WWjukFza/ap3FYnu8vEl2Q0txUQoUPJ7euPnBhkKOE7LhsOWA==}
|
|
156
|
+
engines: {node: '>=22.0.0'}
|
|
157
|
+
peerDependencies:
|
|
158
|
+
eslint: '*'
|
|
159
|
+
typescript: '*'
|
|
160
|
+
|
|
112
161
|
'@eslint/config-array@0.23.5':
|
|
113
162
|
resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==}
|
|
114
163
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
@@ -174,12 +223,12 @@ packages:
|
|
|
174
223
|
'@jridgewell/trace-mapping@0.3.31':
|
|
175
224
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
176
225
|
|
|
177
|
-
'@napi-rs/wasm-runtime@1.2.
|
|
178
|
-
resolution: {integrity: sha512-
|
|
226
|
+
'@napi-rs/wasm-runtime@1.2.3':
|
|
227
|
+
resolution: {integrity: sha512-UMduMbqO5s5zF2NkNacMT/yK5Y5QiKvWr2+50bzIIxFDwVJ2h49b+oyjaCGPhJxd2/gC2x39EHv/gHVuu36x2Q==}
|
|
179
228
|
engines: {node: ^20.19.0 || ^22.13.0 || >=23.5.0}
|
|
180
229
|
peerDependencies:
|
|
181
|
-
'@emnapi/core': ^1.7.1 || ^2.0.0-alpha.
|
|
182
|
-
'@emnapi/runtime': ^1.7.1 || ^2.0.0-alpha.
|
|
230
|
+
'@emnapi/core': ^1.7.1 || ^2.0.0-alpha.4
|
|
231
|
+
'@emnapi/runtime': ^1.7.1 || ^2.0.0-alpha.4
|
|
183
232
|
|
|
184
233
|
'@pkgr/core@0.3.6':
|
|
185
234
|
resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==}
|
|
@@ -208,63 +257,63 @@ packages:
|
|
|
208
257
|
'@types/json-schema@7.0.15':
|
|
209
258
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
210
259
|
|
|
211
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
212
|
-
resolution: {integrity: sha512-
|
|
260
|
+
'@typescript-eslint/eslint-plugin@8.67.0':
|
|
261
|
+
resolution: {integrity: sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==}
|
|
213
262
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
214
263
|
peerDependencies:
|
|
215
|
-
'@typescript-eslint/parser': ^8.
|
|
264
|
+
'@typescript-eslint/parser': ^8.67.0
|
|
216
265
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
217
266
|
typescript: '>=4.8.4 <6.1.0'
|
|
218
267
|
|
|
219
|
-
'@typescript-eslint/parser@8.
|
|
220
|
-
resolution: {integrity: sha512-
|
|
268
|
+
'@typescript-eslint/parser@8.67.0':
|
|
269
|
+
resolution: {integrity: sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==}
|
|
221
270
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
222
271
|
peerDependencies:
|
|
223
272
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
224
273
|
typescript: '>=4.8.4 <6.1.0'
|
|
225
274
|
|
|
226
|
-
'@typescript-eslint/project-service@8.
|
|
227
|
-
resolution: {integrity: sha512-
|
|
275
|
+
'@typescript-eslint/project-service@8.67.0':
|
|
276
|
+
resolution: {integrity: sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==}
|
|
228
277
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
229
278
|
peerDependencies:
|
|
230
279
|
typescript: '>=4.8.4 <6.1.0'
|
|
231
280
|
|
|
232
|
-
'@typescript-eslint/scope-manager@8.
|
|
233
|
-
resolution: {integrity: sha512-
|
|
281
|
+
'@typescript-eslint/scope-manager@8.67.0':
|
|
282
|
+
resolution: {integrity: sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==}
|
|
234
283
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
235
284
|
|
|
236
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
237
|
-
resolution: {integrity: sha512-
|
|
285
|
+
'@typescript-eslint/tsconfig-utils@8.67.0':
|
|
286
|
+
resolution: {integrity: sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==}
|
|
238
287
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
239
288
|
peerDependencies:
|
|
240
289
|
typescript: '>=4.8.4 <6.1.0'
|
|
241
290
|
|
|
242
|
-
'@typescript-eslint/type-utils@8.
|
|
243
|
-
resolution: {integrity: sha512-
|
|
291
|
+
'@typescript-eslint/type-utils@8.67.0':
|
|
292
|
+
resolution: {integrity: sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==}
|
|
244
293
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
245
294
|
peerDependencies:
|
|
246
295
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
247
296
|
typescript: '>=4.8.4 <6.1.0'
|
|
248
297
|
|
|
249
|
-
'@typescript-eslint/types@8.
|
|
250
|
-
resolution: {integrity: sha512-
|
|
298
|
+
'@typescript-eslint/types@8.67.0':
|
|
299
|
+
resolution: {integrity: sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==}
|
|
251
300
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
252
301
|
|
|
253
|
-
'@typescript-eslint/typescript-estree@8.
|
|
254
|
-
resolution: {integrity: sha512-
|
|
302
|
+
'@typescript-eslint/typescript-estree@8.67.0':
|
|
303
|
+
resolution: {integrity: sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==}
|
|
255
304
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
256
305
|
peerDependencies:
|
|
257
306
|
typescript: '>=4.8.4 <6.1.0'
|
|
258
307
|
|
|
259
|
-
'@typescript-eslint/utils@8.
|
|
260
|
-
resolution: {integrity: sha512-
|
|
308
|
+
'@typescript-eslint/utils@8.67.0':
|
|
309
|
+
resolution: {integrity: sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==}
|
|
261
310
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
262
311
|
peerDependencies:
|
|
263
312
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
264
313
|
typescript: '>=4.8.4 <6.1.0'
|
|
265
314
|
|
|
266
|
-
'@typescript-eslint/visitor-keys@8.
|
|
267
|
-
resolution: {integrity: sha512-
|
|
315
|
+
'@typescript-eslint/visitor-keys@8.67.0':
|
|
316
|
+
resolution: {integrity: sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==}
|
|
268
317
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
269
318
|
|
|
270
319
|
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
|
@@ -428,10 +477,6 @@ packages:
|
|
|
428
477
|
resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==}
|
|
429
478
|
engines: {node: '>= 0.4'}
|
|
430
479
|
|
|
431
|
-
array.prototype.findlast@1.2.5:
|
|
432
|
-
resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==}
|
|
433
|
-
engines: {node: '>= 0.4'}
|
|
434
|
-
|
|
435
480
|
array.prototype.flat@1.3.3:
|
|
436
481
|
resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==}
|
|
437
482
|
engines: {node: '>= 0.4'}
|
|
@@ -440,10 +485,6 @@ packages:
|
|
|
440
485
|
resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==}
|
|
441
486
|
engines: {node: '>= 0.4'}
|
|
442
487
|
|
|
443
|
-
array.prototype.tosorted@1.1.4:
|
|
444
|
-
resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==}
|
|
445
|
-
engines: {node: '>= 0.4'}
|
|
446
|
-
|
|
447
488
|
arraybuffer.prototype.slice@1.0.4:
|
|
448
489
|
resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
|
|
449
490
|
engines: {node: '>= 0.4'}
|
|
@@ -474,11 +515,14 @@ packages:
|
|
|
474
515
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
475
516
|
engines: {node: 18 || 20 || >=22}
|
|
476
517
|
|
|
477
|
-
baseline-browser-mapping@2.11.
|
|
478
|
-
resolution: {integrity: sha512-
|
|
518
|
+
baseline-browser-mapping@2.11.14:
|
|
519
|
+
resolution: {integrity: sha512-JyJ954WzuIR8/FFzX0o5krdSTrBAkcCSRfWSleRsIHSWV+cZe2FI1PKggVkFke1hBldRs+LRxUczzE9iPmgZww==}
|
|
479
520
|
engines: {node: '>=6.0.0'}
|
|
480
521
|
hasBin: true
|
|
481
522
|
|
|
523
|
+
birecord@0.1.2:
|
|
524
|
+
resolution: {integrity: sha512-5PAPTTmMpMEb+GuMb5DebfBkipRGyIW9+gtwEBSoDA9xkhHILm04+hZQ702pMksu3d8YAuGkmgTzQWcKqTPScA==}
|
|
525
|
+
|
|
482
526
|
brace-expansion@1.1.18:
|
|
483
527
|
resolution: {integrity: sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==}
|
|
484
528
|
|
|
@@ -510,6 +554,9 @@ packages:
|
|
|
510
554
|
resolution: {integrity: sha512-rKZTGo4fzKYna8UcL0isTg5wkBNla7bxTypLwZQXjIdi++IdP1OJ41rI5Mti3/jltkPujbu4i9LIARYA+zpotQ==}
|
|
511
555
|
engines: {node: '>= 12.0.0'}
|
|
512
556
|
|
|
557
|
+
compare-versions@6.1.1:
|
|
558
|
+
resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==}
|
|
559
|
+
|
|
513
560
|
concat-map@0.0.1:
|
|
514
561
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
515
562
|
|
|
@@ -555,16 +602,12 @@ packages:
|
|
|
555
602
|
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
|
556
603
|
engines: {node: '>= 0.4'}
|
|
557
604
|
|
|
558
|
-
doctrine@2.1.0:
|
|
559
|
-
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
|
|
560
|
-
engines: {node: '>=0.10.0'}
|
|
561
|
-
|
|
562
605
|
dunder-proto@1.0.1:
|
|
563
606
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
564
607
|
engines: {node: '>= 0.4'}
|
|
565
608
|
|
|
566
|
-
electron-to-chromium@1.5.
|
|
567
|
-
resolution: {integrity: sha512-
|
|
609
|
+
electron-to-chromium@1.5.406:
|
|
610
|
+
resolution: {integrity: sha512-hWH5ORBi3d0IipnMh7BN5GDTaAmrSSSWmznwt2zltdiRNEWoEQyTwF0FFSBxzHO7hLSRT6loQu3IQGV0wg/Tvg==}
|
|
568
611
|
|
|
569
612
|
emoji-regex@9.2.2:
|
|
570
613
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
@@ -585,10 +628,6 @@ packages:
|
|
|
585
628
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
586
629
|
engines: {node: '>= 0.4'}
|
|
587
630
|
|
|
588
|
-
es-iterator-helpers@1.4.0:
|
|
589
|
-
resolution: {integrity: sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==}
|
|
590
|
-
engines: {node: '>= 0.4'}
|
|
591
|
-
|
|
592
631
|
es-object-atoms@1.1.2:
|
|
593
632
|
resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
|
|
594
633
|
engines: {node: '>= 0.4'}
|
|
@@ -671,17 +710,53 @@ packages:
|
|
|
671
710
|
eslint-config-prettier:
|
|
672
711
|
optional: true
|
|
673
712
|
|
|
713
|
+
eslint-plugin-react-dom@5.18.6:
|
|
714
|
+
resolution: {integrity: sha512-xco47I0Agu+83QH2ONbgZd1JPLSXJON+gtFGJbOhgfPvetfO7UkcHu8iLpncopwyWekAXfhvomJsDlNLTm26/g==}
|
|
715
|
+
engines: {node: '>=22.0.0'}
|
|
716
|
+
peerDependencies:
|
|
717
|
+
eslint: '*'
|
|
718
|
+
typescript: '*'
|
|
719
|
+
|
|
674
720
|
eslint-plugin-react-hooks@7.1.1:
|
|
675
721
|
resolution: {integrity: sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==}
|
|
676
722
|
engines: {node: '>=18'}
|
|
677
723
|
peerDependencies:
|
|
678
724
|
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0
|
|
679
725
|
|
|
680
|
-
eslint-plugin-react@
|
|
681
|
-
resolution: {integrity: sha512-
|
|
682
|
-
engines: {node: '>=
|
|
726
|
+
eslint-plugin-react-jsx@5.18.6:
|
|
727
|
+
resolution: {integrity: sha512-6EvzS5gZGfQ0byvSxgqV/F0qXTVnNGcCU7wgFZqz8I1IXmcbYyBCyU7gqNlKW1/1ptiZFmuwo57+eW6HyK+wEg==}
|
|
728
|
+
engines: {node: '>=22.0.0'}
|
|
729
|
+
peerDependencies:
|
|
730
|
+
eslint: '*'
|
|
731
|
+
typescript: '*'
|
|
732
|
+
|
|
733
|
+
eslint-plugin-react-naming-convention@5.18.6:
|
|
734
|
+
resolution: {integrity: sha512-3KZkJN8XDTq6YtaYvyWJt3GQRjW3WhoVuGgLfhf0yO+8H0GW78FkesqGe//+np+pBXwPv6hck4c8ViTEQJ9qIQ==}
|
|
735
|
+
engines: {node: '>=22.0.0'}
|
|
736
|
+
peerDependencies:
|
|
737
|
+
eslint: '*'
|
|
738
|
+
typescript: '*'
|
|
739
|
+
|
|
740
|
+
eslint-plugin-react-rsc@5.18.6:
|
|
741
|
+
resolution: {integrity: sha512-4mzLkRKRpN9Rr5JMeNrxkMFLHce1ikAdsjAiPOSIgYwWSsQWxHwpMTf+UfjXgfB6CcAcyKCyIe5HmOMX2kUoVQ==}
|
|
742
|
+
engines: {node: '>=22.0.0'}
|
|
683
743
|
peerDependencies:
|
|
684
|
-
eslint:
|
|
744
|
+
eslint: '*'
|
|
745
|
+
typescript: '*'
|
|
746
|
+
|
|
747
|
+
eslint-plugin-react-web-api@5.18.6:
|
|
748
|
+
resolution: {integrity: sha512-r8s39AbHZ0071XcgCMoCdNkSARftqI6U/0bBJXPioVUw+hjp0n4EB27fsc69AHzRl/NJWA1oUJb+kcqxoWMR4w==}
|
|
749
|
+
engines: {node: '>=22.0.0'}
|
|
750
|
+
peerDependencies:
|
|
751
|
+
eslint: '*'
|
|
752
|
+
typescript: '*'
|
|
753
|
+
|
|
754
|
+
eslint-plugin-react-x@5.18.6:
|
|
755
|
+
resolution: {integrity: sha512-VvxeREksTiY9Q7YnpNvQNrjapUGu43rQJXrtbjT9ADwXX5nZiyUqD7T7fkbUYfH6NPz2bYvnAmGEctIfEGTTfQ==}
|
|
756
|
+
engines: {node: '>=22.0.0'}
|
|
757
|
+
peerDependencies:
|
|
758
|
+
eslint: '*'
|
|
759
|
+
typescript: '*'
|
|
685
760
|
|
|
686
761
|
eslint-plugin-testing-library@7.16.2:
|
|
687
762
|
resolution: {integrity: sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==}
|
|
@@ -801,15 +876,15 @@ packages:
|
|
|
801
876
|
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
|
|
802
877
|
engines: {node: '>= 0.4'}
|
|
803
878
|
|
|
804
|
-
get-tsconfig@4.14.
|
|
805
|
-
resolution: {integrity: sha512-
|
|
879
|
+
get-tsconfig@4.14.2:
|
|
880
|
+
resolution: {integrity: sha512-XpwZALwwl/BaKTAyC6+c5T8y6kCg2jk+XGqOVrKIQmW49pNypYLMRjCUXqa28tQgJlhS2RlzP7sc+Rx7W6qsfw==}
|
|
806
881
|
|
|
807
882
|
glob-parent@6.0.2:
|
|
808
883
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
809
884
|
engines: {node: '>=10.13.0'}
|
|
810
885
|
|
|
811
|
-
globals@17.
|
|
812
|
-
resolution: {integrity: sha512-
|
|
886
|
+
globals@17.11.0:
|
|
887
|
+
resolution: {integrity: sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==}
|
|
813
888
|
engines: {node: '>=18'}
|
|
814
889
|
|
|
815
890
|
globalthis@1.0.4:
|
|
@@ -885,10 +960,6 @@ packages:
|
|
|
885
960
|
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
|
|
886
961
|
engines: {node: '>= 0.4'}
|
|
887
962
|
|
|
888
|
-
is-core-module@2.16.2:
|
|
889
|
-
resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==}
|
|
890
|
-
engines: {node: '>= 0.4'}
|
|
891
|
-
|
|
892
963
|
is-data-view@1.0.2:
|
|
893
964
|
resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==}
|
|
894
965
|
engines: {node: '>= 0.4'}
|
|
@@ -971,10 +1042,6 @@ packages:
|
|
|
971
1042
|
isexe@2.0.0:
|
|
972
1043
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
973
1044
|
|
|
974
|
-
iterator.prototype@1.1.5:
|
|
975
|
-
resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==}
|
|
976
|
-
engines: {node: '>= 0.4'}
|
|
977
|
-
|
|
978
1045
|
js-tokens@4.0.0:
|
|
979
1046
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
980
1047
|
|
|
@@ -1019,10 +1086,6 @@ packages:
|
|
|
1019
1086
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
1020
1087
|
engines: {node: '>=10'}
|
|
1021
1088
|
|
|
1022
|
-
loose-envify@1.4.0:
|
|
1023
|
-
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
1024
|
-
hasBin: true
|
|
1025
|
-
|
|
1026
1089
|
lru-cache@5.1.1:
|
|
1027
1090
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
1028
1091
|
|
|
@@ -1048,18 +1111,10 @@ packages:
|
|
|
1048
1111
|
natural-compare@1.4.0:
|
|
1049
1112
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
1050
1113
|
|
|
1051
|
-
node-exports-info@1.6.2:
|
|
1052
|
-
resolution: {integrity: sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==}
|
|
1053
|
-
engines: {node: '>= 0.4'}
|
|
1054
|
-
|
|
1055
1114
|
node-releases@2.0.53:
|
|
1056
1115
|
resolution: {integrity: sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==}
|
|
1057
1116
|
engines: {node: '>=18'}
|
|
1058
1117
|
|
|
1059
|
-
object-assign@4.1.1:
|
|
1060
|
-
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
1061
|
-
engines: {node: '>=0.10.0'}
|
|
1062
|
-
|
|
1063
1118
|
object-inspect@1.13.4:
|
|
1064
1119
|
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
|
|
1065
1120
|
engines: {node: '>= 0.4'}
|
|
@@ -1072,10 +1127,6 @@ packages:
|
|
|
1072
1127
|
resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==}
|
|
1073
1128
|
engines: {node: '>= 0.4'}
|
|
1074
1129
|
|
|
1075
|
-
object.entries@1.1.9:
|
|
1076
|
-
resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==}
|
|
1077
|
-
engines: {node: '>= 0.4'}
|
|
1078
|
-
|
|
1079
1130
|
object.fromentries@2.0.8:
|
|
1080
1131
|
resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==}
|
|
1081
1132
|
engines: {node: '>= 0.4'}
|
|
@@ -1108,9 +1159,6 @@ packages:
|
|
|
1108
1159
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
1109
1160
|
engines: {node: '>=8'}
|
|
1110
1161
|
|
|
1111
|
-
path-parse@1.0.7:
|
|
1112
|
-
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
1113
|
-
|
|
1114
1162
|
picocolors@1.1.1:
|
|
1115
1163
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1116
1164
|
|
|
@@ -1130,11 +1178,6 @@ packages:
|
|
|
1130
1178
|
resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==}
|
|
1131
1179
|
engines: {node: '>=6.0.0'}
|
|
1132
1180
|
|
|
1133
|
-
prettier-plugin-ignored@1.0.0:
|
|
1134
|
-
resolution: {integrity: sha512-q0wSUvUfHqg2cZ5SADkqnGK9Cv5bBn/ootjwDWAQ+8qE/iN1nklT3XHSaF6duRl6j0P4Ew70r0vAJkGZrn4/+w==}
|
|
1135
|
-
peerDependencies:
|
|
1136
|
-
prettier: 3.x
|
|
1137
|
-
|
|
1138
1181
|
prettier-plugin-tailwindcss@0.8.1:
|
|
1139
1182
|
resolution: {integrity: sha512-iaFMYqDsE4ffdDkn5qup0j5f2aCEBFZrdrZnvu9QKTlWx/iGPeQ4HHu7b7fCPMxeo9nwQBiOAh2nSypdFYWJkw==}
|
|
1140
1183
|
engines: {node: '>=20.19'}
|
|
@@ -1195,16 +1238,10 @@ packages:
|
|
|
1195
1238
|
engines: {node: '>=14'}
|
|
1196
1239
|
hasBin: true
|
|
1197
1240
|
|
|
1198
|
-
prop-types@15.8.1:
|
|
1199
|
-
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
1200
|
-
|
|
1201
1241
|
punycode@2.3.1:
|
|
1202
1242
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
1203
1243
|
engines: {node: '>=6'}
|
|
1204
1244
|
|
|
1205
|
-
react-is@16.13.1:
|
|
1206
|
-
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
1207
|
-
|
|
1208
1245
|
reflect.getprototypeof@1.0.10:
|
|
1209
1246
|
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
|
|
1210
1247
|
engines: {node: '>= 0.4'}
|
|
@@ -1220,11 +1257,6 @@ packages:
|
|
|
1220
1257
|
resolve-pkg-maps@1.0.0:
|
|
1221
1258
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
1222
1259
|
|
|
1223
|
-
resolve@2.0.0-next.7:
|
|
1224
|
-
resolution: {integrity: sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==}
|
|
1225
|
-
engines: {node: '>= 0.4'}
|
|
1226
|
-
hasBin: true
|
|
1227
|
-
|
|
1228
1260
|
safe-array-concat@1.1.4:
|
|
1229
1261
|
resolution: {integrity: sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==}
|
|
1230
1262
|
engines: {node: '>=0.4'}
|
|
@@ -1290,17 +1322,13 @@ packages:
|
|
|
1290
1322
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
1291
1323
|
engines: {node: '>= 0.4'}
|
|
1292
1324
|
|
|
1325
|
+
string-ts@2.3.1:
|
|
1326
|
+
resolution: {integrity: sha512-xSJq+BS52SaFFAVxuStmx6n5aYZU571uYUnUrPXkPFCfdHyZMMlbP2v2Wx5sNBnAVzq/2+0+mcBLBa3Xa5ubYw==}
|
|
1327
|
+
|
|
1293
1328
|
string.prototype.includes@2.0.1:
|
|
1294
1329
|
resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==}
|
|
1295
1330
|
engines: {node: '>= 0.4'}
|
|
1296
1331
|
|
|
1297
|
-
string.prototype.matchall@4.0.12:
|
|
1298
|
-
resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
|
|
1299
|
-
engines: {node: '>= 0.4'}
|
|
1300
|
-
|
|
1301
|
-
string.prototype.repeat@1.0.0:
|
|
1302
|
-
resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==}
|
|
1303
|
-
|
|
1304
1332
|
string.prototype.trim@1.2.11:
|
|
1305
1333
|
resolution: {integrity: sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==}
|
|
1306
1334
|
engines: {node: '>= 0.4'}
|
|
@@ -1313,10 +1341,6 @@ packages:
|
|
|
1313
1341
|
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
|
1314
1342
|
engines: {node: '>= 0.4'}
|
|
1315
1343
|
|
|
1316
|
-
supports-preserve-symlinks-flag@1.0.0:
|
|
1317
|
-
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
1318
|
-
engines: {node: '>= 0.4'}
|
|
1319
|
-
|
|
1320
1344
|
synckit@0.11.13:
|
|
1321
1345
|
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
1322
1346
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
@@ -1331,6 +1355,9 @@ packages:
|
|
|
1331
1355
|
peerDependencies:
|
|
1332
1356
|
typescript: '>=4.8.4'
|
|
1333
1357
|
|
|
1358
|
+
ts-pattern@5.9.0:
|
|
1359
|
+
resolution: {integrity: sha512-6s5V71mX8qBUmlgbrfL33xDUwO0fq48rxAu2LBE11WBeGdpCPOsXksQbZJHvHwhrd3QjUusd3mAOM5Gg0mFBLg==}
|
|
1360
|
+
|
|
1334
1361
|
tslib@2.8.1:
|
|
1335
1362
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
1336
1363
|
|
|
@@ -1354,8 +1381,8 @@ packages:
|
|
|
1354
1381
|
resolution: {integrity: sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==}
|
|
1355
1382
|
engines: {node: '>= 0.4'}
|
|
1356
1383
|
|
|
1357
|
-
typescript-eslint@8.
|
|
1358
|
-
resolution: {integrity: sha512-
|
|
1384
|
+
typescript-eslint@8.67.0:
|
|
1385
|
+
resolution: {integrity: sha512-S2udFs8tCKEKffuJ4TB1idGUZiXdCPGi3IPBGWXarbLQ5UPXORV8QEVzJ4gCRduURMb5EkpNCdjbk0eDIuI8Yg==}
|
|
1359
1386
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1360
1387
|
peerDependencies:
|
|
1361
1388
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -1548,6 +1575,92 @@ snapshots:
|
|
|
1548
1575
|
|
|
1549
1576
|
'@eslint-community/regexpp@4.12.2': {}
|
|
1550
1577
|
|
|
1578
|
+
'@eslint-react/ast@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1579
|
+
dependencies:
|
|
1580
|
+
'@typescript-eslint/types': 8.67.0
|
|
1581
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
1582
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1583
|
+
eslint: 10.8.1
|
|
1584
|
+
string-ts: 2.3.1
|
|
1585
|
+
typescript: 6.0.3
|
|
1586
|
+
transitivePeerDependencies:
|
|
1587
|
+
- supports-color
|
|
1588
|
+
|
|
1589
|
+
'@eslint-react/core@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1590
|
+
dependencies:
|
|
1591
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1592
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1593
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1594
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1595
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1596
|
+
'@typescript-eslint/types': 8.67.0
|
|
1597
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1598
|
+
eslint: 10.8.1
|
|
1599
|
+
ts-pattern: 5.9.0
|
|
1600
|
+
typescript: 6.0.3
|
|
1601
|
+
transitivePeerDependencies:
|
|
1602
|
+
- supports-color
|
|
1603
|
+
|
|
1604
|
+
'@eslint-react/eslint-plugin@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1605
|
+
dependencies:
|
|
1606
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1607
|
+
eslint: 10.8.1
|
|
1608
|
+
eslint-plugin-react-dom: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1609
|
+
eslint-plugin-react-jsx: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1610
|
+
eslint-plugin-react-naming-convention: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1611
|
+
eslint-plugin-react-rsc: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1612
|
+
eslint-plugin-react-web-api: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1613
|
+
eslint-plugin-react-x: 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1614
|
+
typescript: 6.0.3
|
|
1615
|
+
transitivePeerDependencies:
|
|
1616
|
+
- supports-color
|
|
1617
|
+
|
|
1618
|
+
'@eslint-react/eslint@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1619
|
+
dependencies:
|
|
1620
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1621
|
+
eslint: 10.8.1
|
|
1622
|
+
typescript: 6.0.3
|
|
1623
|
+
transitivePeerDependencies:
|
|
1624
|
+
- supports-color
|
|
1625
|
+
|
|
1626
|
+
'@eslint-react/jsx@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1627
|
+
dependencies:
|
|
1628
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1629
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1630
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1631
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1632
|
+
'@typescript-eslint/types': 8.67.0
|
|
1633
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1634
|
+
eslint: 10.8.1
|
|
1635
|
+
ts-pattern: 5.9.0
|
|
1636
|
+
typescript: 6.0.3
|
|
1637
|
+
transitivePeerDependencies:
|
|
1638
|
+
- supports-color
|
|
1639
|
+
|
|
1640
|
+
'@eslint-react/shared@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1641
|
+
dependencies:
|
|
1642
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1643
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1644
|
+
eslint: 10.8.1
|
|
1645
|
+
ts-pattern: 5.9.0
|
|
1646
|
+
typescript: 6.0.3
|
|
1647
|
+
zod: 4.4.3
|
|
1648
|
+
transitivePeerDependencies:
|
|
1649
|
+
- supports-color
|
|
1650
|
+
|
|
1651
|
+
'@eslint-react/var@5.18.6(eslint@10.8.1)(typescript@6.0.3)':
|
|
1652
|
+
dependencies:
|
|
1653
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1654
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1655
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1656
|
+
'@typescript-eslint/types': 8.67.0
|
|
1657
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1658
|
+
eslint: 10.8.1
|
|
1659
|
+
ts-pattern: 5.9.0
|
|
1660
|
+
typescript: 6.0.3
|
|
1661
|
+
transitivePeerDependencies:
|
|
1662
|
+
- supports-color
|
|
1663
|
+
|
|
1551
1664
|
'@eslint/config-array@0.23.5':
|
|
1552
1665
|
dependencies:
|
|
1553
1666
|
'@eslint/object-schema': 3.0.5
|
|
@@ -1610,7 +1723,7 @@ snapshots:
|
|
|
1610
1723
|
'@jridgewell/resolve-uri': 3.1.2
|
|
1611
1724
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1612
1725
|
|
|
1613
|
-
'@napi-rs/wasm-runtime@1.2.
|
|
1726
|
+
'@napi-rs/wasm-runtime@1.2.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
1614
1727
|
dependencies:
|
|
1615
1728
|
'@emnapi/core': 1.10.0
|
|
1616
1729
|
'@emnapi/runtime': 1.10.0
|
|
@@ -1619,26 +1732,25 @@ snapshots:
|
|
|
1619
1732
|
|
|
1620
1733
|
'@pkgr/core@0.3.6': {}
|
|
1621
1734
|
|
|
1622
|
-
'@signmax/config@file:..(@typescript-eslint/eslint-plugin@8.
|
|
1735
|
+
'@signmax/config@file:..(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3))(@typescript-eslint/utils@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(prettier@3.9.6)(typescript@6.0.3)':
|
|
1623
1736
|
dependencies:
|
|
1737
|
+
'@eslint-react/eslint-plugin': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
1624
1738
|
'@eslint/js': 10.0.1(eslint@10.8.1)
|
|
1625
1739
|
'@total-typescript/ts-reset': 0.6.1
|
|
1626
|
-
'@vitest/eslint-plugin': 1.6.27(@typescript-eslint/eslint-plugin@8.
|
|
1740
|
+
'@vitest/eslint-plugin': 1.6.27(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3)
|
|
1627
1741
|
eslint: 10.8.1
|
|
1628
1742
|
eslint-config-prettier: 10.1.8(eslint@10.8.1)
|
|
1629
|
-
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.
|
|
1743
|
+
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)
|
|
1630
1744
|
eslint-plugin-jest-dom: 5.10.1(eslint@10.8.1)
|
|
1631
1745
|
eslint-plugin-jsx-a11y: 6.10.2(eslint@10.8.1)
|
|
1632
1746
|
eslint-plugin-prettier: 5.5.6(eslint-config-prettier@10.1.8(eslint@10.8.1))(eslint@10.8.1)(prettier@3.9.6)
|
|
1633
|
-
eslint-plugin-react: 7.37.5(eslint@10.8.1)
|
|
1634
1747
|
eslint-plugin-react-hooks: 7.1.1(eslint@10.8.1)
|
|
1635
1748
|
eslint-plugin-testing-library: 7.16.2(eslint@10.8.1)(typescript@6.0.3)
|
|
1636
|
-
globals: 17.
|
|
1749
|
+
globals: 17.11.0
|
|
1637
1750
|
prettier: 3.9.6
|
|
1638
|
-
prettier-plugin-ignored: 1.0.0(prettier@3.9.6)
|
|
1639
1751
|
prettier-plugin-tailwindcss: 0.8.1(prettier@3.9.6)
|
|
1640
1752
|
typescript: 6.0.3
|
|
1641
|
-
typescript-eslint: 8.
|
|
1753
|
+
typescript-eslint: 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1642
1754
|
transitivePeerDependencies:
|
|
1643
1755
|
- '@ianvs/prettier-plugin-sort-imports'
|
|
1644
1756
|
- '@prettier/plugin-hermes'
|
|
@@ -1677,14 +1789,14 @@ snapshots:
|
|
|
1677
1789
|
|
|
1678
1790
|
'@types/json-schema@7.0.15': {}
|
|
1679
1791
|
|
|
1680
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
1792
|
+
'@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3)':
|
|
1681
1793
|
dependencies:
|
|
1682
1794
|
'@eslint-community/regexpp': 4.12.2
|
|
1683
|
-
'@typescript-eslint/parser': 8.
|
|
1684
|
-
'@typescript-eslint/scope-manager': 8.
|
|
1685
|
-
'@typescript-eslint/type-utils': 8.
|
|
1686
|
-
'@typescript-eslint/utils': 8.
|
|
1687
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
1795
|
+
'@typescript-eslint/parser': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1796
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1797
|
+
'@typescript-eslint/type-utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1798
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1799
|
+
'@typescript-eslint/visitor-keys': 8.67.0
|
|
1688
1800
|
eslint: 10.8.1
|
|
1689
1801
|
ignore: 7.0.6
|
|
1690
1802
|
natural-compare: 1.4.0
|
|
@@ -1693,41 +1805,41 @@ snapshots:
|
|
|
1693
1805
|
transitivePeerDependencies:
|
|
1694
1806
|
- supports-color
|
|
1695
1807
|
|
|
1696
|
-
'@typescript-eslint/parser@8.
|
|
1808
|
+
'@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3)':
|
|
1697
1809
|
dependencies:
|
|
1698
|
-
'@typescript-eslint/scope-manager': 8.
|
|
1699
|
-
'@typescript-eslint/types': 8.
|
|
1700
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
1701
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
1810
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1811
|
+
'@typescript-eslint/types': 8.67.0
|
|
1812
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
1813
|
+
'@typescript-eslint/visitor-keys': 8.67.0
|
|
1702
1814
|
debug: 4.4.3
|
|
1703
1815
|
eslint: 10.8.1
|
|
1704
1816
|
typescript: 6.0.3
|
|
1705
1817
|
transitivePeerDependencies:
|
|
1706
1818
|
- supports-color
|
|
1707
1819
|
|
|
1708
|
-
'@typescript-eslint/project-service@8.
|
|
1820
|
+
'@typescript-eslint/project-service@8.67.0(typescript@6.0.3)':
|
|
1709
1821
|
dependencies:
|
|
1710
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
1711
|
-
'@typescript-eslint/types': 8.
|
|
1822
|
+
'@typescript-eslint/tsconfig-utils': 8.67.0(typescript@6.0.3)
|
|
1823
|
+
'@typescript-eslint/types': 8.67.0
|
|
1712
1824
|
debug: 4.4.3
|
|
1713
1825
|
typescript: 6.0.3
|
|
1714
1826
|
transitivePeerDependencies:
|
|
1715
1827
|
- supports-color
|
|
1716
1828
|
|
|
1717
|
-
'@typescript-eslint/scope-manager@8.
|
|
1829
|
+
'@typescript-eslint/scope-manager@8.67.0':
|
|
1718
1830
|
dependencies:
|
|
1719
|
-
'@typescript-eslint/types': 8.
|
|
1720
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
1831
|
+
'@typescript-eslint/types': 8.67.0
|
|
1832
|
+
'@typescript-eslint/visitor-keys': 8.67.0
|
|
1721
1833
|
|
|
1722
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
1834
|
+
'@typescript-eslint/tsconfig-utils@8.67.0(typescript@6.0.3)':
|
|
1723
1835
|
dependencies:
|
|
1724
1836
|
typescript: 6.0.3
|
|
1725
1837
|
|
|
1726
|
-
'@typescript-eslint/type-utils@8.
|
|
1838
|
+
'@typescript-eslint/type-utils@8.67.0(eslint@10.8.1)(typescript@6.0.3)':
|
|
1727
1839
|
dependencies:
|
|
1728
|
-
'@typescript-eslint/types': 8.
|
|
1729
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
1730
|
-
'@typescript-eslint/utils': 8.
|
|
1840
|
+
'@typescript-eslint/types': 8.67.0
|
|
1841
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
1842
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1731
1843
|
debug: 4.4.3
|
|
1732
1844
|
eslint: 10.8.1
|
|
1733
1845
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
@@ -1735,14 +1847,14 @@ snapshots:
|
|
|
1735
1847
|
transitivePeerDependencies:
|
|
1736
1848
|
- supports-color
|
|
1737
1849
|
|
|
1738
|
-
'@typescript-eslint/types@8.
|
|
1850
|
+
'@typescript-eslint/types@8.67.0': {}
|
|
1739
1851
|
|
|
1740
|
-
'@typescript-eslint/typescript-estree@8.
|
|
1852
|
+
'@typescript-eslint/typescript-estree@8.67.0(typescript@6.0.3)':
|
|
1741
1853
|
dependencies:
|
|
1742
|
-
'@typescript-eslint/project-service': 8.
|
|
1743
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
1744
|
-
'@typescript-eslint/types': 8.
|
|
1745
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
1854
|
+
'@typescript-eslint/project-service': 8.67.0(typescript@6.0.3)
|
|
1855
|
+
'@typescript-eslint/tsconfig-utils': 8.67.0(typescript@6.0.3)
|
|
1856
|
+
'@typescript-eslint/types': 8.67.0
|
|
1857
|
+
'@typescript-eslint/visitor-keys': 8.67.0
|
|
1746
1858
|
debug: 4.4.3
|
|
1747
1859
|
minimatch: 10.2.6
|
|
1748
1860
|
semver: 7.8.5
|
|
@@ -1752,20 +1864,20 @@ snapshots:
|
|
|
1752
1864
|
transitivePeerDependencies:
|
|
1753
1865
|
- supports-color
|
|
1754
1866
|
|
|
1755
|
-
'@typescript-eslint/utils@8.
|
|
1867
|
+
'@typescript-eslint/utils@8.67.0(eslint@10.8.1)(typescript@6.0.3)':
|
|
1756
1868
|
dependencies:
|
|
1757
1869
|
'@eslint-community/eslint-utils': 4.10.1(eslint@10.8.1)
|
|
1758
|
-
'@typescript-eslint/scope-manager': 8.
|
|
1759
|
-
'@typescript-eslint/types': 8.
|
|
1760
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
1870
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1871
|
+
'@typescript-eslint/types': 8.67.0
|
|
1872
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
1761
1873
|
eslint: 10.8.1
|
|
1762
1874
|
typescript: 6.0.3
|
|
1763
1875
|
transitivePeerDependencies:
|
|
1764
1876
|
- supports-color
|
|
1765
1877
|
|
|
1766
|
-
'@typescript-eslint/visitor-keys@8.
|
|
1878
|
+
'@typescript-eslint/visitor-keys@8.67.0':
|
|
1767
1879
|
dependencies:
|
|
1768
|
-
'@typescript-eslint/types': 8.
|
|
1880
|
+
'@typescript-eslint/types': 8.67.0
|
|
1769
1881
|
eslint-visitor-keys: 5.0.1
|
|
1770
1882
|
|
|
1771
1883
|
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
|
@@ -1826,7 +1938,7 @@ snapshots:
|
|
|
1826
1938
|
dependencies:
|
|
1827
1939
|
'@emnapi/core': 1.10.0
|
|
1828
1940
|
'@emnapi/runtime': 1.10.0
|
|
1829
|
-
'@napi-rs/wasm-runtime': 1.2.
|
|
1941
|
+
'@napi-rs/wasm-runtime': 1.2.3(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
1830
1942
|
optional: true
|
|
1831
1943
|
|
|
1832
1944
|
'@unrs/resolver-binding-win32-arm64-msvc@1.12.2':
|
|
@@ -1838,13 +1950,13 @@ snapshots:
|
|
|
1838
1950
|
'@unrs/resolver-binding-win32-x64-msvc@1.12.2':
|
|
1839
1951
|
optional: true
|
|
1840
1952
|
|
|
1841
|
-
'@vitest/eslint-plugin@1.6.27(@typescript-eslint/eslint-plugin@8.
|
|
1953
|
+
'@vitest/eslint-plugin@1.6.27(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3)':
|
|
1842
1954
|
dependencies:
|
|
1843
|
-
'@typescript-eslint/scope-manager': 8.
|
|
1844
|
-
'@typescript-eslint/utils': 8.
|
|
1955
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
1956
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
1845
1957
|
eslint: 10.8.1
|
|
1846
1958
|
optionalDependencies:
|
|
1847
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
1959
|
+
'@typescript-eslint/eslint-plugin': 8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3)
|
|
1848
1960
|
typescript: 6.0.3
|
|
1849
1961
|
transitivePeerDependencies:
|
|
1850
1962
|
- supports-color
|
|
@@ -1880,15 +1992,6 @@ snapshots:
|
|
|
1880
1992
|
is-string: 1.1.1
|
|
1881
1993
|
math-intrinsics: 1.1.0
|
|
1882
1994
|
|
|
1883
|
-
array.prototype.findlast@1.2.5:
|
|
1884
|
-
dependencies:
|
|
1885
|
-
call-bind: 1.0.9
|
|
1886
|
-
define-properties: 1.2.1
|
|
1887
|
-
es-abstract: 1.24.2
|
|
1888
|
-
es-errors: 1.3.0
|
|
1889
|
-
es-object-atoms: 1.1.2
|
|
1890
|
-
es-shim-unscopables: 1.1.0
|
|
1891
|
-
|
|
1892
1995
|
array.prototype.flat@1.3.3:
|
|
1893
1996
|
dependencies:
|
|
1894
1997
|
call-bind: 1.0.9
|
|
@@ -1903,14 +2006,6 @@ snapshots:
|
|
|
1903
2006
|
es-abstract: 1.24.2
|
|
1904
2007
|
es-shim-unscopables: 1.1.0
|
|
1905
2008
|
|
|
1906
|
-
array.prototype.tosorted@1.1.4:
|
|
1907
|
-
dependencies:
|
|
1908
|
-
call-bind: 1.0.9
|
|
1909
|
-
define-properties: 1.2.1
|
|
1910
|
-
es-abstract: 1.24.2
|
|
1911
|
-
es-errors: 1.3.0
|
|
1912
|
-
es-shim-unscopables: 1.1.0
|
|
1913
|
-
|
|
1914
2009
|
arraybuffer.prototype.slice@1.0.4:
|
|
1915
2010
|
dependencies:
|
|
1916
2011
|
array-buffer-byte-length: 1.0.2
|
|
@@ -1937,7 +2032,9 @@ snapshots:
|
|
|
1937
2032
|
|
|
1938
2033
|
balanced-match@4.0.4: {}
|
|
1939
2034
|
|
|
1940
|
-
baseline-browser-mapping@2.11.
|
|
2035
|
+
baseline-browser-mapping@2.11.14: {}
|
|
2036
|
+
|
|
2037
|
+
birecord@0.1.2: {}
|
|
1941
2038
|
|
|
1942
2039
|
brace-expansion@1.1.18:
|
|
1943
2040
|
dependencies:
|
|
@@ -1950,9 +2047,9 @@ snapshots:
|
|
|
1950
2047
|
|
|
1951
2048
|
browserslist@4.28.8:
|
|
1952
2049
|
dependencies:
|
|
1953
|
-
baseline-browser-mapping: 2.11.
|
|
2050
|
+
baseline-browser-mapping: 2.11.14
|
|
1954
2051
|
caniuse-lite: 1.0.30001809
|
|
1955
|
-
electron-to-chromium: 1.5.
|
|
2052
|
+
electron-to-chromium: 1.5.406
|
|
1956
2053
|
node-releases: 2.0.53
|
|
1957
2054
|
update-browserslist-db: 1.3.1(browserslist@4.28.8)
|
|
1958
2055
|
|
|
@@ -1977,6 +2074,8 @@ snapshots:
|
|
|
1977
2074
|
|
|
1978
2075
|
comment-parser@1.4.8: {}
|
|
1979
2076
|
|
|
2077
|
+
compare-versions@6.1.1: {}
|
|
2078
|
+
|
|
1980
2079
|
concat-map@0.0.1: {}
|
|
1981
2080
|
|
|
1982
2081
|
convert-source-map@2.0.0: {}
|
|
@@ -2025,17 +2124,13 @@ snapshots:
|
|
|
2025
2124
|
has-property-descriptors: 1.0.2
|
|
2026
2125
|
object-keys: 1.1.1
|
|
2027
2126
|
|
|
2028
|
-
doctrine@2.1.0:
|
|
2029
|
-
dependencies:
|
|
2030
|
-
esutils: 2.0.3
|
|
2031
|
-
|
|
2032
2127
|
dunder-proto@1.0.1:
|
|
2033
2128
|
dependencies:
|
|
2034
2129
|
call-bind-apply-helpers: 1.0.2
|
|
2035
2130
|
es-errors: 1.3.0
|
|
2036
2131
|
gopd: 1.2.0
|
|
2037
2132
|
|
|
2038
|
-
electron-to-chromium@1.5.
|
|
2133
|
+
electron-to-chromium@1.5.406: {}
|
|
2039
2134
|
|
|
2040
2135
|
emoji-regex@9.2.2: {}
|
|
2041
2136
|
|
|
@@ -2107,25 +2202,6 @@ snapshots:
|
|
|
2107
2202
|
|
|
2108
2203
|
es-errors@1.3.0: {}
|
|
2109
2204
|
|
|
2110
|
-
es-iterator-helpers@1.4.0:
|
|
2111
|
-
dependencies:
|
|
2112
|
-
call-bind: 1.0.9
|
|
2113
|
-
call-bound: 1.0.4
|
|
2114
|
-
define-properties: 1.2.1
|
|
2115
|
-
es-abstract: 1.24.2
|
|
2116
|
-
es-errors: 1.3.0
|
|
2117
|
-
es-set-tostringtag: 2.1.0
|
|
2118
|
-
function-bind: 1.1.2
|
|
2119
|
-
get-intrinsic: 1.3.0
|
|
2120
|
-
globalthis: 1.0.4
|
|
2121
|
-
gopd: 1.2.0
|
|
2122
|
-
has-property-descriptors: 1.0.2
|
|
2123
|
-
has-proto: 1.2.0
|
|
2124
|
-
has-symbols: 1.1.0
|
|
2125
|
-
internal-slot: 1.1.0
|
|
2126
|
-
iterator.prototype: 1.1.5
|
|
2127
|
-
math-intrinsics: 1.1.0
|
|
2128
|
-
|
|
2129
2205
|
es-object-atoms@1.1.2:
|
|
2130
2206
|
dependencies:
|
|
2131
2207
|
es-errors: 1.3.0
|
|
@@ -2160,14 +2236,14 @@ snapshots:
|
|
|
2160
2236
|
|
|
2161
2237
|
eslint-import-context@0.1.9(unrs-resolver@1.12.2):
|
|
2162
2238
|
dependencies:
|
|
2163
|
-
get-tsconfig: 4.14.
|
|
2239
|
+
get-tsconfig: 4.14.2
|
|
2164
2240
|
stable-hash-x: 0.2.0
|
|
2165
2241
|
optionalDependencies:
|
|
2166
2242
|
unrs-resolver: 1.12.2
|
|
2167
2243
|
|
|
2168
|
-
eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.
|
|
2244
|
+
eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1):
|
|
2169
2245
|
dependencies:
|
|
2170
|
-
'@typescript-eslint/types': 8.
|
|
2246
|
+
'@typescript-eslint/types': 8.67.0
|
|
2171
2247
|
comment-parser: 1.4.8
|
|
2172
2248
|
debug: 4.4.3
|
|
2173
2249
|
eslint: 10.8.1
|
|
@@ -2178,7 +2254,7 @@ snapshots:
|
|
|
2178
2254
|
stable-hash-x: 0.2.0
|
|
2179
2255
|
unrs-resolver: 1.12.2
|
|
2180
2256
|
optionalDependencies:
|
|
2181
|
-
'@typescript-eslint/utils': 8.
|
|
2257
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2182
2258
|
transitivePeerDependencies:
|
|
2183
2259
|
- supports-color
|
|
2184
2260
|
|
|
@@ -2215,6 +2291,20 @@ snapshots:
|
|
|
2215
2291
|
optionalDependencies:
|
|
2216
2292
|
eslint-config-prettier: 10.1.8(eslint@10.8.1)
|
|
2217
2293
|
|
|
2294
|
+
eslint-plugin-react-dom@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2295
|
+
dependencies:
|
|
2296
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2297
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2298
|
+
'@eslint-react/jsx': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2299
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2300
|
+
'@typescript-eslint/types': 8.67.0
|
|
2301
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2302
|
+
compare-versions: 6.1.1
|
|
2303
|
+
eslint: 10.8.1
|
|
2304
|
+
typescript: 6.0.3
|
|
2305
|
+
transitivePeerDependencies:
|
|
2306
|
+
- supports-color
|
|
2307
|
+
|
|
2218
2308
|
eslint-plugin-react-hooks@7.1.1(eslint@10.8.1):
|
|
2219
2309
|
dependencies:
|
|
2220
2310
|
'@babel/core': 7.29.7
|
|
@@ -2226,32 +2316,91 @@ snapshots:
|
|
|
2226
2316
|
transitivePeerDependencies:
|
|
2227
2317
|
- supports-color
|
|
2228
2318
|
|
|
2229
|
-
eslint-plugin-react@
|
|
2319
|
+
eslint-plugin-react-jsx@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2230
2320
|
dependencies:
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2321
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2322
|
+
'@eslint-react/core': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2323
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2324
|
+
'@eslint-react/jsx': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2325
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2326
|
+
'@typescript-eslint/types': 8.67.0
|
|
2327
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2237
2328
|
eslint: 10.8.1
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2329
|
+
typescript: 6.0.3
|
|
2330
|
+
transitivePeerDependencies:
|
|
2331
|
+
- supports-color
|
|
2332
|
+
|
|
2333
|
+
eslint-plugin-react-naming-convention@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2334
|
+
dependencies:
|
|
2335
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2336
|
+
'@eslint-react/core': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2337
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2338
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2339
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2340
|
+
'@typescript-eslint/types': 8.67.0
|
|
2341
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2342
|
+
eslint: 10.8.1
|
|
2343
|
+
ts-pattern: 5.9.0
|
|
2344
|
+
typescript: 6.0.3
|
|
2345
|
+
transitivePeerDependencies:
|
|
2346
|
+
- supports-color
|
|
2347
|
+
|
|
2348
|
+
eslint-plugin-react-rsc@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2349
|
+
dependencies:
|
|
2350
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2351
|
+
'@eslint-react/core': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2352
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2353
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2354
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2355
|
+
'@typescript-eslint/types': 8.67.0
|
|
2356
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2357
|
+
eslint: 10.8.1
|
|
2358
|
+
typescript: 6.0.3
|
|
2359
|
+
transitivePeerDependencies:
|
|
2360
|
+
- supports-color
|
|
2361
|
+
|
|
2362
|
+
eslint-plugin-react-web-api@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2363
|
+
dependencies:
|
|
2364
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2365
|
+
'@eslint-react/core': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2366
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2367
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2368
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2369
|
+
'@typescript-eslint/types': 8.67.0
|
|
2370
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2371
|
+
birecord: 0.1.2
|
|
2372
|
+
eslint: 10.8.1
|
|
2373
|
+
ts-pattern: 5.9.0
|
|
2374
|
+
typescript: 6.0.3
|
|
2375
|
+
transitivePeerDependencies:
|
|
2376
|
+
- supports-color
|
|
2377
|
+
|
|
2378
|
+
eslint-plugin-react-x@5.18.6(eslint@10.8.1)(typescript@6.0.3):
|
|
2379
|
+
dependencies:
|
|
2380
|
+
'@eslint-react/ast': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2381
|
+
'@eslint-react/core': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2382
|
+
'@eslint-react/eslint': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2383
|
+
'@eslint-react/jsx': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2384
|
+
'@eslint-react/shared': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2385
|
+
'@eslint-react/var': 5.18.6(eslint@10.8.1)(typescript@6.0.3)
|
|
2386
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
2387
|
+
'@typescript-eslint/type-utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2388
|
+
'@typescript-eslint/types': 8.67.0
|
|
2389
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
2390
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2391
|
+
compare-versions: 6.1.1
|
|
2392
|
+
eslint: 10.8.1
|
|
2393
|
+
string-ts: 2.3.1
|
|
2394
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
2395
|
+
ts-pattern: 5.9.0
|
|
2396
|
+
typescript: 6.0.3
|
|
2397
|
+
transitivePeerDependencies:
|
|
2398
|
+
- supports-color
|
|
2250
2399
|
|
|
2251
2400
|
eslint-plugin-testing-library@7.16.2(eslint@10.8.1)(typescript@6.0.3):
|
|
2252
2401
|
dependencies:
|
|
2253
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2254
|
-
'@typescript-eslint/utils': 8.
|
|
2402
|
+
'@typescript-eslint/scope-manager': 8.67.0
|
|
2403
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2255
2404
|
eslint: 10.8.1
|
|
2256
2405
|
transitivePeerDependencies:
|
|
2257
2406
|
- supports-color
|
|
@@ -2397,7 +2546,7 @@ snapshots:
|
|
|
2397
2546
|
es-errors: 1.3.0
|
|
2398
2547
|
get-intrinsic: 1.3.0
|
|
2399
2548
|
|
|
2400
|
-
get-tsconfig@4.14.
|
|
2549
|
+
get-tsconfig@4.14.2:
|
|
2401
2550
|
dependencies:
|
|
2402
2551
|
resolve-pkg-maps: 1.0.0
|
|
2403
2552
|
|
|
@@ -2405,7 +2554,7 @@ snapshots:
|
|
|
2405
2554
|
dependencies:
|
|
2406
2555
|
is-glob: 4.0.3
|
|
2407
2556
|
|
|
2408
|
-
globals@17.
|
|
2557
|
+
globals@17.11.0: {}
|
|
2409
2558
|
|
|
2410
2559
|
globalthis@1.0.4:
|
|
2411
2560
|
dependencies:
|
|
@@ -2477,10 +2626,6 @@ snapshots:
|
|
|
2477
2626
|
|
|
2478
2627
|
is-callable@1.2.7: {}
|
|
2479
2628
|
|
|
2480
|
-
is-core-module@2.16.2:
|
|
2481
|
-
dependencies:
|
|
2482
|
-
hasown: 2.0.4
|
|
2483
|
-
|
|
2484
2629
|
is-data-view@1.0.2:
|
|
2485
2630
|
dependencies:
|
|
2486
2631
|
call-bound: 1.0.4
|
|
@@ -2566,15 +2711,6 @@ snapshots:
|
|
|
2566
2711
|
|
|
2567
2712
|
isexe@2.0.0: {}
|
|
2568
2713
|
|
|
2569
|
-
iterator.prototype@1.1.5:
|
|
2570
|
-
dependencies:
|
|
2571
|
-
define-data-property: 1.1.4
|
|
2572
|
-
es-object-atoms: 1.1.2
|
|
2573
|
-
get-intrinsic: 1.3.0
|
|
2574
|
-
get-proto: 1.0.1
|
|
2575
|
-
has-symbols: 1.1.0
|
|
2576
|
-
set-function-name: 2.0.2
|
|
2577
|
-
|
|
2578
2714
|
js-tokens@4.0.0: {}
|
|
2579
2715
|
|
|
2580
2716
|
jsesc@3.1.0: {}
|
|
@@ -2613,10 +2749,6 @@ snapshots:
|
|
|
2613
2749
|
dependencies:
|
|
2614
2750
|
p-locate: 5.0.0
|
|
2615
2751
|
|
|
2616
|
-
loose-envify@1.4.0:
|
|
2617
|
-
dependencies:
|
|
2618
|
-
js-tokens: 4.0.0
|
|
2619
|
-
|
|
2620
2752
|
lru-cache@5.1.1:
|
|
2621
2753
|
dependencies:
|
|
2622
2754
|
yallist: 3.1.1
|
|
@@ -2637,17 +2769,8 @@ snapshots:
|
|
|
2637
2769
|
|
|
2638
2770
|
natural-compare@1.4.0: {}
|
|
2639
2771
|
|
|
2640
|
-
node-exports-info@1.6.2:
|
|
2641
|
-
dependencies:
|
|
2642
|
-
array.prototype.flatmap: 1.3.3
|
|
2643
|
-
es-errors: 1.3.0
|
|
2644
|
-
object.entries: 1.1.9
|
|
2645
|
-
semver: 6.3.1
|
|
2646
|
-
|
|
2647
2772
|
node-releases@2.0.53: {}
|
|
2648
2773
|
|
|
2649
|
-
object-assign@4.1.1: {}
|
|
2650
|
-
|
|
2651
2774
|
object-inspect@1.13.4: {}
|
|
2652
2775
|
|
|
2653
2776
|
object-keys@1.1.1: {}
|
|
@@ -2661,13 +2784,6 @@ snapshots:
|
|
|
2661
2784
|
has-symbols: 1.1.0
|
|
2662
2785
|
object-keys: 1.1.1
|
|
2663
2786
|
|
|
2664
|
-
object.entries@1.1.9:
|
|
2665
|
-
dependencies:
|
|
2666
|
-
call-bind: 1.0.9
|
|
2667
|
-
call-bound: 1.0.4
|
|
2668
|
-
define-properties: 1.2.1
|
|
2669
|
-
es-object-atoms: 1.1.2
|
|
2670
|
-
|
|
2671
2787
|
object.fromentries@2.0.8:
|
|
2672
2788
|
dependencies:
|
|
2673
2789
|
call-bind: 1.0.9
|
|
@@ -2710,8 +2826,6 @@ snapshots:
|
|
|
2710
2826
|
|
|
2711
2827
|
path-key@3.1.1: {}
|
|
2712
2828
|
|
|
2713
|
-
path-parse@1.0.7: {}
|
|
2714
|
-
|
|
2715
2829
|
picocolors@1.1.1: {}
|
|
2716
2830
|
|
|
2717
2831
|
picomatch@4.0.5: {}
|
|
@@ -2724,26 +2838,14 @@ snapshots:
|
|
|
2724
2838
|
dependencies:
|
|
2725
2839
|
fast-diff: 1.3.0
|
|
2726
2840
|
|
|
2727
|
-
prettier-plugin-ignored@1.0.0(prettier@3.9.6):
|
|
2728
|
-
dependencies:
|
|
2729
|
-
prettier: 3.9.6
|
|
2730
|
-
|
|
2731
2841
|
prettier-plugin-tailwindcss@0.8.1(prettier@3.9.6):
|
|
2732
2842
|
dependencies:
|
|
2733
2843
|
prettier: 3.9.6
|
|
2734
2844
|
|
|
2735
2845
|
prettier@3.9.6: {}
|
|
2736
2846
|
|
|
2737
|
-
prop-types@15.8.1:
|
|
2738
|
-
dependencies:
|
|
2739
|
-
loose-envify: 1.4.0
|
|
2740
|
-
object-assign: 4.1.1
|
|
2741
|
-
react-is: 16.13.1
|
|
2742
|
-
|
|
2743
2847
|
punycode@2.3.1: {}
|
|
2744
2848
|
|
|
2745
|
-
react-is@16.13.1: {}
|
|
2746
|
-
|
|
2747
2849
|
reflect.getprototypeof@1.0.10:
|
|
2748
2850
|
dependencies:
|
|
2749
2851
|
call-bind: 1.0.9
|
|
@@ -2768,15 +2870,6 @@ snapshots:
|
|
|
2768
2870
|
|
|
2769
2871
|
resolve-pkg-maps@1.0.0: {}
|
|
2770
2872
|
|
|
2771
|
-
resolve@2.0.0-next.7:
|
|
2772
|
-
dependencies:
|
|
2773
|
-
es-errors: 1.3.0
|
|
2774
|
-
is-core-module: 2.16.2
|
|
2775
|
-
node-exports-info: 1.6.2
|
|
2776
|
-
object-keys: 1.1.1
|
|
2777
|
-
path-parse: 1.0.7
|
|
2778
|
-
supports-preserve-symlinks-flag: 1.0.0
|
|
2779
|
-
|
|
2780
2873
|
safe-array-concat@1.1.4:
|
|
2781
2874
|
dependencies:
|
|
2782
2875
|
call-bind: 1.0.9
|
|
@@ -2863,30 +2956,11 @@ snapshots:
|
|
|
2863
2956
|
es-errors: 1.3.0
|
|
2864
2957
|
internal-slot: 1.1.0
|
|
2865
2958
|
|
|
2866
|
-
string
|
|
2867
|
-
dependencies:
|
|
2868
|
-
call-bind: 1.0.9
|
|
2869
|
-
define-properties: 1.2.1
|
|
2870
|
-
es-abstract: 1.24.2
|
|
2959
|
+
string-ts@2.3.1: {}
|
|
2871
2960
|
|
|
2872
|
-
string.prototype.
|
|
2961
|
+
string.prototype.includes@2.0.1:
|
|
2873
2962
|
dependencies:
|
|
2874
2963
|
call-bind: 1.0.9
|
|
2875
|
-
call-bound: 1.0.4
|
|
2876
|
-
define-properties: 1.2.1
|
|
2877
|
-
es-abstract: 1.24.2
|
|
2878
|
-
es-errors: 1.3.0
|
|
2879
|
-
es-object-atoms: 1.1.2
|
|
2880
|
-
get-intrinsic: 1.3.0
|
|
2881
|
-
gopd: 1.2.0
|
|
2882
|
-
has-symbols: 1.1.0
|
|
2883
|
-
internal-slot: 1.1.0
|
|
2884
|
-
regexp.prototype.flags: 1.5.4
|
|
2885
|
-
set-function-name: 2.0.2
|
|
2886
|
-
side-channel: 1.1.1
|
|
2887
|
-
|
|
2888
|
-
string.prototype.repeat@1.0.0:
|
|
2889
|
-
dependencies:
|
|
2890
2964
|
define-properties: 1.2.1
|
|
2891
2965
|
es-abstract: 1.24.2
|
|
2892
2966
|
|
|
@@ -2914,8 +2988,6 @@ snapshots:
|
|
|
2914
2988
|
define-properties: 1.2.1
|
|
2915
2989
|
es-object-atoms: 1.1.2
|
|
2916
2990
|
|
|
2917
|
-
supports-preserve-symlinks-flag@1.0.0: {}
|
|
2918
|
-
|
|
2919
2991
|
synckit@0.11.13:
|
|
2920
2992
|
dependencies:
|
|
2921
2993
|
'@pkgr/core': 0.3.6
|
|
@@ -2929,6 +3001,8 @@ snapshots:
|
|
|
2929
3001
|
dependencies:
|
|
2930
3002
|
typescript: 6.0.3
|
|
2931
3003
|
|
|
3004
|
+
ts-pattern@5.9.0: {}
|
|
3005
|
+
|
|
2932
3006
|
tslib@2.8.1:
|
|
2933
3007
|
optional: true
|
|
2934
3008
|
|
|
@@ -2969,12 +3043,12 @@ snapshots:
|
|
|
2969
3043
|
possible-typed-array-names: 1.1.0
|
|
2970
3044
|
reflect.getprototypeof: 1.0.10
|
|
2971
3045
|
|
|
2972
|
-
typescript-eslint@8.
|
|
3046
|
+
typescript-eslint@8.67.0(eslint@10.8.1)(typescript@6.0.3):
|
|
2973
3047
|
dependencies:
|
|
2974
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
2975
|
-
'@typescript-eslint/parser': 8.
|
|
2976
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2977
|
-
'@typescript-eslint/utils': 8.
|
|
3048
|
+
'@typescript-eslint/eslint-plugin': 8.67.0(@typescript-eslint/parser@8.67.0(eslint@10.8.1)(typescript@6.0.3))(eslint@10.8.1)(typescript@6.0.3)
|
|
3049
|
+
'@typescript-eslint/parser': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
3050
|
+
'@typescript-eslint/typescript-estree': 8.67.0(typescript@6.0.3)
|
|
3051
|
+
'@typescript-eslint/utils': 8.67.0(eslint@10.8.1)(typescript@6.0.3)
|
|
2978
3052
|
eslint: 10.8.1
|
|
2979
3053
|
typescript: 6.0.3
|
|
2980
3054
|
transitivePeerDependencies:
|