@lark-apaas/coding-template-vite-react 0.1.45 → 0.1.46-alpha.20260907052116
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/package.json +1 -1
- package/template/package-lock.json +1375 -1112
- package/template/package.json +1 -1
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"cmdk": "^1.1.1",
|
|
45
45
|
"date-fns": "^4.1.0",
|
|
46
|
-
"echarts": "
|
|
46
|
+
"echarts": "^6.1.0",
|
|
47
47
|
"echarts-for-react": "~3.0.2",
|
|
48
48
|
"embla-carousel-react": "^8.6.0",
|
|
49
49
|
"framer-motion": "^12.38.0",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"node_modules/@babel/generator": {
|
|
98
|
-
"version": "7.29.
|
|
99
|
-
"resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.
|
|
100
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "7.29.8",
|
|
99
|
+
"resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.8.tgz",
|
|
100
|
+
"integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
|
|
101
101
|
"dev": true,
|
|
102
102
|
"license": "MIT",
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@babel/parser": "^7.29.
|
|
105
|
-
"@babel/types": "^7.29.
|
|
104
|
+
"@babel/parser": "^7.29.8",
|
|
105
|
+
"@babel/types": "^7.29.8",
|
|
106
106
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
107
107
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
108
108
|
"jsesc": "^3.0.2"
|
|
@@ -141,13 +141,13 @@
|
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
"node_modules/@babel/parser": {
|
|
144
|
-
"version": "7.29.
|
|
145
|
-
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.
|
|
146
|
-
"integrity": "sha512-
|
|
144
|
+
"version": "7.29.8",
|
|
145
|
+
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.8.tgz",
|
|
146
|
+
"integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
|
|
147
147
|
"dev": true,
|
|
148
148
|
"license": "MIT",
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@babel/types": "^7.29.
|
|
150
|
+
"@babel/types": "^7.29.8"
|
|
151
151
|
},
|
|
152
152
|
"bin": {
|
|
153
153
|
"parser": "bin/babel-parser.js"
|
|
@@ -181,18 +181,18 @@
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
"node_modules/@babel/traverse": {
|
|
184
|
-
"version": "7.29.
|
|
185
|
-
"resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.
|
|
186
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "7.29.8",
|
|
185
|
+
"resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.8.tgz",
|
|
186
|
+
"integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
|
|
187
187
|
"dev": true,
|
|
188
188
|
"license": "MIT",
|
|
189
189
|
"dependencies": {
|
|
190
190
|
"@babel/code-frame": "^7.29.7",
|
|
191
|
-
"@babel/generator": "^7.29.
|
|
191
|
+
"@babel/generator": "^7.29.8",
|
|
192
192
|
"@babel/helper-globals": "^7.29.7",
|
|
193
|
-
"@babel/parser": "^7.29.
|
|
193
|
+
"@babel/parser": "^7.29.8",
|
|
194
194
|
"@babel/template": "^7.29.7",
|
|
195
|
-
"@babel/types": "^7.29.
|
|
195
|
+
"@babel/types": "^7.29.8",
|
|
196
196
|
"debug": "^4.3.1"
|
|
197
197
|
},
|
|
198
198
|
"engines": {
|
|
@@ -200,9 +200,9 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"node_modules/@babel/types": {
|
|
203
|
-
"version": "7.29.
|
|
204
|
-
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.
|
|
205
|
-
"integrity": "sha512-
|
|
203
|
+
"version": "7.29.8",
|
|
204
|
+
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.8.tgz",
|
|
205
|
+
"integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
|
|
206
206
|
"dev": true,
|
|
207
207
|
"license": "MIT",
|
|
208
208
|
"dependencies": {
|
|
@@ -297,9 +297,9 @@
|
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"node_modules/@csstools/css-calc": {
|
|
300
|
-
"version": "3.
|
|
301
|
-
"resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-3.
|
|
302
|
-
"integrity": "sha512-
|
|
300
|
+
"version": "3.3.0",
|
|
301
|
+
"resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-3.3.0.tgz",
|
|
302
|
+
"integrity": "sha512-c5ihYsPkdG6JCkU2zTMm4+k6r7RXuGxtWYhu5DHMIiF1FHzrfmHL5so11AoFpUv/tu61xfcmT4AmKoFfMPoqdQ==",
|
|
303
303
|
"dev": true,
|
|
304
304
|
"funding": [
|
|
305
305
|
{
|
|
@@ -344,9 +344,9 @@
|
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
"node_modules/@csstools/css-syntax-patches-for-csstree": {
|
|
347
|
-
"version": "1.1.
|
|
348
|
-
"resolved": "https://registry.npmmirror.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.
|
|
349
|
-
"integrity": "sha512-
|
|
347
|
+
"version": "1.1.12",
|
|
348
|
+
"resolved": "https://registry.npmmirror.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.12.tgz",
|
|
349
|
+
"integrity": "sha512-3vLQK+dXxhBMR2Wx99PTCifE+vHtW2ndZWyla8yK813ev6oGhyn8Lja8jCyGAWTJ+LEYZK7EVtJxrDj8ztevJw==",
|
|
350
350
|
"dev": true,
|
|
351
351
|
"funding": [
|
|
352
352
|
{
|
|
@@ -418,44 +418,10 @@
|
|
|
418
418
|
"integrity": "sha512-lwYN/vDPeNRULcepoE/LO2Pgx+7/RV+S9ARfbc9lr2DtGkOD7pAiruHvbR1RX3Qyf6ja47EWJDMsNK5vK08DJg==",
|
|
419
419
|
"license": "MIT"
|
|
420
420
|
},
|
|
421
|
-
"node_modules/@emnapi/core": {
|
|
422
|
-
"version": "1.11.1",
|
|
423
|
-
"resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.11.1.tgz",
|
|
424
|
-
"integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
|
|
425
|
-
"dev": true,
|
|
426
|
-
"license": "MIT",
|
|
427
|
-
"optional": true,
|
|
428
|
-
"dependencies": {
|
|
429
|
-
"@emnapi/wasi-threads": "1.2.2",
|
|
430
|
-
"tslib": "^2.4.0"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"node_modules/@emnapi/runtime": {
|
|
434
|
-
"version": "1.11.1",
|
|
435
|
-
"resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.11.1.tgz",
|
|
436
|
-
"integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
|
|
437
|
-
"dev": true,
|
|
438
|
-
"license": "MIT",
|
|
439
|
-
"optional": true,
|
|
440
|
-
"dependencies": {
|
|
441
|
-
"tslib": "^2.4.0"
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
"node_modules/@emnapi/wasi-threads": {
|
|
445
|
-
"version": "1.2.2",
|
|
446
|
-
"resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
|
|
447
|
-
"integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
|
|
448
|
-
"dev": true,
|
|
449
|
-
"license": "MIT",
|
|
450
|
-
"optional": true,
|
|
451
|
-
"dependencies": {
|
|
452
|
-
"tslib": "^2.4.0"
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
421
|
"node_modules/@eslint-community/eslint-utils": {
|
|
456
|
-
"version": "4.
|
|
457
|
-
"resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.
|
|
458
|
-
"integrity": "sha512-
|
|
422
|
+
"version": "4.10.1",
|
|
423
|
+
"resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
|
|
424
|
+
"integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
|
|
459
425
|
"devOptional": true,
|
|
460
426
|
"license": "MIT",
|
|
461
427
|
"dependencies": {
|
|
@@ -536,9 +502,9 @@
|
|
|
536
502
|
}
|
|
537
503
|
},
|
|
538
504
|
"node_modules/@eslint/eslintrc": {
|
|
539
|
-
"version": "3.3.
|
|
540
|
-
"resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.
|
|
541
|
-
"integrity": "sha512-
|
|
505
|
+
"version": "3.3.7",
|
|
506
|
+
"resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.7.tgz",
|
|
507
|
+
"integrity": "sha512-F42g89Qd5oAWtp0k0nnSrjziAKza7w8SVT4mStc18LZMaRb4J1HQAHLCalEtDCxrTuksx7NU9qsmeLwpOfPqWw==",
|
|
542
508
|
"devOptional": true,
|
|
543
509
|
"license": "MIT",
|
|
544
510
|
"dependencies": {
|
|
@@ -548,7 +514,7 @@
|
|
|
548
514
|
"globals": "^14.0.0",
|
|
549
515
|
"ignore": "^5.2.0",
|
|
550
516
|
"import-fresh": "^3.2.1",
|
|
551
|
-
"js-yaml": "^4.
|
|
517
|
+
"js-yaml": "^4.3.2",
|
|
552
518
|
"minimatch": "^3.1.5",
|
|
553
519
|
"strip-json-comments": "^3.1.1"
|
|
554
520
|
},
|
|
@@ -573,10 +539,10 @@
|
|
|
573
539
|
}
|
|
574
540
|
},
|
|
575
541
|
"node_modules/@eslint/js": {
|
|
576
|
-
"version": "9.39.
|
|
577
|
-
"resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.39.
|
|
578
|
-
"integrity": "sha512-
|
|
579
|
-
"
|
|
542
|
+
"version": "9.39.5",
|
|
543
|
+
"resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.39.5.tgz",
|
|
544
|
+
"integrity": "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==",
|
|
545
|
+
"dev": true,
|
|
580
546
|
"license": "MIT",
|
|
581
547
|
"engines": {
|
|
582
548
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -610,31 +576,31 @@
|
|
|
610
576
|
}
|
|
611
577
|
},
|
|
612
578
|
"node_modules/@floating-ui/core": {
|
|
613
|
-
"version": "1.
|
|
614
|
-
"resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.
|
|
615
|
-
"integrity": "sha512-
|
|
579
|
+
"version": "1.8.0",
|
|
580
|
+
"resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.8.0.tgz",
|
|
581
|
+
"integrity": "sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==",
|
|
616
582
|
"license": "MIT",
|
|
617
583
|
"dependencies": {
|
|
618
|
-
"@floating-ui/utils": "^0.2.
|
|
584
|
+
"@floating-ui/utils": "^0.2.12"
|
|
619
585
|
}
|
|
620
586
|
},
|
|
621
587
|
"node_modules/@floating-ui/dom": {
|
|
622
|
-
"version": "1.
|
|
623
|
-
"resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.
|
|
624
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "1.8.0",
|
|
589
|
+
"resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.8.0.tgz",
|
|
590
|
+
"integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==",
|
|
625
591
|
"license": "MIT",
|
|
626
592
|
"dependencies": {
|
|
627
|
-
"@floating-ui/core": "^1.
|
|
628
|
-
"@floating-ui/utils": "^0.2.
|
|
593
|
+
"@floating-ui/core": "^1.8.0",
|
|
594
|
+
"@floating-ui/utils": "^0.2.12"
|
|
629
595
|
}
|
|
630
596
|
},
|
|
631
597
|
"node_modules/@floating-ui/react-dom": {
|
|
632
|
-
"version": "2.1.
|
|
633
|
-
"resolved": "https://registry.npmmirror.com/@floating-ui/react-dom/-/react-dom-2.1.
|
|
634
|
-
"integrity": "sha512-
|
|
598
|
+
"version": "2.1.9",
|
|
599
|
+
"resolved": "https://registry.npmmirror.com/@floating-ui/react-dom/-/react-dom-2.1.9.tgz",
|
|
600
|
+
"integrity": "sha512-JDjEFGCpImxDCA7JJKviA0M9+RtmJdj0m/NVU5IMgBK+AmZouAQQ7/+2GLH0GXXY0YMw9oXPB8hKdbPYg5QLYg==",
|
|
635
601
|
"license": "MIT",
|
|
636
602
|
"dependencies": {
|
|
637
|
-
"@floating-ui/dom": "^1.
|
|
603
|
+
"@floating-ui/dom": "^1.8.0"
|
|
638
604
|
},
|
|
639
605
|
"peerDependencies": {
|
|
640
606
|
"react": ">=16.8.0",
|
|
@@ -642,9 +608,9 @@
|
|
|
642
608
|
}
|
|
643
609
|
},
|
|
644
610
|
"node_modules/@floating-ui/utils": {
|
|
645
|
-
"version": "0.2.
|
|
646
|
-
"resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.
|
|
647
|
-
"integrity": "sha512-
|
|
611
|
+
"version": "0.2.12",
|
|
612
|
+
"resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.12.tgz",
|
|
613
|
+
"integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==",
|
|
648
614
|
"license": "MIT"
|
|
649
615
|
},
|
|
650
616
|
"node_modules/@formkit/auto-animate": {
|
|
@@ -664,15 +630,113 @@
|
|
|
664
630
|
}
|
|
665
631
|
},
|
|
666
632
|
"node_modules/@hookform/resolvers": {
|
|
667
|
-
"version": "5.
|
|
668
|
-
"resolved": "https://registry.npmmirror.com/@hookform/resolvers/-/resolvers-5.
|
|
669
|
-
"integrity": "sha512-
|
|
633
|
+
"version": "5.9.1",
|
|
634
|
+
"resolved": "https://registry.npmmirror.com/@hookform/resolvers/-/resolvers-5.9.1.tgz",
|
|
635
|
+
"integrity": "sha512-7b7vsbraJxKgjVSA1Nur9tLwj539WGJUBLA7QNvXnFoT2pM5Z7G+6rlukk4B2/QrTZy6huRtH6wKeESPKuIr6w==",
|
|
670
636
|
"license": "MIT",
|
|
671
637
|
"dependencies": {
|
|
672
638
|
"@standard-schema/utils": "^0.3.0"
|
|
673
639
|
},
|
|
674
640
|
"peerDependencies": {
|
|
675
|
-
"
|
|
641
|
+
"@sinclair/typebox": ">=0.25.24",
|
|
642
|
+
"@standard-schema/spec": "^1.0.0",
|
|
643
|
+
"@typeschema/main": ">=0.13.7",
|
|
644
|
+
"@vinejs/vine": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
645
|
+
"ajv": "^8.12.0",
|
|
646
|
+
"ajv-errors": "^3.0.0",
|
|
647
|
+
"ajv-formats": "^2.1.1",
|
|
648
|
+
"arktype": "^2.0.0",
|
|
649
|
+
"ata-validator": "^1.2.0",
|
|
650
|
+
"class-transformer": ">=0.4.0",
|
|
651
|
+
"class-validator": ">=0.12.0",
|
|
652
|
+
"computed-types": "^1.0.0",
|
|
653
|
+
"effect": "^3.10.3",
|
|
654
|
+
"fluentvalidation-ts": "^3.0.0",
|
|
655
|
+
"fp-ts": "^2.7.0",
|
|
656
|
+
"io-ts": "^2.0.0",
|
|
657
|
+
"joi": "^17.0.0 || ^18.0.0",
|
|
658
|
+
"nope-validator": ">=0.12.0",
|
|
659
|
+
"react-hook-form": "^7.55.0",
|
|
660
|
+
"superstruct": ">=0.12.0",
|
|
661
|
+
"typanion": "^3.3.2",
|
|
662
|
+
"valibot": ">=0.31.0 || ^1.0.0-beta.4 || ^1.0.0-rc",
|
|
663
|
+
"vest": ">=6.0.0",
|
|
664
|
+
"yup": "^1.0.0",
|
|
665
|
+
"zod": "^3.25.0 || ^4.0.0"
|
|
666
|
+
},
|
|
667
|
+
"peerDependenciesMeta": {
|
|
668
|
+
"@sinclair/typebox": {
|
|
669
|
+
"optional": true
|
|
670
|
+
},
|
|
671
|
+
"@standard-schema/spec": {
|
|
672
|
+
"optional": true
|
|
673
|
+
},
|
|
674
|
+
"@typeschema/main": {
|
|
675
|
+
"optional": true
|
|
676
|
+
},
|
|
677
|
+
"@vinejs/vine": {
|
|
678
|
+
"optional": true
|
|
679
|
+
},
|
|
680
|
+
"ajv": {
|
|
681
|
+
"optional": true
|
|
682
|
+
},
|
|
683
|
+
"ajv-errors": {
|
|
684
|
+
"optional": true
|
|
685
|
+
},
|
|
686
|
+
"ajv-formats": {
|
|
687
|
+
"optional": true
|
|
688
|
+
},
|
|
689
|
+
"arktype": {
|
|
690
|
+
"optional": true
|
|
691
|
+
},
|
|
692
|
+
"ata-validator": {
|
|
693
|
+
"optional": true
|
|
694
|
+
},
|
|
695
|
+
"class-transformer": {
|
|
696
|
+
"optional": true
|
|
697
|
+
},
|
|
698
|
+
"class-validator": {
|
|
699
|
+
"optional": true
|
|
700
|
+
},
|
|
701
|
+
"computed-types": {
|
|
702
|
+
"optional": true
|
|
703
|
+
},
|
|
704
|
+
"effect": {
|
|
705
|
+
"optional": true
|
|
706
|
+
},
|
|
707
|
+
"fluentvalidation-ts": {
|
|
708
|
+
"optional": true
|
|
709
|
+
},
|
|
710
|
+
"fp-ts": {
|
|
711
|
+
"optional": true
|
|
712
|
+
},
|
|
713
|
+
"io-ts": {
|
|
714
|
+
"optional": true
|
|
715
|
+
},
|
|
716
|
+
"joi": {
|
|
717
|
+
"optional": true
|
|
718
|
+
},
|
|
719
|
+
"nope-validator": {
|
|
720
|
+
"optional": true
|
|
721
|
+
},
|
|
722
|
+
"superstruct": {
|
|
723
|
+
"optional": true
|
|
724
|
+
},
|
|
725
|
+
"typanion": {
|
|
726
|
+
"optional": true
|
|
727
|
+
},
|
|
728
|
+
"valibot": {
|
|
729
|
+
"optional": true
|
|
730
|
+
},
|
|
731
|
+
"vest": {
|
|
732
|
+
"optional": true
|
|
733
|
+
},
|
|
734
|
+
"yup": {
|
|
735
|
+
"optional": true
|
|
736
|
+
},
|
|
737
|
+
"zod": {
|
|
738
|
+
"optional": true
|
|
739
|
+
}
|
|
676
740
|
}
|
|
677
741
|
},
|
|
678
742
|
"node_modules/@humanfs/core": {
|
|
@@ -782,9 +846,9 @@
|
|
|
782
846
|
}
|
|
783
847
|
},
|
|
784
848
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
785
|
-
"version": "1.
|
|
786
|
-
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.
|
|
787
|
-
"integrity": "sha512-
|
|
849
|
+
"version": "1.6.0",
|
|
850
|
+
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
|
|
851
|
+
"integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
|
|
788
852
|
"license": "MIT"
|
|
789
853
|
},
|
|
790
854
|
"node_modules/@jridgewell/trace-mapping": {
|
|
@@ -903,17 +967,6 @@
|
|
|
903
967
|
"vite": "^8.0.0"
|
|
904
968
|
}
|
|
905
969
|
},
|
|
906
|
-
"node_modules/@lark-apaas/coding-preset-vite-react/node_modules/echarts": {
|
|
907
|
-
"version": "6.1.0",
|
|
908
|
-
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-6.1.0.tgz",
|
|
909
|
-
"integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
|
|
910
|
-
"dev": true,
|
|
911
|
-
"license": "Apache-2.0",
|
|
912
|
-
"dependencies": {
|
|
913
|
-
"tslib": "2.3.0",
|
|
914
|
-
"zrender": "6.1.0"
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
970
|
"node_modules/@lark-apaas/coding-preset-vite-react/node_modules/tailwind-merge": {
|
|
918
971
|
"version": "2.6.1",
|
|
919
972
|
"resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
|
|
@@ -925,23 +978,6 @@
|
|
|
925
978
|
"url": "https://github.com/sponsors/dcastil"
|
|
926
979
|
}
|
|
927
980
|
},
|
|
928
|
-
"node_modules/@lark-apaas/coding-preset-vite-react/node_modules/tslib": {
|
|
929
|
-
"version": "2.3.0",
|
|
930
|
-
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
|
931
|
-
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
|
932
|
-
"dev": true,
|
|
933
|
-
"license": "0BSD"
|
|
934
|
-
},
|
|
935
|
-
"node_modules/@lark-apaas/coding-preset-vite-react/node_modules/zrender": {
|
|
936
|
-
"version": "6.1.0",
|
|
937
|
-
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-6.1.0.tgz",
|
|
938
|
-
"integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
|
|
939
|
-
"dev": true,
|
|
940
|
-
"license": "BSD-3-Clause",
|
|
941
|
-
"dependencies": {
|
|
942
|
-
"tslib": "2.3.0"
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
981
|
"node_modules/@lark-apaas/coding-presets-react": {
|
|
946
982
|
"version": "0.1.0",
|
|
947
983
|
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets-react/-/coding-presets-react-0.1.0.tgz",
|
|
@@ -1049,25 +1085,6 @@
|
|
|
1049
1085
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1050
1086
|
}
|
|
1051
1087
|
},
|
|
1052
|
-
"node_modules/@napi-rs/wasm-runtime": {
|
|
1053
|
-
"version": "1.1.6",
|
|
1054
|
-
"resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
|
|
1055
|
-
"integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
|
|
1056
|
-
"dev": true,
|
|
1057
|
-
"license": "MIT",
|
|
1058
|
-
"optional": true,
|
|
1059
|
-
"dependencies": {
|
|
1060
|
-
"@tybys/wasm-util": "^0.10.3"
|
|
1061
|
-
},
|
|
1062
|
-
"funding": {
|
|
1063
|
-
"type": "github",
|
|
1064
|
-
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1065
|
-
},
|
|
1066
|
-
"peerDependencies": {
|
|
1067
|
-
"@emnapi/core": "^1.7.1",
|
|
1068
|
-
"@emnapi/runtime": "^1.7.1"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
1088
|
"node_modules/@nodelib/fs.scandir": {
|
|
1072
1089
|
"version": "2.1.5",
|
|
1073
1090
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -1125,12 +1142,12 @@
|
|
|
1125
1142
|
}
|
|
1126
1143
|
},
|
|
1127
1144
|
"node_modules/@opentelemetry/context-zone": {
|
|
1128
|
-
"version": "2.
|
|
1129
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/context-zone/-/context-zone-2.
|
|
1130
|
-
"integrity": "sha512-
|
|
1145
|
+
"version": "2.11.0",
|
|
1146
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/context-zone/-/context-zone-2.11.0.tgz",
|
|
1147
|
+
"integrity": "sha512-fQVCMuo/fCm7XbdoNvi06uMGNYF/Cn0Q1zQbDKpcB3GFACo48GjxC1fYZmYMerYWd8HNv4dSSxxgN2lU/gyvfg==",
|
|
1131
1148
|
"license": "Apache-2.0",
|
|
1132
1149
|
"dependencies": {
|
|
1133
|
-
"@opentelemetry/context-zone-peer-dep": "2.
|
|
1150
|
+
"@opentelemetry/context-zone-peer-dep": "2.11.0",
|
|
1134
1151
|
"zone.js": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
|
|
1135
1152
|
},
|
|
1136
1153
|
"engines": {
|
|
@@ -1138,9 +1155,9 @@
|
|
|
1138
1155
|
}
|
|
1139
1156
|
},
|
|
1140
1157
|
"node_modules/@opentelemetry/context-zone-peer-dep": {
|
|
1141
|
-
"version": "2.
|
|
1142
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/context-zone-peer-dep/-/context-zone-peer-dep-2.
|
|
1143
|
-
"integrity": "sha512-
|
|
1158
|
+
"version": "2.11.0",
|
|
1159
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/context-zone-peer-dep/-/context-zone-peer-dep-2.11.0.tgz",
|
|
1160
|
+
"integrity": "sha512-IpEnM1t0W2zXUiZt0Vcu4LjZ55lrBos204wSu+SDkffXvkjk4+0+21dAcdvp6wbT99ZxGqD4fvvFy0NUGtJpsQ==",
|
|
1144
1161
|
"license": "Apache-2.0",
|
|
1145
1162
|
"engines": {
|
|
1146
1163
|
"node": "^18.19.0 || >=20.6.0"
|
|
@@ -1151,9 +1168,9 @@
|
|
|
1151
1168
|
}
|
|
1152
1169
|
},
|
|
1153
1170
|
"node_modules/@opentelemetry/core": {
|
|
1154
|
-
"version": "2.
|
|
1155
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/core/-/core-2.
|
|
1156
|
-
"integrity": "sha512-
|
|
1171
|
+
"version": "2.11.0",
|
|
1172
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/core/-/core-2.11.0.tgz",
|
|
1173
|
+
"integrity": "sha512-7YP44XH0tV6+Mb54x2YGf84i7yi+31MBZlE8JwvozkxyTvXbSp10X7cI7YE49ChJ3shMJoBmCJF3+1QFBJctGA==",
|
|
1157
1174
|
"license": "Apache-2.0",
|
|
1158
1175
|
"dependencies": {
|
|
1159
1176
|
"@opentelemetry/semantic-conventions": "^1.29.0"
|
|
@@ -1166,12 +1183,12 @@
|
|
|
1166
1183
|
}
|
|
1167
1184
|
},
|
|
1168
1185
|
"node_modules/@opentelemetry/resources": {
|
|
1169
|
-
"version": "2.
|
|
1170
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/resources/-/resources-2.
|
|
1171
|
-
"integrity": "sha512-
|
|
1186
|
+
"version": "2.11.0",
|
|
1187
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/resources/-/resources-2.11.0.tgz",
|
|
1188
|
+
"integrity": "sha512-Ie7+8q8MDF4FAEQCKVMTx3ReUvxiIAgIiiW3c9JdmP8+HMcDy20puT+AHjexnExgnbvBxjQ9fjkFDWrikJ2jQA==",
|
|
1172
1189
|
"license": "Apache-2.0",
|
|
1173
1190
|
"dependencies": {
|
|
1174
|
-
"@opentelemetry/core": "2.
|
|
1191
|
+
"@opentelemetry/core": "2.11.0",
|
|
1175
1192
|
"@opentelemetry/semantic-conventions": "^1.29.0"
|
|
1176
1193
|
},
|
|
1177
1194
|
"engines": {
|
|
@@ -1230,13 +1247,13 @@
|
|
|
1230
1247
|
}
|
|
1231
1248
|
},
|
|
1232
1249
|
"node_modules/@opentelemetry/sdk-metrics": {
|
|
1233
|
-
"version": "2.
|
|
1234
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-metrics/-/sdk-metrics-2.
|
|
1235
|
-
"integrity": "sha512-
|
|
1250
|
+
"version": "2.11.0",
|
|
1251
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-metrics/-/sdk-metrics-2.11.0.tgz",
|
|
1252
|
+
"integrity": "sha512-7GXXcObyHyDUUSG+L+kJoquty01bzm7ivE7+SSgXXJcHuPzGviptxwARmI2c+bnnxjexGQbJnyNlN8HxBP/Y7A==",
|
|
1236
1253
|
"license": "Apache-2.0",
|
|
1237
1254
|
"dependencies": {
|
|
1238
|
-
"@opentelemetry/core": "2.
|
|
1239
|
-
"@opentelemetry/resources": "2.
|
|
1255
|
+
"@opentelemetry/core": "2.11.0",
|
|
1256
|
+
"@opentelemetry/resources": "2.11.0"
|
|
1240
1257
|
},
|
|
1241
1258
|
"engines": {
|
|
1242
1259
|
"node": "^18.19.0 || >=20.6.0"
|
|
@@ -1246,13 +1263,13 @@
|
|
|
1246
1263
|
}
|
|
1247
1264
|
},
|
|
1248
1265
|
"node_modules/@opentelemetry/sdk-trace": {
|
|
1249
|
-
"version": "2.
|
|
1250
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace/-/sdk-trace-2.
|
|
1251
|
-
"integrity": "sha512-
|
|
1266
|
+
"version": "2.11.0",
|
|
1267
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace/-/sdk-trace-2.11.0.tgz",
|
|
1268
|
+
"integrity": "sha512-fFnTqGm8/G73GQVnxYi7LXa1ZVYEUvgL6XI1LpvV0bPC7WQ/ZGgKxCSl8FnlZBKto9JHHEFTO6s6CUpvvtwFrA==",
|
|
1252
1269
|
"license": "Apache-2.0",
|
|
1253
1270
|
"dependencies": {
|
|
1254
|
-
"@opentelemetry/core": "2.
|
|
1255
|
-
"@opentelemetry/resources": "2.
|
|
1271
|
+
"@opentelemetry/core": "2.11.0",
|
|
1272
|
+
"@opentelemetry/resources": "2.11.0",
|
|
1256
1273
|
"@opentelemetry/semantic-conventions": "^1.29.0"
|
|
1257
1274
|
},
|
|
1258
1275
|
"engines": {
|
|
@@ -1263,14 +1280,14 @@
|
|
|
1263
1280
|
}
|
|
1264
1281
|
},
|
|
1265
1282
|
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
1266
|
-
"version": "2.
|
|
1267
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.
|
|
1268
|
-
"integrity": "sha512-
|
|
1283
|
+
"version": "2.11.0",
|
|
1284
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.11.0.tgz",
|
|
1285
|
+
"integrity": "sha512-H19x/TX/LZdqiYOjM7fqtSxwlplC5pgelavqbQdHbhdq0q/AI/TGkM2dfGuuynTXmJPeF2HoZVoPDu+TGoW78A==",
|
|
1269
1286
|
"license": "Apache-2.0",
|
|
1270
1287
|
"dependencies": {
|
|
1271
|
-
"@opentelemetry/core": "2.
|
|
1272
|
-
"@opentelemetry/resources": "2.
|
|
1273
|
-
"@opentelemetry/sdk-trace": "2.
|
|
1288
|
+
"@opentelemetry/core": "2.11.0",
|
|
1289
|
+
"@opentelemetry/resources": "2.11.0",
|
|
1290
|
+
"@opentelemetry/sdk-trace": "2.11.0",
|
|
1274
1291
|
"@opentelemetry/semantic-conventions": "^1.29.0"
|
|
1275
1292
|
},
|
|
1276
1293
|
"engines": {
|
|
@@ -1281,13 +1298,13 @@
|
|
|
1281
1298
|
}
|
|
1282
1299
|
},
|
|
1283
1300
|
"node_modules/@opentelemetry/sdk-trace-web": {
|
|
1284
|
-
"version": "2.
|
|
1285
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace-web/-/sdk-trace-web-2.
|
|
1286
|
-
"integrity": "sha512-
|
|
1301
|
+
"version": "2.11.0",
|
|
1302
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/sdk-trace-web/-/sdk-trace-web-2.11.0.tgz",
|
|
1303
|
+
"integrity": "sha512-8hgLI437x8VRKzgUr+WRcHFp9AeaHmveKRsPIMNele9tethgCKprakRRqZCWyt41ilALHATfspUMl1An0OTMUQ==",
|
|
1287
1304
|
"license": "Apache-2.0",
|
|
1288
1305
|
"dependencies": {
|
|
1289
|
-
"@opentelemetry/core": "2.
|
|
1290
|
-
"@opentelemetry/sdk-trace-base": "2.
|
|
1306
|
+
"@opentelemetry/core": "2.11.0",
|
|
1307
|
+
"@opentelemetry/sdk-trace-base": "2.11.0"
|
|
1291
1308
|
},
|
|
1292
1309
|
"engines": {
|
|
1293
1310
|
"node": "^18.19.0 || >=20.6.0"
|
|
@@ -1297,51 +1314,51 @@
|
|
|
1297
1314
|
}
|
|
1298
1315
|
},
|
|
1299
1316
|
"node_modules/@opentelemetry/semantic-conventions": {
|
|
1300
|
-
"version": "1.
|
|
1301
|
-
"resolved": "https://registry.npmmirror.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.
|
|
1302
|
-
"integrity": "sha512-
|
|
1317
|
+
"version": "1.43.0",
|
|
1318
|
+
"resolved": "https://registry.npmmirror.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.43.0.tgz",
|
|
1319
|
+
"integrity": "sha512-eSYWTm620tTk45EKSedaUL8MFYI8hW164hIXsgIHyxu3VobUB3fFCu5t0hQby6OoWRPsG1KkKUG2M5UadiLiVg==",
|
|
1303
1320
|
"license": "Apache-2.0",
|
|
1304
1321
|
"engines": {
|
|
1305
1322
|
"node": ">=14"
|
|
1306
1323
|
}
|
|
1307
1324
|
},
|
|
1308
1325
|
"node_modules/@oxc-project/types": {
|
|
1309
|
-
"version": "0.
|
|
1310
|
-
"resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.
|
|
1311
|
-
"integrity": "sha512-
|
|
1326
|
+
"version": "0.148.0",
|
|
1327
|
+
"resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.148.0.tgz",
|
|
1328
|
+
"integrity": "sha512-Nm4s/jB+4FpFsPhWGEC4h7rzksesmtnMXomo6rCMcg/b8zLQuOziRgkCS1fxDCXOlJB/6Q8oABOZ/OP6RIPj9A==",
|
|
1312
1329
|
"dev": true,
|
|
1313
1330
|
"license": "MIT",
|
|
1314
1331
|
"funding": {
|
|
1315
|
-
"url": "https://github.com/sponsors/
|
|
1332
|
+
"url": "https://github.com/sponsors/oxc-project"
|
|
1316
1333
|
}
|
|
1317
1334
|
},
|
|
1318
1335
|
"node_modules/@radix-ui/number": {
|
|
1319
|
-
"version": "1.1.
|
|
1320
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/number/-/number-1.1.
|
|
1321
|
-
"integrity": "sha512-
|
|
1336
|
+
"version": "1.1.3",
|
|
1337
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/number/-/number-1.1.3.tgz",
|
|
1338
|
+
"integrity": "sha512-Road2bidD0uu/1BGDOWNdPI06g0lIRy6IF9GZcIrDK2KGItfor8IQwQa+yM2ERgHM1MmHxaxpTzk0/Jp42lNfA==",
|
|
1322
1339
|
"license": "MIT"
|
|
1323
1340
|
},
|
|
1324
1341
|
"node_modules/@radix-ui/primitive": {
|
|
1325
|
-
"version": "1.1.
|
|
1326
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/primitive/-/primitive-1.1.
|
|
1327
|
-
"integrity": "sha512-
|
|
1342
|
+
"version": "1.1.7",
|
|
1343
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/primitive/-/primitive-1.1.7.tgz",
|
|
1344
|
+
"integrity": "sha512-rqWnm76nYT8HoNNqEjpgJ7Pw/DrBj5iBTrmEPo6HTX5+VJyBNOqTdv4g89G63HuR5g0AaENoAcH7Is5fF2kZ8Q==",
|
|
1328
1345
|
"license": "MIT"
|
|
1329
1346
|
},
|
|
1330
1347
|
"node_modules/@radix-ui/react-accordion": {
|
|
1331
|
-
"version": "1.2.
|
|
1332
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-accordion/-/react-accordion-1.2.
|
|
1333
|
-
"integrity": "sha512-
|
|
1348
|
+
"version": "1.2.20",
|
|
1349
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-accordion/-/react-accordion-1.2.20.tgz",
|
|
1350
|
+
"integrity": "sha512-jDhG9FvAEnlhnjrsINbNXcUa4G+L1KqSkJSunkbKEzFRcAb52jvM0PjPxPRvhe1HNc5F5yc0yzzWeeqlH4yBIg==",
|
|
1334
1351
|
"license": "MIT",
|
|
1335
1352
|
"dependencies": {
|
|
1336
|
-
"@radix-ui/primitive": "1.1.
|
|
1337
|
-
"@radix-ui/react-collapsible": "1.1.
|
|
1338
|
-
"@radix-ui/react-collection": "1.1.
|
|
1339
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1340
|
-
"@radix-ui/react-context": "1.2.
|
|
1341
|
-
"@radix-ui/react-direction": "1.1.
|
|
1342
|
-
"@radix-ui/react-id": "1.1.
|
|
1343
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1344
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1353
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1354
|
+
"@radix-ui/react-collapsible": "1.1.20",
|
|
1355
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
1356
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1357
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1358
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
1359
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1360
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1361
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
1345
1362
|
},
|
|
1346
1363
|
"peerDependencies": {
|
|
1347
1364
|
"@types/react": "*",
|
|
@@ -1359,16 +1376,16 @@
|
|
|
1359
1376
|
}
|
|
1360
1377
|
},
|
|
1361
1378
|
"node_modules/@radix-ui/react-alert-dialog": {
|
|
1362
|
-
"version": "1.1.
|
|
1363
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.
|
|
1364
|
-
"integrity": "sha512-
|
|
1379
|
+
"version": "1.1.23",
|
|
1380
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.23.tgz",
|
|
1381
|
+
"integrity": "sha512-VAYOiQRqj3GPpYJE0I9J+X8Ip05cyVlNdKOFeiGS2Ou1HHGfpl0BxOyZm6nmVDyU+W+NF3/XLzmjHmVGydhwgA==",
|
|
1365
1382
|
"license": "MIT",
|
|
1366
1383
|
"dependencies": {
|
|
1367
|
-
"@radix-ui/primitive": "1.1.
|
|
1368
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1369
|
-
"@radix-ui/react-context": "1.2.
|
|
1370
|
-
"@radix-ui/react-dialog": "1.1.
|
|
1371
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1384
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1385
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1386
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1387
|
+
"@radix-ui/react-dialog": "1.1.23",
|
|
1388
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
1372
1389
|
},
|
|
1373
1390
|
"peerDependencies": {
|
|
1374
1391
|
"@types/react": "*",
|
|
@@ -1386,12 +1403,12 @@
|
|
|
1386
1403
|
}
|
|
1387
1404
|
},
|
|
1388
1405
|
"node_modules/@radix-ui/react-arrow": {
|
|
1389
|
-
"version": "1.1.
|
|
1390
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-arrow/-/react-arrow-1.1.
|
|
1391
|
-
"integrity": "sha512-
|
|
1406
|
+
"version": "1.1.15",
|
|
1407
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-arrow/-/react-arrow-1.1.15.tgz",
|
|
1408
|
+
"integrity": "sha512-v4zggRcjadnI+ClKDuijlQEW4tw3NoaeHc/PwpKnLoLLKNUG4InLegkstooLcRIUWCs+8L22dGURCVuFfOKfnA==",
|
|
1392
1409
|
"license": "MIT",
|
|
1393
1410
|
"dependencies": {
|
|
1394
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1411
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
1395
1412
|
},
|
|
1396
1413
|
"peerDependencies": {
|
|
1397
1414
|
"@types/react": "*",
|
|
@@ -1409,12 +1426,12 @@
|
|
|
1409
1426
|
}
|
|
1410
1427
|
},
|
|
1411
1428
|
"node_modules/@radix-ui/react-aspect-ratio": {
|
|
1412
|
-
"version": "1.1.
|
|
1413
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.
|
|
1414
|
-
"integrity": "sha512-
|
|
1429
|
+
"version": "1.1.15",
|
|
1430
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.15.tgz",
|
|
1431
|
+
"integrity": "sha512-fy+dyVR+90nelK8rqIznFlxzx7uPcGbhxH8Nfr2bHb4UfSe+e3hklOC0luK0hDwVwnRX7xTRySpsrQVeW+/oNQ==",
|
|
1415
1432
|
"license": "MIT",
|
|
1416
1433
|
"dependencies": {
|
|
1417
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1434
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
1418
1435
|
},
|
|
1419
1436
|
"peerDependencies": {
|
|
1420
1437
|
"@types/react": "*",
|
|
@@ -1432,16 +1449,17 @@
|
|
|
1432
1449
|
}
|
|
1433
1450
|
},
|
|
1434
1451
|
"node_modules/@radix-ui/react-avatar": {
|
|
1435
|
-
"version": "1.2.
|
|
1436
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-avatar/-/react-avatar-1.2.
|
|
1437
|
-
"integrity": "sha512-
|
|
1452
|
+
"version": "1.2.6",
|
|
1453
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-avatar/-/react-avatar-1.2.6.tgz",
|
|
1454
|
+
"integrity": "sha512-4ULOTJ/mqy2hT9GlWa/MFHxHSvH3nJzHnZM1waNsc5Bonv7i70aNenghXmD97S6OJ81ekXONGGt4nT1r0PfEdA==",
|
|
1438
1455
|
"license": "MIT",
|
|
1439
1456
|
"dependencies": {
|
|
1440
|
-
"@radix-ui/
|
|
1441
|
-
"@radix-ui/react-
|
|
1442
|
-
"@radix-ui/react-
|
|
1443
|
-
"@radix-ui/react-use-
|
|
1444
|
-
"@radix-ui/react-use-
|
|
1457
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1458
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1459
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1460
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
1461
|
+
"@radix-ui/react-use-is-hydrated": "0.1.3",
|
|
1462
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
1445
1463
|
},
|
|
1446
1464
|
"peerDependencies": {
|
|
1447
1465
|
"@types/react": "*",
|
|
@@ -1459,19 +1477,18 @@
|
|
|
1459
1477
|
}
|
|
1460
1478
|
},
|
|
1461
1479
|
"node_modules/@radix-ui/react-checkbox": {
|
|
1462
|
-
"version": "1.3.
|
|
1463
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-checkbox/-/react-checkbox-1.3.
|
|
1464
|
-
"integrity": "sha512-
|
|
1480
|
+
"version": "1.3.11",
|
|
1481
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-checkbox/-/react-checkbox-1.3.11.tgz",
|
|
1482
|
+
"integrity": "sha512-Gnptr9pDDQxD3hgq2dtPbtrp/c2qH1mBwIzw3X/ivrMb2e1t0jMTi606fVEqFPaQR1ggXIVQWKj3P2WW9v7zGQ==",
|
|
1465
1483
|
"license": "MIT",
|
|
1466
1484
|
"dependencies": {
|
|
1467
|
-
"@radix-ui/primitive": "1.1.
|
|
1468
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1469
|
-
"@radix-ui/react-context": "1.2.
|
|
1470
|
-
"@radix-ui/react-presence": "1.1.
|
|
1471
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1472
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1473
|
-
"@radix-ui/react-use-
|
|
1474
|
-
"@radix-ui/react-use-size": "1.1.2"
|
|
1485
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1486
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1487
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1488
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1489
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1490
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
1491
|
+
"@radix-ui/react-use-size": "1.1.4"
|
|
1475
1492
|
},
|
|
1476
1493
|
"peerDependencies": {
|
|
1477
1494
|
"@types/react": "*",
|
|
@@ -1489,19 +1506,19 @@
|
|
|
1489
1506
|
}
|
|
1490
1507
|
},
|
|
1491
1508
|
"node_modules/@radix-ui/react-collapsible": {
|
|
1492
|
-
"version": "1.1.
|
|
1493
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-collapsible/-/react-collapsible-1.1.
|
|
1494
|
-
"integrity": "sha512-
|
|
1509
|
+
"version": "1.1.20",
|
|
1510
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-collapsible/-/react-collapsible-1.1.20.tgz",
|
|
1511
|
+
"integrity": "sha512-mcGesGplBnzN2sbvJETzpCNfSMyPnb29q1GRLU+Ib7bJrpIG2ywmRoh2V5VbA2uNvKikKUlVbAPks7JDjz4A8Q==",
|
|
1495
1512
|
"license": "MIT",
|
|
1496
1513
|
"dependencies": {
|
|
1497
|
-
"@radix-ui/primitive": "1.1.
|
|
1498
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1499
|
-
"@radix-ui/react-context": "1.2.
|
|
1500
|
-
"@radix-ui/react-id": "1.1.
|
|
1501
|
-
"@radix-ui/react-presence": "1.1.
|
|
1502
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1503
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1504
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
1514
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1515
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1516
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1517
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1518
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1519
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1520
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
1521
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
1505
1522
|
},
|
|
1506
1523
|
"peerDependencies": {
|
|
1507
1524
|
"@types/react": "*",
|
|
@@ -1519,15 +1536,15 @@
|
|
|
1519
1536
|
}
|
|
1520
1537
|
},
|
|
1521
1538
|
"node_modules/@radix-ui/react-collection": {
|
|
1522
|
-
"version": "1.1.
|
|
1523
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-collection/-/react-collection-1.1.
|
|
1524
|
-
"integrity": "sha512-
|
|
1539
|
+
"version": "1.1.15",
|
|
1540
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-collection/-/react-collection-1.1.15.tgz",
|
|
1541
|
+
"integrity": "sha512-9W+B9NPF0NaaPh/1NJd3+KqsnlLqU9H7T2rvww+fp+T/evVXdNAyYcnfRQZFOjkR1ajQp3yORlqnI8soawLvNA==",
|
|
1525
1542
|
"license": "MIT",
|
|
1526
1543
|
"dependencies": {
|
|
1527
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1528
|
-
"@radix-ui/react-context": "1.2.
|
|
1529
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1530
|
-
"@radix-ui/react-slot": "1.3.
|
|
1544
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1545
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1546
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1547
|
+
"@radix-ui/react-slot": "1.3.3"
|
|
1531
1548
|
},
|
|
1532
1549
|
"peerDependencies": {
|
|
1533
1550
|
"@types/react": "*",
|
|
@@ -1545,9 +1562,9 @@
|
|
|
1545
1562
|
}
|
|
1546
1563
|
},
|
|
1547
1564
|
"node_modules/@radix-ui/react-compose-refs": {
|
|
1548
|
-
"version": "1.1.
|
|
1549
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.
|
|
1550
|
-
"integrity": "sha512
|
|
1565
|
+
"version": "1.1.5",
|
|
1566
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.5.tgz",
|
|
1567
|
+
"integrity": "sha512-+48PbAAbq3didjJxa+OaWY2ZwgAKsNiRGyeHKszblZMQ+kcpd9pAaT11cMkGEie0vsOi3QdeTE6d5Fe3Gn61kA==",
|
|
1551
1568
|
"license": "MIT",
|
|
1552
1569
|
"peerDependencies": {
|
|
1553
1570
|
"@types/react": "*",
|
|
@@ -1560,9 +1577,9 @@
|
|
|
1560
1577
|
}
|
|
1561
1578
|
},
|
|
1562
1579
|
"node_modules/@radix-ui/react-context": {
|
|
1563
|
-
"version": "1.2.
|
|
1564
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.2.
|
|
1565
|
-
"integrity": "sha512-
|
|
1580
|
+
"version": "1.2.2",
|
|
1581
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.2.2.tgz",
|
|
1582
|
+
"integrity": "sha512-RHCUGwKHDr0hDGg4X7ma4JG4/+12qxw8rkh5QKdDldlCvtja6nUx1Ef/8HVrJze81lEsgLQlqjzjGNHantgnQA==",
|
|
1566
1583
|
"license": "MIT",
|
|
1567
1584
|
"peerDependencies": {
|
|
1568
1585
|
"@types/react": "*",
|
|
@@ -1575,16 +1592,16 @@
|
|
|
1575
1592
|
}
|
|
1576
1593
|
},
|
|
1577
1594
|
"node_modules/@radix-ui/react-context-menu": {
|
|
1578
|
-
"version": "2.3.
|
|
1579
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-context-menu/-/react-context-menu-2.3.
|
|
1580
|
-
"integrity": "sha512-
|
|
1595
|
+
"version": "2.3.7",
|
|
1596
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-context-menu/-/react-context-menu-2.3.7.tgz",
|
|
1597
|
+
"integrity": "sha512-CtXP35dxaB5T3zXSd+E3uHe/QpXcpYnZmxp6OaIbfthtfW4wyb77M23BG+bwIJDtsMwEP/YssdsmNyZu7jhWew==",
|
|
1581
1598
|
"license": "MIT",
|
|
1582
1599
|
"dependencies": {
|
|
1583
|
-
"@radix-ui/primitive": "1.1.
|
|
1584
|
-
"@radix-ui/react-context": "1.2.
|
|
1585
|
-
"@radix-ui/react-menu": "2.1.
|
|
1586
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1587
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1600
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1601
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1602
|
+
"@radix-ui/react-menu": "2.1.24",
|
|
1603
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1604
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
1588
1605
|
},
|
|
1589
1606
|
"peerDependencies": {
|
|
1590
1607
|
"@types/react": "*",
|
|
@@ -1602,23 +1619,24 @@
|
|
|
1602
1619
|
}
|
|
1603
1620
|
},
|
|
1604
1621
|
"node_modules/@radix-ui/react-dialog": {
|
|
1605
|
-
"version": "1.1.
|
|
1606
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dialog/-/react-dialog-1.1.
|
|
1607
|
-
"integrity": "sha512
|
|
1608
|
-
"license": "MIT",
|
|
1609
|
-
"dependencies": {
|
|
1610
|
-
"@radix-ui/primitive": "1.1.
|
|
1611
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1612
|
-
"@radix-ui/react-context": "1.2.
|
|
1613
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
1614
|
-
"@radix-ui/react-focus-guards": "1.1.
|
|
1615
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
1616
|
-
"@radix-ui/react-id": "1.1.
|
|
1617
|
-
"@radix-ui/react-portal": "1.1.
|
|
1618
|
-
"@radix-ui/react-presence": "1.1.
|
|
1619
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1620
|
-
"@radix-ui/react-slot": "1.3.
|
|
1621
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1622
|
+
"version": "1.1.23",
|
|
1623
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dialog/-/react-dialog-1.1.23.tgz",
|
|
1624
|
+
"integrity": "sha512-Ksw4WeROkO4rC9k/onilX/Ao2Cr1ku1unMNH+XSCcP4jSXYu7HDsg9n4ojMjVb22XpYjAQ9qfrFlVbru1vXDUA==",
|
|
1625
|
+
"license": "MIT",
|
|
1626
|
+
"dependencies": {
|
|
1627
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1628
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1629
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1630
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
1631
|
+
"@radix-ui/react-focus-guards": "1.1.6",
|
|
1632
|
+
"@radix-ui/react-focus-scope": "1.1.16",
|
|
1633
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1634
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
1635
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1636
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1637
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
1638
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
1639
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
1622
1640
|
"aria-hidden": "^1.2.4",
|
|
1623
1641
|
"react-remove-scroll": "^2.7.2"
|
|
1624
1642
|
},
|
|
@@ -1638,9 +1656,9 @@
|
|
|
1638
1656
|
}
|
|
1639
1657
|
},
|
|
1640
1658
|
"node_modules/@radix-ui/react-direction": {
|
|
1641
|
-
"version": "1.1.
|
|
1642
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-direction/-/react-direction-1.1.
|
|
1643
|
-
"integrity": "sha512-
|
|
1659
|
+
"version": "1.1.4",
|
|
1660
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-direction/-/react-direction-1.1.4.tgz",
|
|
1661
|
+
"integrity": "sha512-5pzg4FGQNpExhnhT2zlrP1wZFaYCd1K0nYWoFAdcYoYK868IEigqMX3B3f8yIoRlAhAeDWciLI6ZdCKHF9P4Vg==",
|
|
1644
1662
|
"license": "MIT",
|
|
1645
1663
|
"peerDependencies": {
|
|
1646
1664
|
"@types/react": "*",
|
|
@@ -1653,16 +1671,16 @@
|
|
|
1653
1671
|
}
|
|
1654
1672
|
},
|
|
1655
1673
|
"node_modules/@radix-ui/react-dismissable-layer": {
|
|
1656
|
-
"version": "1.1.
|
|
1657
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.
|
|
1658
|
-
"integrity": "sha512-
|
|
1674
|
+
"version": "1.1.19",
|
|
1675
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.19.tgz",
|
|
1676
|
+
"integrity": "sha512-8g4pfOL9HoKKLWGiypT+dphVqjFfmcXO5GBnhsG6zI+lxAx/8feQpr+1LSN8Re3hiZ+XkLNS4O9ztK11/LzQ6w==",
|
|
1659
1677
|
"license": "MIT",
|
|
1660
1678
|
"dependencies": {
|
|
1661
|
-
"@radix-ui/primitive": "1.1.
|
|
1662
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1663
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1664
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
1665
|
-
"@radix-ui/react-use-effect-event": "0.0.
|
|
1679
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1680
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1681
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1682
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
1683
|
+
"@radix-ui/react-use-effect-event": "0.0.5"
|
|
1666
1684
|
},
|
|
1667
1685
|
"peerDependencies": {
|
|
1668
1686
|
"@types/react": "*",
|
|
@@ -1680,18 +1698,18 @@
|
|
|
1680
1698
|
}
|
|
1681
1699
|
},
|
|
1682
1700
|
"node_modules/@radix-ui/react-dropdown-menu": {
|
|
1683
|
-
"version": "2.1.
|
|
1684
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.
|
|
1685
|
-
"integrity": "sha512-
|
|
1701
|
+
"version": "2.1.24",
|
|
1702
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.24.tgz",
|
|
1703
|
+
"integrity": "sha512-geq8l2rJkxvkXsT9RMgtUE3P8pITFpTsvYpbySi1IH4fZEABD/Gp85myayFgxk0ktljGMJnCbeFkyTusvSvv7g==",
|
|
1686
1704
|
"license": "MIT",
|
|
1687
1705
|
"dependencies": {
|
|
1688
|
-
"@radix-ui/primitive": "1.1.
|
|
1689
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1690
|
-
"@radix-ui/react-context": "1.2.
|
|
1691
|
-
"@radix-ui/react-id": "1.1.
|
|
1692
|
-
"@radix-ui/react-menu": "2.1.
|
|
1693
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1694
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1706
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1707
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1708
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1709
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1710
|
+
"@radix-ui/react-menu": "2.1.24",
|
|
1711
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1712
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
1695
1713
|
},
|
|
1696
1714
|
"peerDependencies": {
|
|
1697
1715
|
"@types/react": "*",
|
|
@@ -1709,9 +1727,9 @@
|
|
|
1709
1727
|
}
|
|
1710
1728
|
},
|
|
1711
1729
|
"node_modules/@radix-ui/react-focus-guards": {
|
|
1712
|
-
"version": "1.1.
|
|
1713
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.
|
|
1714
|
-
"integrity": "sha512-
|
|
1730
|
+
"version": "1.1.6",
|
|
1731
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.6.tgz",
|
|
1732
|
+
"integrity": "sha512-RNOJjfZMTyBM6xYmV3IVGXkPjIhcBAuv48POevAXwrGJhkWZ9p1rFoIS1JFooPuT193AZmRsCPhpoVJxx6OPoQ==",
|
|
1715
1733
|
"license": "MIT",
|
|
1716
1734
|
"peerDependencies": {
|
|
1717
1735
|
"@types/react": "*",
|
|
@@ -1724,14 +1742,14 @@
|
|
|
1724
1742
|
}
|
|
1725
1743
|
},
|
|
1726
1744
|
"node_modules/@radix-ui/react-focus-scope": {
|
|
1727
|
-
"version": "1.1.
|
|
1728
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.
|
|
1729
|
-
"integrity": "sha512-
|
|
1745
|
+
"version": "1.1.16",
|
|
1746
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.16.tgz",
|
|
1747
|
+
"integrity": "sha512-wmRZ2WWLvmt6KHy2rNPOdPUjwq5xOHY02+m+udwJTn0aNIox/rkskAvJTyTLGhPK6KgrUjlJUJpgmx/+wFiFIQ==",
|
|
1730
1748
|
"license": "MIT",
|
|
1731
1749
|
"dependencies": {
|
|
1732
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1733
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1734
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
1750
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1751
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1752
|
+
"@radix-ui/react-use-callback-ref": "1.1.4"
|
|
1735
1753
|
},
|
|
1736
1754
|
"peerDependencies": {
|
|
1737
1755
|
"@types/react": "*",
|
|
@@ -1749,20 +1767,20 @@
|
|
|
1749
1767
|
}
|
|
1750
1768
|
},
|
|
1751
1769
|
"node_modules/@radix-ui/react-hover-card": {
|
|
1752
|
-
"version": "1.1.
|
|
1753
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-hover-card/-/react-hover-card-1.1.
|
|
1754
|
-
"integrity": "sha512-
|
|
1770
|
+
"version": "1.1.23",
|
|
1771
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-hover-card/-/react-hover-card-1.1.23.tgz",
|
|
1772
|
+
"integrity": "sha512-H8qONfZd3ltrU3+jHCIgITbWo6e1iTKvP9DHdrvYbX48ooRM5FjEDTn16AMwdfuOGkWdZEhpl3PLL/Wk/AnHDQ==",
|
|
1755
1773
|
"license": "MIT",
|
|
1756
1774
|
"dependencies": {
|
|
1757
|
-
"@radix-ui/primitive": "1.1.
|
|
1758
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1759
|
-
"@radix-ui/react-context": "1.2.
|
|
1760
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
1761
|
-
"@radix-ui/react-popper": "1.3.
|
|
1762
|
-
"@radix-ui/react-portal": "1.1.
|
|
1763
|
-
"@radix-ui/react-presence": "1.1.
|
|
1764
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1765
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1775
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1776
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1777
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1778
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
1779
|
+
"@radix-ui/react-popper": "1.3.7",
|
|
1780
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
1781
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1782
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1783
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
1766
1784
|
},
|
|
1767
1785
|
"peerDependencies": {
|
|
1768
1786
|
"@types/react": "*",
|
|
@@ -1780,12 +1798,12 @@
|
|
|
1780
1798
|
}
|
|
1781
1799
|
},
|
|
1782
1800
|
"node_modules/@radix-ui/react-id": {
|
|
1783
|
-
"version": "1.1.
|
|
1784
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-id/-/react-id-1.1.
|
|
1785
|
-
"integrity": "sha512-
|
|
1801
|
+
"version": "1.1.4",
|
|
1802
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-id/-/react-id-1.1.4.tgz",
|
|
1803
|
+
"integrity": "sha512-TMQp2llA+RYn7JcjnrMnz7wN4pcVttPZnRZo52PLQsoLVKzNlVwUeHmfePgTgRluXFvlD3GD5g5MOVVTJCO0qA==",
|
|
1786
1804
|
"license": "MIT",
|
|
1787
1805
|
"dependencies": {
|
|
1788
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
1806
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
1789
1807
|
},
|
|
1790
1808
|
"peerDependencies": {
|
|
1791
1809
|
"@types/react": "*",
|
|
@@ -1798,12 +1816,12 @@
|
|
|
1798
1816
|
}
|
|
1799
1817
|
},
|
|
1800
1818
|
"node_modules/@radix-ui/react-label": {
|
|
1801
|
-
"version": "2.1.
|
|
1802
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-label/-/react-label-2.1.
|
|
1803
|
-
"integrity": "sha512-
|
|
1819
|
+
"version": "2.1.15",
|
|
1820
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-label/-/react-label-2.1.15.tgz",
|
|
1821
|
+
"integrity": "sha512-o/rdYEwZTTo5tjknnPeyQFU45kUC4i/XyeDPP+HGyi6XqpOP6Zf5Ya5vh/Yfe9Id5JiuWnnAx2XqIeD3UYZt0g==",
|
|
1804
1822
|
"license": "MIT",
|
|
1805
1823
|
"dependencies": {
|
|
1806
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1824
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
1807
1825
|
},
|
|
1808
1826
|
"peerDependencies": {
|
|
1809
1827
|
"@types/react": "*",
|
|
@@ -1821,27 +1839,27 @@
|
|
|
1821
1839
|
}
|
|
1822
1840
|
},
|
|
1823
1841
|
"node_modules/@radix-ui/react-menu": {
|
|
1824
|
-
"version": "2.1.
|
|
1825
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-menu/-/react-menu-2.1.
|
|
1826
|
-
"integrity": "sha512-
|
|
1827
|
-
"license": "MIT",
|
|
1828
|
-
"dependencies": {
|
|
1829
|
-
"@radix-ui/primitive": "1.1.
|
|
1830
|
-
"@radix-ui/react-collection": "1.1.
|
|
1831
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1832
|
-
"@radix-ui/react-context": "1.2.
|
|
1833
|
-
"@radix-ui/react-direction": "1.1.
|
|
1834
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
1835
|
-
"@radix-ui/react-focus-guards": "1.1.
|
|
1836
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
1837
|
-
"@radix-ui/react-id": "1.1.
|
|
1838
|
-
"@radix-ui/react-popper": "1.3.
|
|
1839
|
-
"@radix-ui/react-portal": "1.1.
|
|
1840
|
-
"@radix-ui/react-presence": "1.1.
|
|
1841
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1842
|
-
"@radix-ui/react-roving-focus": "1.1.
|
|
1843
|
-
"@radix-ui/react-slot": "1.3.
|
|
1844
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
1842
|
+
"version": "2.1.24",
|
|
1843
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-menu/-/react-menu-2.1.24.tgz",
|
|
1844
|
+
"integrity": "sha512-uW7RVuU6Lp/ZtfeY4b3kL32zccgEWvPv1+cf17ubYzHa9cL8AHokmk36cG/XEiH/smbQvumnieXX9j/e9RqJWA==",
|
|
1845
|
+
"license": "MIT",
|
|
1846
|
+
"dependencies": {
|
|
1847
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1848
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
1849
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1850
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1851
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
1852
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
1853
|
+
"@radix-ui/react-focus-guards": "1.1.6",
|
|
1854
|
+
"@radix-ui/react-focus-scope": "1.1.16",
|
|
1855
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1856
|
+
"@radix-ui/react-popper": "1.3.7",
|
|
1857
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
1858
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1859
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1860
|
+
"@radix-ui/react-roving-focus": "1.1.19",
|
|
1861
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
1862
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
1845
1863
|
"aria-hidden": "^1.2.4",
|
|
1846
1864
|
"react-remove-scroll": "^2.7.2"
|
|
1847
1865
|
},
|
|
@@ -1861,21 +1879,21 @@
|
|
|
1861
1879
|
}
|
|
1862
1880
|
},
|
|
1863
1881
|
"node_modules/@radix-ui/react-menubar": {
|
|
1864
|
-
"version": "1.1.
|
|
1865
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-menubar/-/react-menubar-1.1.
|
|
1866
|
-
"integrity": "sha512-
|
|
1882
|
+
"version": "1.1.24",
|
|
1883
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-menubar/-/react-menubar-1.1.24.tgz",
|
|
1884
|
+
"integrity": "sha512-eeVs0vf7cuqXaM0qLQCPcufImiJNVBXdJDLu7ZGYl2732UH23Qat/foNGrr6vYV3/DdTsBqASoggUFgH14OcZA==",
|
|
1867
1885
|
"license": "MIT",
|
|
1868
1886
|
"dependencies": {
|
|
1869
|
-
"@radix-ui/primitive": "1.1.
|
|
1870
|
-
"@radix-ui/react-collection": "1.1.
|
|
1871
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1872
|
-
"@radix-ui/react-context": "1.2.
|
|
1873
|
-
"@radix-ui/react-direction": "1.1.
|
|
1874
|
-
"@radix-ui/react-id": "1.1.
|
|
1875
|
-
"@radix-ui/react-menu": "2.1.
|
|
1876
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1877
|
-
"@radix-ui/react-roving-focus": "1.1.
|
|
1878
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1887
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1888
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
1889
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1890
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1891
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
1892
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1893
|
+
"@radix-ui/react-menu": "2.1.24",
|
|
1894
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1895
|
+
"@radix-ui/react-roving-focus": "1.1.19",
|
|
1896
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
1879
1897
|
},
|
|
1880
1898
|
"peerDependencies": {
|
|
1881
1899
|
"@types/react": "*",
|
|
@@ -1893,25 +1911,25 @@
|
|
|
1893
1911
|
}
|
|
1894
1912
|
},
|
|
1895
1913
|
"node_modules/@radix-ui/react-navigation-menu": {
|
|
1896
|
-
"version": "1.2.
|
|
1897
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.
|
|
1898
|
-
"integrity": "sha512-
|
|
1899
|
-
"license": "MIT",
|
|
1900
|
-
"dependencies": {
|
|
1901
|
-
"@radix-ui/primitive": "1.1.
|
|
1902
|
-
"@radix-ui/react-collection": "1.1.
|
|
1903
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1904
|
-
"@radix-ui/react-context": "1.2.
|
|
1905
|
-
"@radix-ui/react-direction": "1.1.
|
|
1906
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
1907
|
-
"@radix-ui/react-id": "1.1.
|
|
1908
|
-
"@radix-ui/react-presence": "1.1.
|
|
1909
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1910
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
1911
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1912
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
1913
|
-
"@radix-ui/react-use-previous": "1.1.
|
|
1914
|
-
"@radix-ui/react-visually-hidden": "1.2.
|
|
1914
|
+
"version": "1.2.22",
|
|
1915
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.22.tgz",
|
|
1916
|
+
"integrity": "sha512-ou7iLEJ+yrhQndkkA4U21XIdS/CS45F4iXIkTZcb6/Ne9EMsOuDudVmCwmDnfFZZ+y1FZqXRNSIgBy+YMvZVZg==",
|
|
1917
|
+
"license": "MIT",
|
|
1918
|
+
"dependencies": {
|
|
1919
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1920
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
1921
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1922
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1923
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
1924
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
1925
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1926
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1927
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1928
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
1929
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
1930
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
1931
|
+
"@radix-ui/react-use-previous": "1.1.4",
|
|
1932
|
+
"@radix-ui/react-visually-hidden": "1.2.11"
|
|
1915
1933
|
},
|
|
1916
1934
|
"peerDependencies": {
|
|
1917
1935
|
"@types/react": "*",
|
|
@@ -1929,24 +1947,24 @@
|
|
|
1929
1947
|
}
|
|
1930
1948
|
},
|
|
1931
1949
|
"node_modules/@radix-ui/react-popover": {
|
|
1932
|
-
"version": "1.1.
|
|
1933
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-popover/-/react-popover-1.1.
|
|
1934
|
-
"integrity": "sha512-
|
|
1935
|
-
"license": "MIT",
|
|
1936
|
-
"dependencies": {
|
|
1937
|
-
"@radix-ui/primitive": "1.1.
|
|
1938
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1939
|
-
"@radix-ui/react-context": "1.2.
|
|
1940
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
1941
|
-
"@radix-ui/react-focus-guards": "1.1.
|
|
1942
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
1943
|
-
"@radix-ui/react-id": "1.1.
|
|
1944
|
-
"@radix-ui/react-popper": "1.3.
|
|
1945
|
-
"@radix-ui/react-portal": "1.1.
|
|
1946
|
-
"@radix-ui/react-presence": "1.1.
|
|
1947
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1948
|
-
"@radix-ui/react-slot": "1.3.
|
|
1949
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
1950
|
+
"version": "1.1.23",
|
|
1951
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-popover/-/react-popover-1.1.23.tgz",
|
|
1952
|
+
"integrity": "sha512-mw58MrBlyHWFisTOYignD0vf/3gdcgAR+9of1s9G/38CbFiUwH1nCDkc0AUM9IrXFgN5Ue8n45j9WCgyM1sbiQ==",
|
|
1953
|
+
"license": "MIT",
|
|
1954
|
+
"dependencies": {
|
|
1955
|
+
"@radix-ui/primitive": "1.1.7",
|
|
1956
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1957
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1958
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
1959
|
+
"@radix-ui/react-focus-guards": "1.1.6",
|
|
1960
|
+
"@radix-ui/react-focus-scope": "1.1.16",
|
|
1961
|
+
"@radix-ui/react-id": "1.1.4",
|
|
1962
|
+
"@radix-ui/react-popper": "1.3.7",
|
|
1963
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
1964
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
1965
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1966
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
1967
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
1950
1968
|
"aria-hidden": "^1.2.4",
|
|
1951
1969
|
"react-remove-scroll": "^2.7.2"
|
|
1952
1970
|
},
|
|
@@ -1966,21 +1984,21 @@
|
|
|
1966
1984
|
}
|
|
1967
1985
|
},
|
|
1968
1986
|
"node_modules/@radix-ui/react-popper": {
|
|
1969
|
-
"version": "1.3.
|
|
1970
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-popper/-/react-popper-1.3.
|
|
1971
|
-
"integrity": "sha512-
|
|
1987
|
+
"version": "1.3.7",
|
|
1988
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-popper/-/react-popper-1.3.7.tgz",
|
|
1989
|
+
"integrity": "sha512-UsJrrd7w4wuKKTdvd/DNERVlwSlUcyXzjhyDwBk+3aPOsCjOY6ZSbxuw8E6lZTjjfP8Cpd0J8VVkrYUWyGYXyg==",
|
|
1972
1990
|
"license": "MIT",
|
|
1973
1991
|
"dependencies": {
|
|
1974
1992
|
"@floating-ui/react-dom": "^2.0.0",
|
|
1975
|
-
"@radix-ui/react-arrow": "1.1.
|
|
1976
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
1977
|
-
"@radix-ui/react-context": "1.2.
|
|
1978
|
-
"@radix-ui/react-primitive": "2.1.
|
|
1979
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
1980
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
1981
|
-
"@radix-ui/react-use-rect": "1.1.
|
|
1982
|
-
"@radix-ui/react-use-size": "1.1.
|
|
1983
|
-
"@radix-ui/rect": "1.1.
|
|
1993
|
+
"@radix-ui/react-arrow": "1.1.15",
|
|
1994
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
1995
|
+
"@radix-ui/react-context": "1.2.2",
|
|
1996
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
1997
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
1998
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
1999
|
+
"@radix-ui/react-use-rect": "1.1.4",
|
|
2000
|
+
"@radix-ui/react-use-size": "1.1.4",
|
|
2001
|
+
"@radix-ui/rect": "1.1.3"
|
|
1984
2002
|
},
|
|
1985
2003
|
"peerDependencies": {
|
|
1986
2004
|
"@types/react": "*",
|
|
@@ -1998,13 +2016,13 @@
|
|
|
1998
2016
|
}
|
|
1999
2017
|
},
|
|
2000
2018
|
"node_modules/@radix-ui/react-portal": {
|
|
2001
|
-
"version": "1.1.
|
|
2002
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-portal/-/react-portal-1.1.
|
|
2003
|
-
"integrity": "sha512-
|
|
2019
|
+
"version": "1.1.17",
|
|
2020
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-portal/-/react-portal-1.1.17.tgz",
|
|
2021
|
+
"integrity": "sha512-vKQLcWypUnwZVvfV7UkGahH2g6ySe8M8R+zYBwPrv5byZ9QAW6cQVvNKo7GgmD+p8aYb6D9JBuvy8/WhOno2wQ==",
|
|
2004
2022
|
"license": "MIT",
|
|
2005
2023
|
"dependencies": {
|
|
2006
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2007
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2024
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2025
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2008
2026
|
},
|
|
2009
2027
|
"peerDependencies": {
|
|
2010
2028
|
"@types/react": "*",
|
|
@@ -2022,12 +2040,12 @@
|
|
|
2022
2040
|
}
|
|
2023
2041
|
},
|
|
2024
2042
|
"node_modules/@radix-ui/react-presence": {
|
|
2025
|
-
"version": "1.1.
|
|
2026
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-presence/-/react-presence-1.1.
|
|
2027
|
-
"integrity": "sha512-
|
|
2043
|
+
"version": "1.1.10",
|
|
2044
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-presence/-/react-presence-1.1.10.tgz",
|
|
2045
|
+
"integrity": "sha512-3wyzCQ6+ubRA+D4uv9m95JYLXxmOHp05qjrkjeA7uKHHtjpPggQzc6DAb0URl7j67oR0K2foO4ip27TiX037Bw==",
|
|
2028
2046
|
"license": "MIT",
|
|
2029
2047
|
"dependencies": {
|
|
2030
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2048
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2031
2049
|
},
|
|
2032
2050
|
"peerDependencies": {
|
|
2033
2051
|
"@types/react": "*",
|
|
@@ -2045,12 +2063,12 @@
|
|
|
2045
2063
|
}
|
|
2046
2064
|
},
|
|
2047
2065
|
"node_modules/@radix-ui/react-primitive": {
|
|
2048
|
-
"version": "2.1.
|
|
2049
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.
|
|
2050
|
-
"integrity": "sha512-
|
|
2066
|
+
"version": "2.1.10",
|
|
2067
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.10.tgz",
|
|
2068
|
+
"integrity": "sha512-MucOnzh6hR5mid6VpkbglRAMYMjKLqRnGBbjXkzjK52fuQDd1qbkx78a5P40mkcnVXJdEVxm26E9OPAiUq7nBg==",
|
|
2051
2069
|
"license": "MIT",
|
|
2052
2070
|
"dependencies": {
|
|
2053
|
-
"@radix-ui/react-slot": "1.3.
|
|
2071
|
+
"@radix-ui/react-slot": "1.3.3"
|
|
2054
2072
|
},
|
|
2055
2073
|
"peerDependencies": {
|
|
2056
2074
|
"@types/react": "*",
|
|
@@ -2068,13 +2086,13 @@
|
|
|
2068
2086
|
}
|
|
2069
2087
|
},
|
|
2070
2088
|
"node_modules/@radix-ui/react-progress": {
|
|
2071
|
-
"version": "1.1.
|
|
2072
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-progress/-/react-progress-1.1.
|
|
2073
|
-
"integrity": "sha512-
|
|
2089
|
+
"version": "1.1.16",
|
|
2090
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-progress/-/react-progress-1.1.16.tgz",
|
|
2091
|
+
"integrity": "sha512-5XnomAsoZZCY+KNTxbIghpGqPruZvKFNlvcAljVAOdDRDsH4/OZQxhtwo5wdtoDM5R6MhJBb2sPnDuRFep3lzg==",
|
|
2074
2092
|
"license": "MIT",
|
|
2075
2093
|
"dependencies": {
|
|
2076
|
-
"@radix-ui/react-context": "1.2.
|
|
2077
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2094
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2095
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
2078
2096
|
},
|
|
2079
2097
|
"peerDependencies": {
|
|
2080
2098
|
"@types/react": "*",
|
|
@@ -2092,21 +2110,20 @@
|
|
|
2092
2110
|
}
|
|
2093
2111
|
},
|
|
2094
2112
|
"node_modules/@radix-ui/react-radio-group": {
|
|
2095
|
-
"version": "1.4.
|
|
2096
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-radio-group/-/react-radio-group-1.4.
|
|
2097
|
-
"integrity": "sha512-
|
|
2113
|
+
"version": "1.4.7",
|
|
2114
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-radio-group/-/react-radio-group-1.4.7.tgz",
|
|
2115
|
+
"integrity": "sha512-cgYFEkntCxppHZgtSZ+7vh0wbZQ+IC7PPMw8DSnRG27B6kDd32/Zw0OJt7dGDigCoprMuWHjg2PvUn3PYvPFoQ==",
|
|
2098
2116
|
"license": "MIT",
|
|
2099
2117
|
"dependencies": {
|
|
2100
|
-
"@radix-ui/primitive": "1.1.
|
|
2101
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2102
|
-
"@radix-ui/react-context": "1.2.
|
|
2103
|
-
"@radix-ui/react-direction": "1.1.
|
|
2104
|
-
"@radix-ui/react-presence": "1.1.
|
|
2105
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2106
|
-
"@radix-ui/react-roving-focus": "1.1.
|
|
2107
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2108
|
-
"@radix-ui/react-use-
|
|
2109
|
-
"@radix-ui/react-use-size": "1.1.2"
|
|
2118
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2119
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2120
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2121
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2122
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
2123
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2124
|
+
"@radix-ui/react-roving-focus": "1.1.19",
|
|
2125
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2126
|
+
"@radix-ui/react-use-size": "1.1.4"
|
|
2110
2127
|
},
|
|
2111
2128
|
"peerDependencies": {
|
|
2112
2129
|
"@types/react": "*",
|
|
@@ -2124,22 +2141,22 @@
|
|
|
2124
2141
|
}
|
|
2125
2142
|
},
|
|
2126
2143
|
"node_modules/@radix-ui/react-roving-focus": {
|
|
2127
|
-
"version": "1.1.
|
|
2128
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.
|
|
2129
|
-
"integrity": "sha512-
|
|
2144
|
+
"version": "1.1.19",
|
|
2145
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.19.tgz",
|
|
2146
|
+
"integrity": "sha512-V9jI6hDjT7l3jsCQD9bLNvDLM3tH/gdbOTp7Tefp3hbbgCGQoK7tUvrWiRlcoBHIZ809ElXwNQwVo0B98LuTXQ==",
|
|
2130
2147
|
"license": "MIT",
|
|
2131
2148
|
"dependencies": {
|
|
2132
|
-
"@radix-ui/primitive": "1.1.
|
|
2133
|
-
"@radix-ui/react-collection": "1.1.
|
|
2134
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2135
|
-
"@radix-ui/react-context": "1.2.
|
|
2136
|
-
"@radix-ui/react-direction": "1.1.
|
|
2137
|
-
"@radix-ui/react-id": "1.1.
|
|
2138
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2139
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
2140
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2141
|
-
"@radix-ui/react-use-is-hydrated": "0.1.
|
|
2142
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2149
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2150
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
2151
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2152
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2153
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2154
|
+
"@radix-ui/react-id": "1.1.4",
|
|
2155
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2156
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
2157
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2158
|
+
"@radix-ui/react-use-is-hydrated": "0.1.3",
|
|
2159
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2143
2160
|
},
|
|
2144
2161
|
"peerDependencies": {
|
|
2145
2162
|
"@types/react": "*",
|
|
@@ -2157,20 +2174,20 @@
|
|
|
2157
2174
|
}
|
|
2158
2175
|
},
|
|
2159
2176
|
"node_modules/@radix-ui/react-scroll-area": {
|
|
2160
|
-
"version": "1.2.
|
|
2161
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.
|
|
2162
|
-
"integrity": "sha512-
|
|
2177
|
+
"version": "1.2.18",
|
|
2178
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.18.tgz",
|
|
2179
|
+
"integrity": "sha512-Zn5Cd171wxsO3Dfg8HaW6RifTb9CYTKQJHs/G4+LN1GfmJpaQMZQyQxMprVPHpaz7QY4l9BxK2JwQuzHsXC8nA==",
|
|
2163
2180
|
"license": "MIT",
|
|
2164
2181
|
"dependencies": {
|
|
2165
|
-
"@radix-ui/number": "1.1.
|
|
2166
|
-
"@radix-ui/primitive": "1.1.
|
|
2167
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2168
|
-
"@radix-ui/react-context": "1.2.
|
|
2169
|
-
"@radix-ui/react-direction": "1.1.
|
|
2170
|
-
"@radix-ui/react-presence": "1.1.
|
|
2171
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2172
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
2173
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2182
|
+
"@radix-ui/number": "1.1.3",
|
|
2183
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2184
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2185
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2186
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2187
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
2188
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2189
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
2190
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2174
2191
|
},
|
|
2175
2192
|
"peerDependencies": {
|
|
2176
2193
|
"@types/react": "*",
|
|
@@ -2188,31 +2205,31 @@
|
|
|
2188
2205
|
}
|
|
2189
2206
|
},
|
|
2190
2207
|
"node_modules/@radix-ui/react-select": {
|
|
2191
|
-
"version": "2.3.
|
|
2192
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-select/-/react-select-2.3.
|
|
2193
|
-
"integrity": "sha512-
|
|
2194
|
-
"license": "MIT",
|
|
2195
|
-
"dependencies": {
|
|
2196
|
-
"@radix-ui/number": "1.1.
|
|
2197
|
-
"@radix-ui/primitive": "1.1.
|
|
2198
|
-
"@radix-ui/react-collection": "1.1.
|
|
2199
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2200
|
-
"@radix-ui/react-context": "1.2.
|
|
2201
|
-
"@radix-ui/react-direction": "1.1.
|
|
2202
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
2203
|
-
"@radix-ui/react-focus-guards": "1.1.
|
|
2204
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
2205
|
-
"@radix-ui/react-id": "1.1.
|
|
2206
|
-
"@radix-ui/react-popper": "1.3.
|
|
2207
|
-
"@radix-ui/react-portal": "1.1.
|
|
2208
|
-
"@radix-ui/react-presence": "1.1.
|
|
2209
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2210
|
-
"@radix-ui/react-slot": "1.3.
|
|
2211
|
-
"@radix-ui/react-use-callback-ref": "1.1.
|
|
2212
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2213
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2214
|
-
"@radix-ui/react-use-previous": "1.1.
|
|
2215
|
-
"@radix-ui/react-visually-hidden": "1.2.
|
|
2208
|
+
"version": "2.3.7",
|
|
2209
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-select/-/react-select-2.3.7.tgz",
|
|
2210
|
+
"integrity": "sha512-WFGImkmbzcfxeIwq/+4HvRN0pizBwbwQUED4I13ezQsDdfl38ZntN6TmR8XaSzPBqoCToe8rF75j6NPNDSzhbg==",
|
|
2211
|
+
"license": "MIT",
|
|
2212
|
+
"dependencies": {
|
|
2213
|
+
"@radix-ui/number": "1.1.3",
|
|
2214
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2215
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
2216
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2217
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2218
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2219
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
2220
|
+
"@radix-ui/react-focus-guards": "1.1.6",
|
|
2221
|
+
"@radix-ui/react-focus-scope": "1.1.16",
|
|
2222
|
+
"@radix-ui/react-id": "1.1.4",
|
|
2223
|
+
"@radix-ui/react-popper": "1.3.7",
|
|
2224
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
2225
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
2226
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2227
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
2228
|
+
"@radix-ui/react-use-callback-ref": "1.1.4",
|
|
2229
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2230
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
2231
|
+
"@radix-ui/react-use-previous": "1.1.4",
|
|
2232
|
+
"@radix-ui/react-visually-hidden": "1.2.11",
|
|
2216
2233
|
"aria-hidden": "^1.2.4",
|
|
2217
2234
|
"react-remove-scroll": "^2.7.2"
|
|
2218
2235
|
},
|
|
@@ -2232,12 +2249,12 @@
|
|
|
2232
2249
|
}
|
|
2233
2250
|
},
|
|
2234
2251
|
"node_modules/@radix-ui/react-separator": {
|
|
2235
|
-
"version": "1.1.
|
|
2236
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-separator/-/react-separator-1.1.
|
|
2237
|
-
"integrity": "sha512-
|
|
2252
|
+
"version": "1.1.15",
|
|
2253
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-separator/-/react-separator-1.1.15.tgz",
|
|
2254
|
+
"integrity": "sha512-jOLO4lssEzWpoDu7G+Ze4VjwMRUBt291pnZD0gmalREZipnTX3wadQo7Fy48GCTfe14/YRN6rw/rOJqrE85Wxw==",
|
|
2238
2255
|
"license": "MIT",
|
|
2239
2256
|
"dependencies": {
|
|
2240
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2257
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
2241
2258
|
},
|
|
2242
2259
|
"peerDependencies": {
|
|
2243
2260
|
"@types/react": "*",
|
|
@@ -2255,22 +2272,22 @@
|
|
|
2255
2272
|
}
|
|
2256
2273
|
},
|
|
2257
2274
|
"node_modules/@radix-ui/react-slider": {
|
|
2258
|
-
"version": "1.4.
|
|
2259
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-slider/-/react-slider-1.4.
|
|
2260
|
-
"integrity": "sha512-
|
|
2275
|
+
"version": "1.4.7",
|
|
2276
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-slider/-/react-slider-1.4.7.tgz",
|
|
2277
|
+
"integrity": "sha512-mTSLf1GC/C0moWjTbvCM6Qn/gBjvlFt1azuWF2v7MN5C3Zq2U2J2lN3ZEYkpujuOU5Ro7A28wkviSxaKnG0BYg==",
|
|
2261
2278
|
"license": "MIT",
|
|
2262
2279
|
"dependencies": {
|
|
2263
|
-
"@radix-ui/number": "1.1.
|
|
2264
|
-
"@radix-ui/primitive": "1.1.
|
|
2265
|
-
"@radix-ui/react-collection": "1.1.
|
|
2266
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2267
|
-
"@radix-ui/react-context": "1.2.
|
|
2268
|
-
"@radix-ui/react-direction": "1.1.
|
|
2269
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2270
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2271
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2272
|
-
"@radix-ui/react-use-previous": "1.1.
|
|
2273
|
-
"@radix-ui/react-use-size": "1.1.
|
|
2280
|
+
"@radix-ui/number": "1.1.3",
|
|
2281
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2282
|
+
"@radix-ui/react-collection": "1.1.15",
|
|
2283
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2284
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2285
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2286
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2287
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2288
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
2289
|
+
"@radix-ui/react-use-previous": "1.1.4",
|
|
2290
|
+
"@radix-ui/react-use-size": "1.1.4"
|
|
2274
2291
|
},
|
|
2275
2292
|
"peerDependencies": {
|
|
2276
2293
|
"@types/react": "*",
|
|
@@ -2288,12 +2305,12 @@
|
|
|
2288
2305
|
}
|
|
2289
2306
|
},
|
|
2290
2307
|
"node_modules/@radix-ui/react-slot": {
|
|
2291
|
-
"version": "1.3.
|
|
2292
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.3.
|
|
2293
|
-
"integrity": "sha512-
|
|
2308
|
+
"version": "1.3.3",
|
|
2309
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.3.3.tgz",
|
|
2310
|
+
"integrity": "sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==",
|
|
2294
2311
|
"license": "MIT",
|
|
2295
2312
|
"dependencies": {
|
|
2296
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2313
|
+
"@radix-ui/react-compose-refs": "1.1.5"
|
|
2297
2314
|
},
|
|
2298
2315
|
"peerDependencies": {
|
|
2299
2316
|
"@types/react": "*",
|
|
@@ -2306,18 +2323,17 @@
|
|
|
2306
2323
|
}
|
|
2307
2324
|
},
|
|
2308
2325
|
"node_modules/@radix-ui/react-switch": {
|
|
2309
|
-
"version": "1.3.
|
|
2310
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-switch/-/react-switch-1.3.
|
|
2311
|
-
"integrity": "sha512-
|
|
2326
|
+
"version": "1.3.7",
|
|
2327
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-switch/-/react-switch-1.3.7.tgz",
|
|
2328
|
+
"integrity": "sha512-48tB/4dn2UVLBCYhTu9AuR63IHl73l/qLbLgxd86noTUor4/K4LFDAcYjK+isP5313qxaFpjPVogE7+Y0/V3Kw==",
|
|
2312
2329
|
"license": "MIT",
|
|
2313
2330
|
"dependencies": {
|
|
2314
|
-
"@radix-ui/primitive": "1.1.
|
|
2315
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2316
|
-
"@radix-ui/react-context": "1.2.
|
|
2317
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2318
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2319
|
-
"@radix-ui/react-use-
|
|
2320
|
-
"@radix-ui/react-use-size": "1.1.2"
|
|
2331
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2332
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2333
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2334
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2335
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2336
|
+
"@radix-ui/react-use-size": "1.1.4"
|
|
2321
2337
|
},
|
|
2322
2338
|
"peerDependencies": {
|
|
2323
2339
|
"@types/react": "*",
|
|
@@ -2335,19 +2351,19 @@
|
|
|
2335
2351
|
}
|
|
2336
2352
|
},
|
|
2337
2353
|
"node_modules/@radix-ui/react-tabs": {
|
|
2338
|
-
"version": "1.1.
|
|
2339
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-tabs/-/react-tabs-1.1.
|
|
2340
|
-
"integrity": "sha512-
|
|
2354
|
+
"version": "1.1.21",
|
|
2355
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-tabs/-/react-tabs-1.1.21.tgz",
|
|
2356
|
+
"integrity": "sha512-UKxJlZid7FVtsk/WTxj4i4uSEgj2Au+KBbS7SQyTlzMhhn+86Cz3tISZdTa87bfEfcuvZezf2ZsxD4xuEKtkog==",
|
|
2341
2357
|
"license": "MIT",
|
|
2342
2358
|
"dependencies": {
|
|
2343
|
-
"@radix-ui/primitive": "1.1.
|
|
2344
|
-
"@radix-ui/react-context": "1.2.
|
|
2345
|
-
"@radix-ui/react-direction": "1.1.
|
|
2346
|
-
"@radix-ui/react-id": "1.1.
|
|
2347
|
-
"@radix-ui/react-presence": "1.1.
|
|
2348
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2349
|
-
"@radix-ui/react-roving-focus": "1.1.
|
|
2350
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2359
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2360
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2361
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2362
|
+
"@radix-ui/react-id": "1.1.4",
|
|
2363
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
2364
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2365
|
+
"@radix-ui/react-roving-focus": "1.1.19",
|
|
2366
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
2351
2367
|
},
|
|
2352
2368
|
"peerDependencies": {
|
|
2353
2369
|
"@types/react": "*",
|
|
@@ -2365,14 +2381,14 @@
|
|
|
2365
2381
|
}
|
|
2366
2382
|
},
|
|
2367
2383
|
"node_modules/@radix-ui/react-toggle": {
|
|
2368
|
-
"version": "1.1.
|
|
2369
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle/-/react-toggle-1.1.
|
|
2370
|
-
"integrity": "sha512-
|
|
2384
|
+
"version": "1.1.18",
|
|
2385
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle/-/react-toggle-1.1.18.tgz",
|
|
2386
|
+
"integrity": "sha512-7lonPlKfSacd20GlOBx2ltuVKz9oqWYZz+oMQyOltw6t1y2nyftj2ZmwwUHYn49kqfDWcp8dNZm5NgV+5Z+mug==",
|
|
2371
2387
|
"license": "MIT",
|
|
2372
2388
|
"dependencies": {
|
|
2373
|
-
"@radix-ui/primitive": "1.1.
|
|
2374
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2375
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2389
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2390
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2391
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
2376
2392
|
},
|
|
2377
2393
|
"peerDependencies": {
|
|
2378
2394
|
"@types/react": "*",
|
|
@@ -2390,18 +2406,18 @@
|
|
|
2390
2406
|
}
|
|
2391
2407
|
},
|
|
2392
2408
|
"node_modules/@radix-ui/react-toggle-group": {
|
|
2393
|
-
"version": "1.1.
|
|
2394
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.
|
|
2395
|
-
"integrity": "sha512-
|
|
2409
|
+
"version": "1.1.19",
|
|
2410
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.19.tgz",
|
|
2411
|
+
"integrity": "sha512-OtnwuSVjd1Ofi+AdnvhsjQdyuhCDwYs1w9RyB5BN/OavXOVQo42SYqQjwUnbPnaiPFBpQ9aX70dWeee+v2oBLA==",
|
|
2396
2412
|
"license": "MIT",
|
|
2397
2413
|
"dependencies": {
|
|
2398
|
-
"@radix-ui/primitive": "1.1.
|
|
2399
|
-
"@radix-ui/react-context": "1.2.
|
|
2400
|
-
"@radix-ui/react-direction": "1.1.
|
|
2401
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2402
|
-
"@radix-ui/react-roving-focus": "1.1.
|
|
2403
|
-
"@radix-ui/react-toggle": "1.1.
|
|
2404
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2414
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2415
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2416
|
+
"@radix-ui/react-direction": "1.1.4",
|
|
2417
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2418
|
+
"@radix-ui/react-roving-focus": "1.1.19",
|
|
2419
|
+
"@radix-ui/react-toggle": "1.1.18",
|
|
2420
|
+
"@radix-ui/react-use-controllable-state": "1.2.6"
|
|
2405
2421
|
},
|
|
2406
2422
|
"peerDependencies": {
|
|
2407
2423
|
"@types/react": "*",
|
|
@@ -2419,23 +2435,24 @@
|
|
|
2419
2435
|
}
|
|
2420
2436
|
},
|
|
2421
2437
|
"node_modules/@radix-ui/react-tooltip": {
|
|
2422
|
-
"version": "1.2.
|
|
2423
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-tooltip/-/react-tooltip-1.2.
|
|
2424
|
-
"integrity": "sha512-
|
|
2438
|
+
"version": "1.2.16",
|
|
2439
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-tooltip/-/react-tooltip-1.2.16.tgz",
|
|
2440
|
+
"integrity": "sha512-6EamKFRRnlpdadndbZ6LMwycfwkwPte1B42hs6QA0gYhjaOKqW4PZ4pjaW9UrlDX5eVt/OjncE7BFTPL5nmZhg==",
|
|
2425
2441
|
"license": "MIT",
|
|
2426
2442
|
"dependencies": {
|
|
2427
|
-
"@radix-ui/primitive": "1.1.
|
|
2428
|
-
"@radix-ui/react-compose-refs": "1.1.
|
|
2429
|
-
"@radix-ui/react-context": "1.2.
|
|
2430
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
2431
|
-
"@radix-ui/react-id": "1.1.
|
|
2432
|
-
"@radix-ui/react-popper": "1.3.
|
|
2433
|
-
"@radix-ui/react-portal": "1.1.
|
|
2434
|
-
"@radix-ui/react-presence": "1.1.
|
|
2435
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2436
|
-
"@radix-ui/react-slot": "1.3.
|
|
2437
|
-
"@radix-ui/react-use-controllable-state": "1.2.
|
|
2438
|
-
"@radix-ui/react-
|
|
2443
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2444
|
+
"@radix-ui/react-compose-refs": "1.1.5",
|
|
2445
|
+
"@radix-ui/react-context": "1.2.2",
|
|
2446
|
+
"@radix-ui/react-dismissable-layer": "1.1.19",
|
|
2447
|
+
"@radix-ui/react-id": "1.1.4",
|
|
2448
|
+
"@radix-ui/react-popper": "1.3.7",
|
|
2449
|
+
"@radix-ui/react-portal": "1.1.17",
|
|
2450
|
+
"@radix-ui/react-presence": "1.1.10",
|
|
2451
|
+
"@radix-ui/react-primitive": "2.1.10",
|
|
2452
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
2453
|
+
"@radix-ui/react-use-controllable-state": "1.2.6",
|
|
2454
|
+
"@radix-ui/react-use-layout-effect": "1.1.4",
|
|
2455
|
+
"@radix-ui/react-visually-hidden": "1.2.11"
|
|
2439
2456
|
},
|
|
2440
2457
|
"peerDependencies": {
|
|
2441
2458
|
"@types/react": "*",
|
|
@@ -2453,9 +2470,9 @@
|
|
|
2453
2470
|
}
|
|
2454
2471
|
},
|
|
2455
2472
|
"node_modules/@radix-ui/react-use-callback-ref": {
|
|
2456
|
-
"version": "1.1.
|
|
2457
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.
|
|
2458
|
-
"integrity": "sha512-
|
|
2473
|
+
"version": "1.1.4",
|
|
2474
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.4.tgz",
|
|
2475
|
+
"integrity": "sha512-R6OUY2e2fA6Yn6s+VSx5KBV6Nx8LQEhu+cz7LCej18rQ1HLyg9PSC9jP/ZNx0o6FAIK9c0F1kHylzSxKsdlkrQ==",
|
|
2459
2476
|
"license": "MIT",
|
|
2460
2477
|
"peerDependencies": {
|
|
2461
2478
|
"@types/react": "*",
|
|
@@ -2468,13 +2485,14 @@
|
|
|
2468
2485
|
}
|
|
2469
2486
|
},
|
|
2470
2487
|
"node_modules/@radix-ui/react-use-controllable-state": {
|
|
2471
|
-
"version": "1.2.
|
|
2472
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.
|
|
2473
|
-
"integrity": "sha512-
|
|
2488
|
+
"version": "1.2.6",
|
|
2489
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.6.tgz",
|
|
2490
|
+
"integrity": "sha512-uEQJGT97ZA/TgP/Hydw47lHu+/vQj6z/0jA+WeTbK1o9Rx45GImjpD0tc3W5ad3D6XTSR6e1yEO0FvGq6WQfVQ==",
|
|
2474
2491
|
"license": "MIT",
|
|
2475
2492
|
"dependencies": {
|
|
2476
|
-
"@radix-ui/
|
|
2477
|
-
"@radix-ui/react-use-
|
|
2493
|
+
"@radix-ui/primitive": "1.1.7",
|
|
2494
|
+
"@radix-ui/react-use-effect-event": "0.0.5",
|
|
2495
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2478
2496
|
},
|
|
2479
2497
|
"peerDependencies": {
|
|
2480
2498
|
"@types/react": "*",
|
|
@@ -2487,12 +2505,12 @@
|
|
|
2487
2505
|
}
|
|
2488
2506
|
},
|
|
2489
2507
|
"node_modules/@radix-ui/react-use-effect-event": {
|
|
2490
|
-
"version": "0.0.
|
|
2491
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.
|
|
2492
|
-
"integrity": "sha512-
|
|
2508
|
+
"version": "0.0.5",
|
|
2509
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.5.tgz",
|
|
2510
|
+
"integrity": "sha512-7cshFL8HGS/7HEiHH+9kL9HBwp2sa9yX18Knwek6KYWmXwM7pegMgta2AXMQKI+rq3JnfSj9x8wYqFMTdG1Jgg==",
|
|
2493
2511
|
"license": "MIT",
|
|
2494
2512
|
"dependencies": {
|
|
2495
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2513
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2496
2514
|
},
|
|
2497
2515
|
"peerDependencies": {
|
|
2498
2516
|
"@types/react": "*",
|
|
@@ -2505,9 +2523,9 @@
|
|
|
2505
2523
|
}
|
|
2506
2524
|
},
|
|
2507
2525
|
"node_modules/@radix-ui/react-use-is-hydrated": {
|
|
2508
|
-
"version": "0.1.
|
|
2509
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.
|
|
2510
|
-
"integrity": "sha512-
|
|
2526
|
+
"version": "0.1.3",
|
|
2527
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.3.tgz",
|
|
2528
|
+
"integrity": "sha512-umO/aJ+82CpOnhDZUTbILCQf7kU/g0iv+oGs/Q8jw7IkhWBzaEP4sA268PhFAJTFetbwp3ICc6ktpI4TqtxcIw==",
|
|
2511
2529
|
"license": "MIT",
|
|
2512
2530
|
"peerDependencies": {
|
|
2513
2531
|
"@types/react": "*",
|
|
@@ -2520,9 +2538,9 @@
|
|
|
2520
2538
|
}
|
|
2521
2539
|
},
|
|
2522
2540
|
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
2523
|
-
"version": "1.1.
|
|
2524
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.
|
|
2525
|
-
"integrity": "sha512-
|
|
2541
|
+
"version": "1.1.4",
|
|
2542
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.4.tgz",
|
|
2543
|
+
"integrity": "sha512-K20DkRkUwDnxEYMBPcg3Y6voLkEy5p5QQmszZgLngKKiC7dzBR/aEuK3w1qlx2JWDUNH6FluahYdgR3BP+QbYw==",
|
|
2526
2544
|
"license": "MIT",
|
|
2527
2545
|
"peerDependencies": {
|
|
2528
2546
|
"@types/react": "*",
|
|
@@ -2535,9 +2553,9 @@
|
|
|
2535
2553
|
}
|
|
2536
2554
|
},
|
|
2537
2555
|
"node_modules/@radix-ui/react-use-previous": {
|
|
2538
|
-
"version": "1.1.
|
|
2539
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-previous/-/react-use-previous-1.1.
|
|
2540
|
-
"integrity": "sha512-
|
|
2556
|
+
"version": "1.1.4",
|
|
2557
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-previous/-/react-use-previous-1.1.4.tgz",
|
|
2558
|
+
"integrity": "sha512-XoSLhbRbqxFtgJoi2fNHA3C6pDlY34x508vUpUGoFZfvePfHXHbE1lC4FYFMnJWgiCRroSTw6fOsXQoVS9RwZg==",
|
|
2541
2559
|
"license": "MIT",
|
|
2542
2560
|
"peerDependencies": {
|
|
2543
2561
|
"@types/react": "*",
|
|
@@ -2550,12 +2568,12 @@
|
|
|
2550
2568
|
}
|
|
2551
2569
|
},
|
|
2552
2570
|
"node_modules/@radix-ui/react-use-rect": {
|
|
2553
|
-
"version": "1.1.
|
|
2554
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-rect/-/react-use-rect-1.1.
|
|
2555
|
-
"integrity": "sha512-
|
|
2571
|
+
"version": "1.1.4",
|
|
2572
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-rect/-/react-use-rect-1.1.4.tgz",
|
|
2573
|
+
"integrity": "sha512-cSOCh6JlkmfjLyNcLiu2nB4v+nm+dkZ+Q5KHWk/soo4U7ZLiEQFKHK9/YmtBHjfCEaU43IBKQOc4/uJmCaiCTQ==",
|
|
2556
2574
|
"license": "MIT",
|
|
2557
2575
|
"dependencies": {
|
|
2558
|
-
"@radix-ui/rect": "1.1.
|
|
2576
|
+
"@radix-ui/rect": "1.1.3"
|
|
2559
2577
|
},
|
|
2560
2578
|
"peerDependencies": {
|
|
2561
2579
|
"@types/react": "*",
|
|
@@ -2568,12 +2586,12 @@
|
|
|
2568
2586
|
}
|
|
2569
2587
|
},
|
|
2570
2588
|
"node_modules/@radix-ui/react-use-size": {
|
|
2571
|
-
"version": "1.1.
|
|
2572
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-size/-/react-use-size-1.1.
|
|
2573
|
-
"integrity": "sha512-
|
|
2589
|
+
"version": "1.1.4",
|
|
2590
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-use-size/-/react-use-size-1.1.4.tgz",
|
|
2591
|
+
"integrity": "sha512-D3anSY15EJoxrihpsXI6SMrmmonnQtR2ni7arO+Lfdg3O95b9hNXxONk8jA5C8ANdF/h5HMAxejgs8PWJ6rlhw==",
|
|
2574
2592
|
"license": "MIT",
|
|
2575
2593
|
"dependencies": {
|
|
2576
|
-
"@radix-ui/react-use-layout-effect": "1.1.
|
|
2594
|
+
"@radix-ui/react-use-layout-effect": "1.1.4"
|
|
2577
2595
|
},
|
|
2578
2596
|
"peerDependencies": {
|
|
2579
2597
|
"@types/react": "*",
|
|
@@ -2586,12 +2604,12 @@
|
|
|
2586
2604
|
}
|
|
2587
2605
|
},
|
|
2588
2606
|
"node_modules/@radix-ui/react-visually-hidden": {
|
|
2589
|
-
"version": "1.2.
|
|
2590
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.
|
|
2591
|
-
"integrity": "sha512-
|
|
2607
|
+
"version": "1.2.11",
|
|
2608
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.11.tgz",
|
|
2609
|
+
"integrity": "sha512-NFS86RYYZb4/exihaESBGOpMJFz8MGLAfu3mOBSGByVnVPC9JPASfYubxd/8KbkQK0sYAv8lVQDEQukDX/qXvQ==",
|
|
2592
2610
|
"license": "MIT",
|
|
2593
2611
|
"dependencies": {
|
|
2594
|
-
"@radix-ui/react-primitive": "2.1.
|
|
2612
|
+
"@radix-ui/react-primitive": "2.1.10"
|
|
2595
2613
|
},
|
|
2596
2614
|
"peerDependencies": {
|
|
2597
2615
|
"@types/react": "*",
|
|
@@ -2609,15 +2627,32 @@
|
|
|
2609
2627
|
}
|
|
2610
2628
|
},
|
|
2611
2629
|
"node_modules/@radix-ui/rect": {
|
|
2612
|
-
"version": "1.1.
|
|
2613
|
-
"resolved": "https://registry.npmmirror.com/@radix-ui/rect/-/rect-1.1.
|
|
2614
|
-
"integrity": "sha512-
|
|
2630
|
+
"version": "1.1.3",
|
|
2631
|
+
"resolved": "https://registry.npmmirror.com/@radix-ui/rect/-/rect-1.1.3.tgz",
|
|
2632
|
+
"integrity": "sha512-JtyZR+mqgBibTo8xea3B6ZRmzZiM/YeVBtUkas6zMuXjAlfIFIW2FgqeM9eLyvEaYX66vr6DJMK+4U6LV0KhNw==",
|
|
2615
2633
|
"license": "MIT"
|
|
2616
2634
|
},
|
|
2635
|
+
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
2636
|
+
"version": "1.2.7",
|
|
2637
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.7.tgz",
|
|
2638
|
+
"integrity": "sha512-EypzgnYCwyVY4NDHKzGmNJT5b+XaQEBniHxsMdeIQLB/tcCzZnhqrzHpZFbX9iaxx+5RiB8caATBtfvZP7zVxQ==",
|
|
2639
|
+
"cpu": [
|
|
2640
|
+
"arm"
|
|
2641
|
+
],
|
|
2642
|
+
"dev": true,
|
|
2643
|
+
"license": "MIT",
|
|
2644
|
+
"optional": true,
|
|
2645
|
+
"os": [
|
|
2646
|
+
"android"
|
|
2647
|
+
],
|
|
2648
|
+
"engines": {
|
|
2649
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2617
2652
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
2618
|
-
"version": "1.
|
|
2619
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.
|
|
2620
|
-
"integrity": "sha512-
|
|
2653
|
+
"version": "1.2.7",
|
|
2654
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.7.tgz",
|
|
2655
|
+
"integrity": "sha512-l17HE9EweWaqJZhuUuNBN/FzM62xw+DECVnJyvMsxn8vJFAGLy5QfLDoYAcronkAN8VxKZHezDpulHDPx95vFw==",
|
|
2621
2656
|
"cpu": [
|
|
2622
2657
|
"arm64"
|
|
2623
2658
|
],
|
|
@@ -2632,9 +2667,9 @@
|
|
|
2632
2667
|
}
|
|
2633
2668
|
},
|
|
2634
2669
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
2635
|
-
"version": "1.
|
|
2636
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.
|
|
2637
|
-
"integrity": "sha512-
|
|
2670
|
+
"version": "1.2.7",
|
|
2671
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
|
|
2672
|
+
"integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
|
|
2638
2673
|
"cpu": [
|
|
2639
2674
|
"arm64"
|
|
2640
2675
|
],
|
|
@@ -2649,9 +2684,9 @@
|
|
|
2649
2684
|
}
|
|
2650
2685
|
},
|
|
2651
2686
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
2652
|
-
"version": "1.
|
|
2653
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.
|
|
2654
|
-
"integrity": "sha512
|
|
2687
|
+
"version": "1.2.7",
|
|
2688
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
|
|
2689
|
+
"integrity": "sha512-/WPripjtiAIZ2tWY7ddijORT0Ujg87wxWW/qcoFVCKAWVDPhtY0xr7Dj0M3GyNGz60jGwTElhro/mkF9dT7dDQ==",
|
|
2655
2690
|
"cpu": [
|
|
2656
2691
|
"x64"
|
|
2657
2692
|
],
|
|
@@ -2666,9 +2701,9 @@
|
|
|
2666
2701
|
}
|
|
2667
2702
|
},
|
|
2668
2703
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
2669
|
-
"version": "1.
|
|
2670
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.
|
|
2671
|
-
"integrity": "sha512-
|
|
2704
|
+
"version": "1.2.7",
|
|
2705
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.7.tgz",
|
|
2706
|
+
"integrity": "sha512-14DI4NcqpvbICxSnGLx3PmtDaWqRP/KGSGb6C+JLLVPeZRl6dKdHba3pGsqT3vpdTqhEYIPG0MMQ8c0xYqoJxA==",
|
|
2672
2707
|
"cpu": [
|
|
2673
2708
|
"x64"
|
|
2674
2709
|
],
|
|
@@ -2683,9 +2718,9 @@
|
|
|
2683
2718
|
}
|
|
2684
2719
|
},
|
|
2685
2720
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
2686
|
-
"version": "1.
|
|
2687
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.
|
|
2688
|
-
"integrity": "sha512-
|
|
2721
|
+
"version": "1.2.7",
|
|
2722
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.7.tgz",
|
|
2723
|
+
"integrity": "sha512-bxrWIRvHWQvbJwi+VIie/kDJmQxcNE6xxWwZdqF/ExVAigtHkv54WTLQPb+QsZdnFy18fg7JPfWGL0RH6vwIlQ==",
|
|
2689
2724
|
"cpu": [
|
|
2690
2725
|
"arm"
|
|
2691
2726
|
],
|
|
@@ -2700,9 +2735,9 @@
|
|
|
2700
2735
|
}
|
|
2701
2736
|
},
|
|
2702
2737
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
2703
|
-
"version": "1.
|
|
2704
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.
|
|
2705
|
-
"integrity": "sha512-
|
|
2738
|
+
"version": "1.2.7",
|
|
2739
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.7.tgz",
|
|
2740
|
+
"integrity": "sha512-toOY2BChBZyuxU7OYX6Tn389di4IzAqPTycVcci0O7FSfBqzRB3RZn+K5Is6ANf4tmgRd/K1yZTsNTXbkXsnLg==",
|
|
2706
2741
|
"cpu": [
|
|
2707
2742
|
"arm64"
|
|
2708
2743
|
],
|
|
@@ -2717,9 +2752,9 @@
|
|
|
2717
2752
|
}
|
|
2718
2753
|
},
|
|
2719
2754
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
2720
|
-
"version": "1.
|
|
2721
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.
|
|
2722
|
-
"integrity": "sha512-
|
|
2755
|
+
"version": "1.2.7",
|
|
2756
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.7.tgz",
|
|
2757
|
+
"integrity": "sha512-lAIXTH/aiLRLxsTgQvfhjo4K1ydWIp00+V0voOr9beb/9ZmkUFrSIb03dXNFRgMNvkE6oGsF10ioQ6UsI+vS5Q==",
|
|
2723
2758
|
"cpu": [
|
|
2724
2759
|
"arm64"
|
|
2725
2760
|
],
|
|
@@ -2734,9 +2769,9 @@
|
|
|
2734
2769
|
}
|
|
2735
2770
|
},
|
|
2736
2771
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
2737
|
-
"version": "1.
|
|
2738
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.
|
|
2739
|
-
"integrity": "sha512-
|
|
2772
|
+
"version": "1.2.7",
|
|
2773
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.7.tgz",
|
|
2774
|
+
"integrity": "sha512-kdnwS28Pkenp/mZMRwjXXXwxQ7pIsm+bF919LUK93BOyhcLsrVKdP2p9fxpiPNPAbNuch8ypQt0pm2P2LYCAGg==",
|
|
2740
2775
|
"cpu": [
|
|
2741
2776
|
"ppc64"
|
|
2742
2777
|
],
|
|
@@ -2751,9 +2786,9 @@
|
|
|
2751
2786
|
}
|
|
2752
2787
|
},
|
|
2753
2788
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
2754
|
-
"version": "1.
|
|
2755
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.
|
|
2756
|
-
"integrity": "sha512-
|
|
2789
|
+
"version": "1.2.7",
|
|
2790
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.7.tgz",
|
|
2791
|
+
"integrity": "sha512-516OdsyLdr5E65paF3yBF55t8mfm9+gmtCsK3xI7XKXIT7EfRlHhxL8K/NR6Hu8BWSgF5+1w74lTL0+nxcc8Qw==",
|
|
2757
2792
|
"cpu": [
|
|
2758
2793
|
"s390x"
|
|
2759
2794
|
],
|
|
@@ -2768,9 +2803,9 @@
|
|
|
2768
2803
|
}
|
|
2769
2804
|
},
|
|
2770
2805
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
2771
|
-
"version": "1.
|
|
2772
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.
|
|
2773
|
-
"integrity": "sha512-
|
|
2806
|
+
"version": "1.2.7",
|
|
2807
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.7.tgz",
|
|
2808
|
+
"integrity": "sha512-r8/z8n7GFaYRln3xmP1Cxy0HH/HLM0uBUPkEuSVEfKGDA89M0FsZRZJRSwe/tJjRx+fpH/gjorfhB8tmEbSFLA==",
|
|
2774
2809
|
"cpu": [
|
|
2775
2810
|
"x64"
|
|
2776
2811
|
],
|
|
@@ -2785,9 +2820,9 @@
|
|
|
2785
2820
|
}
|
|
2786
2821
|
},
|
|
2787
2822
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
2788
|
-
"version": "1.
|
|
2789
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.
|
|
2790
|
-
"integrity": "sha512-
|
|
2823
|
+
"version": "1.2.7",
|
|
2824
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.7.tgz",
|
|
2825
|
+
"integrity": "sha512-pAsE8iiDxUg1xBqdhrTfg45AVDVpirjz00sblEYClGNNcMnDb+e8beQgqIAw6LvauX/APvgxUnwrgun/YYGBhw==",
|
|
2791
2826
|
"cpu": [
|
|
2792
2827
|
"x64"
|
|
2793
2828
|
],
|
|
@@ -2802,9 +2837,9 @@
|
|
|
2802
2837
|
}
|
|
2803
2838
|
},
|
|
2804
2839
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
2805
|
-
"version": "1.
|
|
2806
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.
|
|
2807
|
-
"integrity": "sha512-
|
|
2840
|
+
"version": "1.2.7",
|
|
2841
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.7.tgz",
|
|
2842
|
+
"integrity": "sha512-lTcIYmmnQQA8Or/2DatS6oSqcdLHvendjS+zLu+FwgToynWMRSmQdpM65fTANJgIS4mjbMOo5KT2lnT9SAb96w==",
|
|
2808
2843
|
"cpu": [
|
|
2809
2844
|
"arm64"
|
|
2810
2845
|
],
|
|
@@ -2818,31 +2853,12 @@
|
|
|
2818
2853
|
"node": "^20.19.0 || >=22.12.0"
|
|
2819
2854
|
}
|
|
2820
2855
|
},
|
|
2821
|
-
"node_modules/@rolldown/binding-
|
|
2822
|
-
"version": "1.
|
|
2823
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-
|
|
2824
|
-
"integrity": "sha512-
|
|
2856
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
2857
|
+
"version": "1.2.7",
|
|
2858
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.7.tgz",
|
|
2859
|
+
"integrity": "sha512-e3Gu3WxbNk/UqQhxqU7YIYO+9ZBvWNz3U+h/qRFosscMFzdRPbXYSaSWgSnklv2fz1TgzBTcti2z35c/7irsHw==",
|
|
2825
2860
|
"cpu": [
|
|
2826
|
-
"
|
|
2827
|
-
],
|
|
2828
|
-
"dev": true,
|
|
2829
|
-
"license": "MIT",
|
|
2830
|
-
"optional": true,
|
|
2831
|
-
"dependencies": {
|
|
2832
|
-
"@emnapi/core": "1.11.1",
|
|
2833
|
-
"@emnapi/runtime": "1.11.1",
|
|
2834
|
-
"@napi-rs/wasm-runtime": "^1.1.6"
|
|
2835
|
-
},
|
|
2836
|
-
"engines": {
|
|
2837
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
2841
|
-
"version": "1.1.5",
|
|
2842
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.5.tgz",
|
|
2843
|
-
"integrity": "sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==",
|
|
2844
|
-
"cpu": [
|
|
2845
|
-
"arm64"
|
|
2861
|
+
"arm64"
|
|
2846
2862
|
],
|
|
2847
2863
|
"dev": true,
|
|
2848
2864
|
"license": "MIT",
|
|
@@ -2855,9 +2871,9 @@
|
|
|
2855
2871
|
}
|
|
2856
2872
|
},
|
|
2857
2873
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
2858
|
-
"version": "1.
|
|
2859
|
-
"resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.
|
|
2860
|
-
"integrity": "sha512-
|
|
2874
|
+
"version": "1.2.7",
|
|
2875
|
+
"resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.7.tgz",
|
|
2876
|
+
"integrity": "sha512-W/jg5qoRSqjsEv0+dZi4e687mcHqmVuU0P4fK6qS/xjetW2Gmc1W8j//z5nAeNcC8Ttm0hV46IjcYeuVwYhuiw==",
|
|
2861
2877
|
"cpu": [
|
|
2862
2878
|
"x64"
|
|
2863
2879
|
],
|
|
@@ -2914,49 +2930,49 @@
|
|
|
2914
2930
|
}
|
|
2915
2931
|
},
|
|
2916
2932
|
"node_modules/@tailwindcss/node": {
|
|
2917
|
-
"version": "4.3.
|
|
2918
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.3.
|
|
2919
|
-
"integrity": "sha512
|
|
2933
|
+
"version": "4.3.3",
|
|
2934
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.3.3.tgz",
|
|
2935
|
+
"integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",
|
|
2920
2936
|
"dev": true,
|
|
2921
2937
|
"license": "MIT",
|
|
2922
2938
|
"dependencies": {
|
|
2923
2939
|
"@jridgewell/remapping": "^2.3.5",
|
|
2924
|
-
"enhanced-resolve": "5.
|
|
2940
|
+
"enhanced-resolve": "^5.24.1",
|
|
2925
2941
|
"jiti": "^2.7.0",
|
|
2926
2942
|
"lightningcss": "1.32.0",
|
|
2927
2943
|
"magic-string": "^0.30.21",
|
|
2928
2944
|
"source-map-js": "^1.2.1",
|
|
2929
|
-
"tailwindcss": "4.3.
|
|
2945
|
+
"tailwindcss": "4.3.3"
|
|
2930
2946
|
}
|
|
2931
2947
|
},
|
|
2932
2948
|
"node_modules/@tailwindcss/oxide": {
|
|
2933
|
-
"version": "4.3.
|
|
2934
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.3.
|
|
2935
|
-
"integrity": "sha512-
|
|
2949
|
+
"version": "4.3.3",
|
|
2950
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.3.3.tgz",
|
|
2951
|
+
"integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",
|
|
2936
2952
|
"dev": true,
|
|
2937
2953
|
"license": "MIT",
|
|
2938
2954
|
"engines": {
|
|
2939
2955
|
"node": ">= 20"
|
|
2940
2956
|
},
|
|
2941
2957
|
"optionalDependencies": {
|
|
2942
|
-
"@tailwindcss/oxide-android-arm64": "4.3.
|
|
2943
|
-
"@tailwindcss/oxide-darwin-arm64": "4.3.
|
|
2944
|
-
"@tailwindcss/oxide-darwin-x64": "4.3.
|
|
2945
|
-
"@tailwindcss/oxide-freebsd-x64": "4.3.
|
|
2946
|
-
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.
|
|
2947
|
-
"@tailwindcss/oxide-linux-arm64-gnu": "4.3.
|
|
2948
|
-
"@tailwindcss/oxide-linux-arm64-musl": "4.3.
|
|
2949
|
-
"@tailwindcss/oxide-linux-x64-gnu": "4.3.
|
|
2950
|
-
"@tailwindcss/oxide-linux-x64-musl": "4.3.
|
|
2951
|
-
"@tailwindcss/oxide-wasm32-wasi": "4.3.
|
|
2952
|
-
"@tailwindcss/oxide-win32-arm64-msvc": "4.3.
|
|
2953
|
-
"@tailwindcss/oxide-win32-x64-msvc": "4.3.
|
|
2958
|
+
"@tailwindcss/oxide-android-arm64": "4.3.3",
|
|
2959
|
+
"@tailwindcss/oxide-darwin-arm64": "4.3.3",
|
|
2960
|
+
"@tailwindcss/oxide-darwin-x64": "4.3.3",
|
|
2961
|
+
"@tailwindcss/oxide-freebsd-x64": "4.3.3",
|
|
2962
|
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",
|
|
2963
|
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",
|
|
2964
|
+
"@tailwindcss/oxide-linux-arm64-musl": "4.3.3",
|
|
2965
|
+
"@tailwindcss/oxide-linux-x64-gnu": "4.3.3",
|
|
2966
|
+
"@tailwindcss/oxide-linux-x64-musl": "4.3.3",
|
|
2967
|
+
"@tailwindcss/oxide-wasm32-wasi": "4.3.3",
|
|
2968
|
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",
|
|
2969
|
+
"@tailwindcss/oxide-win32-x64-msvc": "4.3.3"
|
|
2954
2970
|
}
|
|
2955
2971
|
},
|
|
2956
2972
|
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
2957
|
-
"version": "4.3.
|
|
2958
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.
|
|
2959
|
-
"integrity": "sha512-
|
|
2973
|
+
"version": "4.3.3",
|
|
2974
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",
|
|
2975
|
+
"integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",
|
|
2960
2976
|
"cpu": [
|
|
2961
2977
|
"arm64"
|
|
2962
2978
|
],
|
|
@@ -2971,9 +2987,9 @@
|
|
|
2971
2987
|
}
|
|
2972
2988
|
},
|
|
2973
2989
|
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
2974
|
-
"version": "4.3.
|
|
2975
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.
|
|
2976
|
-
"integrity": "sha512-
|
|
2990
|
+
"version": "4.3.3",
|
|
2991
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",
|
|
2992
|
+
"integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",
|
|
2977
2993
|
"cpu": [
|
|
2978
2994
|
"arm64"
|
|
2979
2995
|
],
|
|
@@ -2988,9 +3004,9 @@
|
|
|
2988
3004
|
}
|
|
2989
3005
|
},
|
|
2990
3006
|
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
2991
|
-
"version": "4.3.
|
|
2992
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.
|
|
2993
|
-
"integrity": "sha512-
|
|
3007
|
+
"version": "4.3.3",
|
|
3008
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",
|
|
3009
|
+
"integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",
|
|
2994
3010
|
"cpu": [
|
|
2995
3011
|
"x64"
|
|
2996
3012
|
],
|
|
@@ -3005,9 +3021,9 @@
|
|
|
3005
3021
|
}
|
|
3006
3022
|
},
|
|
3007
3023
|
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
3008
|
-
"version": "4.3.
|
|
3009
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.
|
|
3010
|
-
"integrity": "sha512-
|
|
3024
|
+
"version": "4.3.3",
|
|
3025
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",
|
|
3026
|
+
"integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",
|
|
3011
3027
|
"cpu": [
|
|
3012
3028
|
"x64"
|
|
3013
3029
|
],
|
|
@@ -3022,9 +3038,9 @@
|
|
|
3022
3038
|
}
|
|
3023
3039
|
},
|
|
3024
3040
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
3025
|
-
"version": "4.3.
|
|
3026
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.
|
|
3027
|
-
"integrity": "sha512-
|
|
3041
|
+
"version": "4.3.3",
|
|
3042
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",
|
|
3043
|
+
"integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",
|
|
3028
3044
|
"cpu": [
|
|
3029
3045
|
"arm"
|
|
3030
3046
|
],
|
|
@@ -3039,9 +3055,9 @@
|
|
|
3039
3055
|
}
|
|
3040
3056
|
},
|
|
3041
3057
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
3042
|
-
"version": "4.3.
|
|
3043
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.
|
|
3044
|
-
"integrity": "sha512-
|
|
3058
|
+
"version": "4.3.3",
|
|
3059
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",
|
|
3060
|
+
"integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",
|
|
3045
3061
|
"cpu": [
|
|
3046
3062
|
"arm64"
|
|
3047
3063
|
],
|
|
@@ -3056,9 +3072,9 @@
|
|
|
3056
3072
|
}
|
|
3057
3073
|
},
|
|
3058
3074
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
3059
|
-
"version": "4.3.
|
|
3060
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.
|
|
3061
|
-
"integrity": "sha512-
|
|
3075
|
+
"version": "4.3.3",
|
|
3076
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",
|
|
3077
|
+
"integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",
|
|
3062
3078
|
"cpu": [
|
|
3063
3079
|
"arm64"
|
|
3064
3080
|
],
|
|
@@ -3073,9 +3089,9 @@
|
|
|
3073
3089
|
}
|
|
3074
3090
|
},
|
|
3075
3091
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
3076
|
-
"version": "4.3.
|
|
3077
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.
|
|
3078
|
-
"integrity": "sha512-
|
|
3092
|
+
"version": "4.3.3",
|
|
3093
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",
|
|
3094
|
+
"integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",
|
|
3079
3095
|
"cpu": [
|
|
3080
3096
|
"x64"
|
|
3081
3097
|
],
|
|
@@ -3090,9 +3106,9 @@
|
|
|
3090
3106
|
}
|
|
3091
3107
|
},
|
|
3092
3108
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
3093
|
-
"version": "4.3.
|
|
3094
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.
|
|
3095
|
-
"integrity": "sha512-
|
|
3109
|
+
"version": "4.3.3",
|
|
3110
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",
|
|
3111
|
+
"integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",
|
|
3096
3112
|
"cpu": [
|
|
3097
3113
|
"x64"
|
|
3098
3114
|
],
|
|
@@ -3107,9 +3123,9 @@
|
|
|
3107
3123
|
}
|
|
3108
3124
|
},
|
|
3109
3125
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
3110
|
-
"version": "4.3.
|
|
3111
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.
|
|
3112
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "4.3.3",
|
|
3127
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",
|
|
3128
|
+
"integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",
|
|
3113
3129
|
"bundleDependencies": [
|
|
3114
3130
|
"@napi-rs/wasm-runtime",
|
|
3115
3131
|
"@emnapi/core",
|
|
@@ -3137,9 +3153,9 @@
|
|
|
3137
3153
|
}
|
|
3138
3154
|
},
|
|
3139
3155
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
3140
|
-
"version": "4.3.
|
|
3141
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.
|
|
3142
|
-
"integrity": "sha512-
|
|
3156
|
+
"version": "4.3.3",
|
|
3157
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
|
|
3158
|
+
"integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",
|
|
3143
3159
|
"cpu": [
|
|
3144
3160
|
"arm64"
|
|
3145
3161
|
],
|
|
@@ -3154,9 +3170,9 @@
|
|
|
3154
3170
|
}
|
|
3155
3171
|
},
|
|
3156
3172
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
3157
|
-
"version": "4.3.
|
|
3158
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.
|
|
3159
|
-
"integrity": "sha512-
|
|
3173
|
+
"version": "4.3.3",
|
|
3174
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",
|
|
3175
|
+
"integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",
|
|
3160
3176
|
"cpu": [
|
|
3161
3177
|
"x64"
|
|
3162
3178
|
],
|
|
@@ -3183,24 +3199,24 @@
|
|
|
3183
3199
|
}
|
|
3184
3200
|
},
|
|
3185
3201
|
"node_modules/@tailwindcss/vite": {
|
|
3186
|
-
"version": "4.3.
|
|
3187
|
-
"resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.3.
|
|
3188
|
-
"integrity": "sha512-
|
|
3202
|
+
"version": "4.3.3",
|
|
3203
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.3.3.tgz",
|
|
3204
|
+
"integrity": "sha512-yYU8cogLeSh/ms2jh8Fj7jaba/EWa7Ja6GoUqYZaraEuCI5YS6ms6ObZgjjedm+jm6XZjdNRWBpPP6Z86oOxcw==",
|
|
3189
3205
|
"dev": true,
|
|
3190
3206
|
"license": "MIT",
|
|
3191
3207
|
"dependencies": {
|
|
3192
|
-
"@tailwindcss/node": "4.3.
|
|
3193
|
-
"@tailwindcss/oxide": "4.3.
|
|
3194
|
-
"tailwindcss": "4.3.
|
|
3208
|
+
"@tailwindcss/node": "4.3.3",
|
|
3209
|
+
"@tailwindcss/oxide": "4.3.3",
|
|
3210
|
+
"tailwindcss": "4.3.3"
|
|
3195
3211
|
},
|
|
3196
3212
|
"peerDependencies": {
|
|
3197
3213
|
"vite": "^5.2.0 || ^6 || ^7 || ^8"
|
|
3198
3214
|
}
|
|
3199
3215
|
},
|
|
3200
3216
|
"node_modules/@tanstack/query-core": {
|
|
3201
|
-
"version": "5.
|
|
3202
|
-
"resolved": "https://registry.npmmirror.com/@tanstack/query-core/-/query-core-5.
|
|
3203
|
-
"integrity": "sha512-
|
|
3217
|
+
"version": "5.102.8",
|
|
3218
|
+
"resolved": "https://registry.npmmirror.com/@tanstack/query-core/-/query-core-5.102.8.tgz",
|
|
3219
|
+
"integrity": "sha512-ZNjkJ33CqvPNec/6lZBnHqLc3EVGPZ9ySLhYahU9TcuRFdmwXewuj0c4hwSWcGHqEUwcSrKeZ+oGcvPBqXcQcg==",
|
|
3204
3220
|
"license": "MIT",
|
|
3205
3221
|
"peer": true,
|
|
3206
3222
|
"funding": {
|
|
@@ -3209,13 +3225,13 @@
|
|
|
3209
3225
|
}
|
|
3210
3226
|
},
|
|
3211
3227
|
"node_modules/@tanstack/react-query": {
|
|
3212
|
-
"version": "5.
|
|
3213
|
-
"resolved": "https://registry.npmmirror.com/@tanstack/react-query/-/react-query-5.
|
|
3214
|
-
"integrity": "sha512-
|
|
3228
|
+
"version": "5.102.8",
|
|
3229
|
+
"resolved": "https://registry.npmmirror.com/@tanstack/react-query/-/react-query-5.102.8.tgz",
|
|
3230
|
+
"integrity": "sha512-TYBea4OuXWD7MhaSHq069TWbFe7rcwWN6kzT7JF0OKi1K6c1gTv2IzD6A6ExJsCMozdkqBWeuIUZmu4KQg0O5A==",
|
|
3215
3231
|
"license": "MIT",
|
|
3216
3232
|
"peer": true,
|
|
3217
3233
|
"dependencies": {
|
|
3218
|
-
"@tanstack/query-core": "5.
|
|
3234
|
+
"@tanstack/query-core": "5.102.8"
|
|
3219
3235
|
},
|
|
3220
3236
|
"funding": {
|
|
3221
3237
|
"type": "github",
|
|
@@ -3225,17 +3241,6 @@
|
|
|
3225
3241
|
"react": "^18 || ^19"
|
|
3226
3242
|
}
|
|
3227
3243
|
},
|
|
3228
|
-
"node_modules/@tybys/wasm-util": {
|
|
3229
|
-
"version": "0.10.3",
|
|
3230
|
-
"resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
|
|
3231
|
-
"integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
|
|
3232
|
-
"dev": true,
|
|
3233
|
-
"license": "MIT",
|
|
3234
|
-
"optional": true,
|
|
3235
|
-
"dependencies": {
|
|
3236
|
-
"tslib": "^2.4.0"
|
|
3237
|
-
}
|
|
3238
|
-
},
|
|
3239
3244
|
"node_modules/@types/d3-array": {
|
|
3240
3245
|
"version": "3.2.2",
|
|
3241
3246
|
"resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.2.tgz",
|
|
@@ -3279,9 +3284,9 @@
|
|
|
3279
3284
|
}
|
|
3280
3285
|
},
|
|
3281
3286
|
"node_modules/@types/d3-shape": {
|
|
3282
|
-
"version": "3.
|
|
3283
|
-
"resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.
|
|
3284
|
-
"integrity": "sha512-
|
|
3287
|
+
"version": "3.2.0",
|
|
3288
|
+
"resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
3289
|
+
"integrity": "sha512-kVd74ta9eof3eJOvbNd1vGKS/XERRyQbT26Og63hIsvDO84cjD5gEOhsXf26w3FSoNlPVz84DOFcKv/oou+fMw==",
|
|
3285
3290
|
"license": "MIT",
|
|
3286
3291
|
"dependencies": {
|
|
3287
3292
|
"@types/d3-path": "*"
|
|
@@ -3324,9 +3329,9 @@
|
|
|
3324
3329
|
}
|
|
3325
3330
|
},
|
|
3326
3331
|
"node_modules/@types/hast": {
|
|
3327
|
-
"version": "3.0.
|
|
3328
|
-
"resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.
|
|
3329
|
-
"integrity": "sha512-
|
|
3332
|
+
"version": "3.0.5",
|
|
3333
|
+
"resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.5.tgz",
|
|
3334
|
+
"integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
|
|
3330
3335
|
"license": "MIT",
|
|
3331
3336
|
"dependencies": {
|
|
3332
3337
|
"@types/unist": "*"
|
|
@@ -3376,18 +3381,18 @@
|
|
|
3376
3381
|
"license": "MIT"
|
|
3377
3382
|
},
|
|
3378
3383
|
"node_modules/@types/react": {
|
|
3379
|
-
"version": "19.2.
|
|
3380
|
-
"resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.
|
|
3381
|
-
"integrity": "sha512-
|
|
3384
|
+
"version": "19.2.18",
|
|
3385
|
+
"resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.18.tgz",
|
|
3386
|
+
"integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
|
|
3382
3387
|
"license": "MIT",
|
|
3383
3388
|
"dependencies": {
|
|
3384
3389
|
"csstype": "^3.2.2"
|
|
3385
3390
|
}
|
|
3386
3391
|
},
|
|
3387
3392
|
"node_modules/@types/react-dom": {
|
|
3388
|
-
"version": "19.2.
|
|
3389
|
-
"resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.2.
|
|
3390
|
-
"integrity": "sha512-
|
|
3393
|
+
"version": "19.2.7",
|
|
3394
|
+
"resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.2.7.tgz",
|
|
3395
|
+
"integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==",
|
|
3391
3396
|
"devOptional": true,
|
|
3392
3397
|
"license": "MIT",
|
|
3393
3398
|
"peerDependencies": {
|
|
@@ -3401,17 +3406,17 @@
|
|
|
3401
3406
|
"license": "MIT"
|
|
3402
3407
|
},
|
|
3403
3408
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
3404
|
-
"version": "8.
|
|
3405
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
3406
|
-
"integrity": "sha512-
|
|
3409
|
+
"version": "8.69.0",
|
|
3410
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.69.0.tgz",
|
|
3411
|
+
"integrity": "sha512-t5jQTKPIgVW1PE6dR6H6Qz5gm8zjMlX5/2gRaOGd9eO6V7J+tQc6iWKukEe7dY8u9HyYasQ0yfF0/FSSTEO2gA==",
|
|
3407
3412
|
"dev": true,
|
|
3408
3413
|
"license": "MIT",
|
|
3409
3414
|
"dependencies": {
|
|
3410
3415
|
"@eslint-community/regexpp": "^4.12.2",
|
|
3411
|
-
"@typescript-eslint/scope-manager": "8.
|
|
3412
|
-
"@typescript-eslint/type-utils": "8.
|
|
3413
|
-
"@typescript-eslint/utils": "8.
|
|
3414
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3416
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
3417
|
+
"@typescript-eslint/type-utils": "8.69.0",
|
|
3418
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
3419
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
3415
3420
|
"ignore": "^7.0.5",
|
|
3416
3421
|
"natural-compare": "^1.4.0",
|
|
3417
3422
|
"ts-api-utils": "^2.5.0"
|
|
@@ -3424,15 +3429,15 @@
|
|
|
3424
3429
|
"url": "https://opencollective.com/typescript-eslint"
|
|
3425
3430
|
},
|
|
3426
3431
|
"peerDependencies": {
|
|
3427
|
-
"@typescript-eslint/parser": "^8.
|
|
3432
|
+
"@typescript-eslint/parser": "^8.69.0",
|
|
3428
3433
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
3429
3434
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3430
3435
|
}
|
|
3431
3436
|
},
|
|
3432
3437
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
3433
|
-
"version": "7.0.
|
|
3434
|
-
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.
|
|
3435
|
-
"integrity": "sha512-
|
|
3438
|
+
"version": "7.0.8",
|
|
3439
|
+
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.8.tgz",
|
|
3440
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
3436
3441
|
"dev": true,
|
|
3437
3442
|
"license": "MIT",
|
|
3438
3443
|
"engines": {
|
|
@@ -3440,16 +3445,16 @@
|
|
|
3440
3445
|
}
|
|
3441
3446
|
},
|
|
3442
3447
|
"node_modules/@typescript-eslint/parser": {
|
|
3443
|
-
"version": "8.
|
|
3444
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.
|
|
3445
|
-
"integrity": "sha512-
|
|
3448
|
+
"version": "8.69.0",
|
|
3449
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.69.0.tgz",
|
|
3450
|
+
"integrity": "sha512-l4b0DhWioGg6Gt2ebGlvfkFMOjRsauxtsnDRwUSRX1qHq3HdTfQHV8wW9zEXeciai6HfeaKOedQn2Zoofx3WBw==",
|
|
3446
3451
|
"dev": true,
|
|
3447
3452
|
"license": "MIT",
|
|
3448
3453
|
"dependencies": {
|
|
3449
|
-
"@typescript-eslint/scope-manager": "8.
|
|
3450
|
-
"@typescript-eslint/types": "8.
|
|
3451
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3452
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3454
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
3455
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3456
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
3457
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
3453
3458
|
"debug": "^4.4.3"
|
|
3454
3459
|
},
|
|
3455
3460
|
"engines": {
|
|
@@ -3465,14 +3470,14 @@
|
|
|
3465
3470
|
}
|
|
3466
3471
|
},
|
|
3467
3472
|
"node_modules/@typescript-eslint/project-service": {
|
|
3468
|
-
"version": "8.
|
|
3469
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.
|
|
3470
|
-
"integrity": "sha512-
|
|
3473
|
+
"version": "8.69.0",
|
|
3474
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.69.0.tgz",
|
|
3475
|
+
"integrity": "sha512-yi4obFrHMmnsesWehHbkg9zMA7Jt8cXT+mKM08G999pH1yT6nqgsHx7MYm0uY1wAj8CqiBXYRJ7WAT0QdQHQXg==",
|
|
3471
3476
|
"dev": true,
|
|
3472
3477
|
"license": "MIT",
|
|
3473
3478
|
"dependencies": {
|
|
3474
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
3475
|
-
"@typescript-eslint/types": "^8.
|
|
3479
|
+
"@typescript-eslint/tsconfig-utils": "^8.69.0",
|
|
3480
|
+
"@typescript-eslint/types": "^8.69.0",
|
|
3476
3481
|
"debug": "^4.4.3"
|
|
3477
3482
|
},
|
|
3478
3483
|
"engines": {
|
|
@@ -3487,14 +3492,14 @@
|
|
|
3487
3492
|
}
|
|
3488
3493
|
},
|
|
3489
3494
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
3490
|
-
"version": "8.
|
|
3491
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
3492
|
-
"integrity": "sha512-
|
|
3495
|
+
"version": "8.69.0",
|
|
3496
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.69.0.tgz",
|
|
3497
|
+
"integrity": "sha512-ewfspqWvSxKSOaplqAUNbaSFO0eB6w1EtQ+esfYFRm3614Ty4uNtExkcbgd6nWsXphbqKyf9ZYdbZdv2xEoWEQ==",
|
|
3493
3498
|
"dev": true,
|
|
3494
3499
|
"license": "MIT",
|
|
3495
3500
|
"dependencies": {
|
|
3496
|
-
"@typescript-eslint/types": "8.
|
|
3497
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3501
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3502
|
+
"@typescript-eslint/visitor-keys": "8.69.0"
|
|
3498
3503
|
},
|
|
3499
3504
|
"engines": {
|
|
3500
3505
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3505,9 +3510,9 @@
|
|
|
3505
3510
|
}
|
|
3506
3511
|
},
|
|
3507
3512
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3508
|
-
"version": "8.
|
|
3509
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
3510
|
-
"integrity": "sha512-
|
|
3513
|
+
"version": "8.69.0",
|
|
3514
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.69.0.tgz",
|
|
3515
|
+
"integrity": "sha512-xNqK7YTDZsLniQMV/4rpFR8Z5JlqeRvVjuG1YgF/mdPVH84HSD19L8CczMA0qg2RfwEV231GHH3VnToJDo4MfQ==",
|
|
3511
3516
|
"dev": true,
|
|
3512
3517
|
"license": "MIT",
|
|
3513
3518
|
"engines": {
|
|
@@ -3522,15 +3527,15 @@
|
|
|
3522
3527
|
}
|
|
3523
3528
|
},
|
|
3524
3529
|
"node_modules/@typescript-eslint/type-utils": {
|
|
3525
|
-
"version": "8.
|
|
3526
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
3527
|
-
"integrity": "sha512-
|
|
3530
|
+
"version": "8.69.0",
|
|
3531
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.69.0.tgz",
|
|
3532
|
+
"integrity": "sha512-ZfoJAVg3JZndQEpEl9petVlxau3lRuElc4HRMuAlLCf8to04/iHz692RUSNmXKDjEuJmIL+KZ2/BsOcBc16dsA==",
|
|
3528
3533
|
"dev": true,
|
|
3529
3534
|
"license": "MIT",
|
|
3530
3535
|
"dependencies": {
|
|
3531
|
-
"@typescript-eslint/types": "8.
|
|
3532
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3533
|
-
"@typescript-eslint/utils": "8.
|
|
3536
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3537
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
3538
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
3534
3539
|
"debug": "^4.4.3",
|
|
3535
3540
|
"ts-api-utils": "^2.5.0"
|
|
3536
3541
|
},
|
|
@@ -3547,9 +3552,9 @@
|
|
|
3547
3552
|
}
|
|
3548
3553
|
},
|
|
3549
3554
|
"node_modules/@typescript-eslint/types": {
|
|
3550
|
-
"version": "8.
|
|
3551
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.
|
|
3552
|
-
"integrity": "sha512-
|
|
3555
|
+
"version": "8.69.0",
|
|
3556
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.69.0.tgz",
|
|
3557
|
+
"integrity": "sha512-K3VrubUPhlo9VDBS6QdI8YB5j7ClpqLRdefcz6PFrhnwicehBweqQ9Evhl4l+FYz0HdDmMqIiSX0aldGRYtDCA==",
|
|
3553
3558
|
"dev": true,
|
|
3554
3559
|
"license": "MIT",
|
|
3555
3560
|
"engines": {
|
|
@@ -3561,16 +3566,16 @@
|
|
|
3561
3566
|
}
|
|
3562
3567
|
},
|
|
3563
3568
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
3564
|
-
"version": "8.
|
|
3565
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
3566
|
-
"integrity": "sha512-
|
|
3569
|
+
"version": "8.69.0",
|
|
3570
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.69.0.tgz",
|
|
3571
|
+
"integrity": "sha512-AdFkgqck3Vudb/kWnxlyafU/4aBhHrbQ9locP2N4psXTy5mOBg0SHJumnLvx7r6g1gV4DKvUFwV2nJZBoqOD8w==",
|
|
3567
3572
|
"dev": true,
|
|
3568
3573
|
"license": "MIT",
|
|
3569
3574
|
"dependencies": {
|
|
3570
|
-
"@typescript-eslint/project-service": "8.
|
|
3571
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
3572
|
-
"@typescript-eslint/types": "8.
|
|
3573
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
3575
|
+
"@typescript-eslint/project-service": "8.69.0",
|
|
3576
|
+
"@typescript-eslint/tsconfig-utils": "8.69.0",
|
|
3577
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3578
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
3574
3579
|
"debug": "^4.4.3",
|
|
3575
3580
|
"minimatch": "^10.2.2",
|
|
3576
3581
|
"semver": "^7.7.3",
|
|
@@ -3599,26 +3604,26 @@
|
|
|
3599
3604
|
}
|
|
3600
3605
|
},
|
|
3601
3606
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
3602
|
-
"version": "5.0.
|
|
3603
|
-
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.
|
|
3604
|
-
"integrity": "sha512-
|
|
3607
|
+
"version": "5.0.9",
|
|
3608
|
+
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.9.tgz",
|
|
3609
|
+
"integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
|
|
3605
3610
|
"dev": true,
|
|
3606
3611
|
"license": "MIT",
|
|
3607
3612
|
"dependencies": {
|
|
3608
3613
|
"balanced-match": "^4.0.2"
|
|
3609
3614
|
},
|
|
3610
3615
|
"engines": {
|
|
3611
|
-
"node": "
|
|
3616
|
+
"node": "20 || >=22"
|
|
3612
3617
|
}
|
|
3613
3618
|
},
|
|
3614
3619
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
3615
|
-
"version": "10.2.
|
|
3616
|
-
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.
|
|
3617
|
-
"integrity": "sha512-
|
|
3620
|
+
"version": "10.2.6",
|
|
3621
|
+
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.6.tgz",
|
|
3622
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
3618
3623
|
"dev": true,
|
|
3619
3624
|
"license": "BlueOak-1.0.0",
|
|
3620
3625
|
"dependencies": {
|
|
3621
|
-
"brace-expansion": "^5.0.
|
|
3626
|
+
"brace-expansion": "^5.0.8"
|
|
3622
3627
|
},
|
|
3623
3628
|
"engines": {
|
|
3624
3629
|
"node": "18 || 20 || >=22"
|
|
@@ -3641,16 +3646,16 @@
|
|
|
3641
3646
|
}
|
|
3642
3647
|
},
|
|
3643
3648
|
"node_modules/@typescript-eslint/utils": {
|
|
3644
|
-
"version": "8.
|
|
3645
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.
|
|
3646
|
-
"integrity": "sha512-
|
|
3649
|
+
"version": "8.69.0",
|
|
3650
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.69.0.tgz",
|
|
3651
|
+
"integrity": "sha512-tUbx60BBqQa31kXF5MCsOOLL5E/WzUuxIn7YpAvq+eaUlqvk8/NXnXMBNAdLCr0icjkzem7iUA5QqWHe/hJ1aw==",
|
|
3647
3652
|
"dev": true,
|
|
3648
3653
|
"license": "MIT",
|
|
3649
3654
|
"dependencies": {
|
|
3650
3655
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
3651
|
-
"@typescript-eslint/scope-manager": "8.
|
|
3652
|
-
"@typescript-eslint/types": "8.
|
|
3653
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3656
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
3657
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3658
|
+
"@typescript-eslint/typescript-estree": "8.69.0"
|
|
3654
3659
|
},
|
|
3655
3660
|
"engines": {
|
|
3656
3661
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3665,13 +3670,13 @@
|
|
|
3665
3670
|
}
|
|
3666
3671
|
},
|
|
3667
3672
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
3668
|
-
"version": "8.
|
|
3669
|
-
"resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
3670
|
-
"integrity": "sha512
|
|
3673
|
+
"version": "8.69.0",
|
|
3674
|
+
"resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.69.0.tgz",
|
|
3675
|
+
"integrity": "sha512-+rmdgPA+EXkNgKYvHvFfhrs35utXbwaC5PGpDquSXcoXQDKUA5UjV0LmTucG/4JXkM31BTu4TilHtrN8IVBe8w==",
|
|
3671
3676
|
"dev": true,
|
|
3672
3677
|
"license": "MIT",
|
|
3673
3678
|
"dependencies": {
|
|
3674
|
-
"@typescript-eslint/types": "8.
|
|
3679
|
+
"@typescript-eslint/types": "8.69.0",
|
|
3675
3680
|
"eslint-visitor-keys": "^5.0.0"
|
|
3676
3681
|
},
|
|
3677
3682
|
"engines": {
|
|
@@ -3731,15 +3736,15 @@
|
|
|
3731
3736
|
}
|
|
3732
3737
|
},
|
|
3733
3738
|
"node_modules/@ungap/structured-clone": {
|
|
3734
|
-
"version": "1.
|
|
3735
|
-
"resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.
|
|
3736
|
-
"integrity": "sha512-
|
|
3739
|
+
"version": "1.4.0",
|
|
3740
|
+
"resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.4.0.tgz",
|
|
3741
|
+
"integrity": "sha512-1mEZtMKPM09vDmQt5y7YvmN2+DFTP7Tg0EWXdic8/C6VRnpb33e4ghisCIE3WZjsE2N8mf+QV1Zqh7ZFYLWInQ==",
|
|
3737
3742
|
"license": "ISC"
|
|
3738
3743
|
},
|
|
3739
3744
|
"node_modules/@vitejs/plugin-react": {
|
|
3740
|
-
"version": "6.
|
|
3741
|
-
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-6.
|
|
3742
|
-
"integrity": "sha512-
|
|
3745
|
+
"version": "6.1.1",
|
|
3746
|
+
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz",
|
|
3747
|
+
"integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==",
|
|
3743
3748
|
"dev": true,
|
|
3744
3749
|
"license": "MIT",
|
|
3745
3750
|
"dependencies": {
|
|
@@ -3751,6 +3756,7 @@
|
|
|
3751
3756
|
"peerDependencies": {
|
|
3752
3757
|
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
|
|
3753
3758
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
3759
|
+
"oxc-transform-react": "^0.145.0",
|
|
3754
3760
|
"vite": "^8.0.0"
|
|
3755
3761
|
},
|
|
3756
3762
|
"peerDependenciesMeta": {
|
|
@@ -3759,6 +3765,9 @@
|
|
|
3759
3765
|
},
|
|
3760
3766
|
"babel-plugin-react-compiler": {
|
|
3761
3767
|
"optional": true
|
|
3768
|
+
},
|
|
3769
|
+
"oxc-transform-react": {
|
|
3770
|
+
"optional": true
|
|
3762
3771
|
}
|
|
3763
3772
|
}
|
|
3764
3773
|
},
|
|
@@ -3958,9 +3967,9 @@
|
|
|
3958
3967
|
}
|
|
3959
3968
|
},
|
|
3960
3969
|
"node_modules/acorn": {
|
|
3961
|
-
"version": "8.
|
|
3962
|
-
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.
|
|
3963
|
-
"integrity": "sha512-
|
|
3970
|
+
"version": "8.18.0",
|
|
3971
|
+
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.18.0.tgz",
|
|
3972
|
+
"integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
|
|
3964
3973
|
"license": "MIT",
|
|
3965
3974
|
"bin": {
|
|
3966
3975
|
"acorn": "bin/acorn"
|
|
@@ -3969,19 +3978,6 @@
|
|
|
3969
3978
|
"node": ">=0.4.0"
|
|
3970
3979
|
}
|
|
3971
3980
|
},
|
|
3972
|
-
"node_modules/acorn-import-phases": {
|
|
3973
|
-
"version": "1.0.4",
|
|
3974
|
-
"resolved": "https://registry.npmmirror.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz",
|
|
3975
|
-
"integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
|
|
3976
|
-
"license": "MIT",
|
|
3977
|
-
"peer": true,
|
|
3978
|
-
"engines": {
|
|
3979
|
-
"node": ">=10.13.0"
|
|
3980
|
-
},
|
|
3981
|
-
"peerDependencies": {
|
|
3982
|
-
"acorn": "^8.14.0"
|
|
3983
|
-
}
|
|
3984
|
-
},
|
|
3985
3981
|
"node_modules/acorn-jsx": {
|
|
3986
3982
|
"version": "5.3.2",
|
|
3987
3983
|
"resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
@@ -4326,13 +4322,13 @@
|
|
|
4326
4322
|
}
|
|
4327
4323
|
},
|
|
4328
4324
|
"node_modules/axios": {
|
|
4329
|
-
"version": "1.
|
|
4330
|
-
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.
|
|
4331
|
-
"integrity": "sha512-
|
|
4325
|
+
"version": "1.20.0",
|
|
4326
|
+
"resolved": "https://registry.npmmirror.com/axios/-/axios-1.20.0.tgz",
|
|
4327
|
+
"integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==",
|
|
4332
4328
|
"license": "MIT",
|
|
4333
4329
|
"dependencies": {
|
|
4334
4330
|
"follow-redirects": "^1.16.0",
|
|
4335
|
-
"form-data": "^4.0.
|
|
4331
|
+
"form-data": "^4.0.6",
|
|
4336
4332
|
"https-proxy-agent": "^5.0.1",
|
|
4337
4333
|
"proxy-from-env": "^2.1.0"
|
|
4338
4334
|
}
|
|
@@ -4354,9 +4350,9 @@
|
|
|
4354
4350
|
"license": "MIT"
|
|
4355
4351
|
},
|
|
4356
4352
|
"node_modules/baseline-browser-mapping": {
|
|
4357
|
-
"version": "2.
|
|
4358
|
-
"resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
4359
|
-
"integrity": "sha512-
|
|
4353
|
+
"version": "2.11.21",
|
|
4354
|
+
"resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz",
|
|
4355
|
+
"integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==",
|
|
4360
4356
|
"license": "Apache-2.0",
|
|
4361
4357
|
"bin": {
|
|
4362
4358
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -4426,9 +4422,9 @@
|
|
|
4426
4422
|
"license": "MIT"
|
|
4427
4423
|
},
|
|
4428
4424
|
"node_modules/brace-expansion": {
|
|
4429
|
-
"version": "1.1.
|
|
4430
|
-
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.
|
|
4431
|
-
"integrity": "sha512-
|
|
4425
|
+
"version": "1.1.18",
|
|
4426
|
+
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.18.tgz",
|
|
4427
|
+
"integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
|
|
4432
4428
|
"license": "MIT",
|
|
4433
4429
|
"dependencies": {
|
|
4434
4430
|
"balanced-match": "^1.0.0",
|
|
@@ -4448,9 +4444,9 @@
|
|
|
4448
4444
|
}
|
|
4449
4445
|
},
|
|
4450
4446
|
"node_modules/browserslist": {
|
|
4451
|
-
"version": "4.28.
|
|
4452
|
-
"resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.
|
|
4453
|
-
"integrity": "sha512-
|
|
4447
|
+
"version": "4.28.8",
|
|
4448
|
+
"resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.8.tgz",
|
|
4449
|
+
"integrity": "sha512-V2NpofLblG64mfOtSgDhOJESZEGogzDMBv/q+W6oc4LXWP/q75eOXoOaaOu1EOadB9U4Bwx/e0yzbvwKH8zalA==",
|
|
4454
4450
|
"funding": [
|
|
4455
4451
|
{
|
|
4456
4452
|
"type": "opencollective",
|
|
@@ -4467,11 +4463,11 @@
|
|
|
4467
4463
|
],
|
|
4468
4464
|
"license": "MIT",
|
|
4469
4465
|
"dependencies": {
|
|
4470
|
-
"baseline-browser-mapping": "^2.
|
|
4471
|
-
"caniuse-lite": "^1.0.
|
|
4472
|
-
"electron-to-chromium": "^1.5.
|
|
4473
|
-
"node-releases": "^2.0.
|
|
4474
|
-
"update-browserslist-db": "^1.
|
|
4466
|
+
"baseline-browser-mapping": "^2.11.12",
|
|
4467
|
+
"caniuse-lite": "^1.0.30001809",
|
|
4468
|
+
"electron-to-chromium": "^1.5.402",
|
|
4469
|
+
"node-releases": "^2.0.53",
|
|
4470
|
+
"update-browserslist-db": "^1.3.0"
|
|
4475
4471
|
},
|
|
4476
4472
|
"bin": {
|
|
4477
4473
|
"browserslist": "cli.js"
|
|
@@ -4590,9 +4586,9 @@
|
|
|
4590
4586
|
}
|
|
4591
4587
|
},
|
|
4592
4588
|
"node_modules/caniuse-lite": {
|
|
4593
|
-
"version": "1.0.
|
|
4594
|
-
"resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
4595
|
-
"integrity": "sha512-
|
|
4589
|
+
"version": "1.0.30001810",
|
|
4590
|
+
"resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
|
|
4591
|
+
"integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
|
|
4596
4592
|
"funding": [
|
|
4597
4593
|
{
|
|
4598
4594
|
"type": "opencollective",
|
|
@@ -4832,9 +4828,9 @@
|
|
|
4832
4828
|
"license": "MIT"
|
|
4833
4829
|
},
|
|
4834
4830
|
"node_modules/colord": {
|
|
4835
|
-
"version": "2.
|
|
4836
|
-
"resolved": "https://registry.npmmirror.com/colord/-/colord-2.
|
|
4837
|
-
"integrity": "sha512-
|
|
4831
|
+
"version": "2.10.0",
|
|
4832
|
+
"resolved": "https://registry.npmmirror.com/colord/-/colord-2.10.0.tgz",
|
|
4833
|
+
"integrity": "sha512-AidJptpBJmjTclAp9BkLwJi0T93fo5epJnbaZslpg6QVzpHjAiveF55mE9AcUJiGMqRHgMDY8soMsQtuNYMHfw==",
|
|
4838
4834
|
"dev": true,
|
|
4839
4835
|
"license": "MIT"
|
|
4840
4836
|
},
|
|
@@ -4883,15 +4879,15 @@
|
|
|
4883
4879
|
"license": "MIT"
|
|
4884
4880
|
},
|
|
4885
4881
|
"node_modules/concurrently": {
|
|
4886
|
-
"version": "9.2.
|
|
4887
|
-
"resolved": "https://registry.npmmirror.com/concurrently/-/concurrently-9.2.
|
|
4888
|
-
"integrity": "sha512-
|
|
4882
|
+
"version": "9.2.4",
|
|
4883
|
+
"resolved": "https://registry.npmmirror.com/concurrently/-/concurrently-9.2.4.tgz",
|
|
4884
|
+
"integrity": "sha512-TZ0CEhyzvFjgtAvHTusDMgj7wNdihCh7LLLrzdUOXIhdlnL2JBBGA9eJxR24rtqgmdjh3OA3hrN1rCHj6HM8qA==",
|
|
4889
4885
|
"dev": true,
|
|
4890
4886
|
"license": "MIT",
|
|
4891
4887
|
"dependencies": {
|
|
4892
4888
|
"chalk": "4.1.2",
|
|
4893
4889
|
"rxjs": "7.8.2",
|
|
4894
|
-
"shell-quote": "1.
|
|
4890
|
+
"shell-quote": "1.9.0",
|
|
4895
4891
|
"supports-color": "8.1.1",
|
|
4896
4892
|
"tree-kill": "1.2.2",
|
|
4897
4893
|
"yargs": "17.7.2"
|
|
@@ -4955,12 +4951,15 @@
|
|
|
4955
4951
|
"license": "MIT"
|
|
4956
4952
|
},
|
|
4957
4953
|
"node_modules/core-js": {
|
|
4958
|
-
"version": "3.
|
|
4959
|
-
"resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.
|
|
4960
|
-
"integrity": "sha512-
|
|
4954
|
+
"version": "3.50.0",
|
|
4955
|
+
"resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.50.0.tgz",
|
|
4956
|
+
"integrity": "sha512-BRWgOLKkFeCgRudR6zrs8p9XJZcE14grzKMMssoYrk6krtuEZ7MTKPIY5RzOnqsEKIR9kst7wNzphttraT+Yqw==",
|
|
4961
4957
|
"dev": true,
|
|
4962
4958
|
"hasInstallScript": true,
|
|
4963
4959
|
"license": "MIT",
|
|
4960
|
+
"engines": {
|
|
4961
|
+
"node": "*"
|
|
4962
|
+
},
|
|
4964
4963
|
"funding": {
|
|
4965
4964
|
"type": "opencollective",
|
|
4966
4965
|
"url": "https://opencollective.com/core-js"
|
|
@@ -5521,13 +5520,13 @@
|
|
|
5521
5520
|
"license": "MIT"
|
|
5522
5521
|
},
|
|
5523
5522
|
"node_modules/echarts": {
|
|
5524
|
-
"version": "
|
|
5525
|
-
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-
|
|
5526
|
-
"integrity": "sha512-
|
|
5523
|
+
"version": "6.1.0",
|
|
5524
|
+
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-6.1.0.tgz",
|
|
5525
|
+
"integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
|
|
5527
5526
|
"license": "Apache-2.0",
|
|
5528
5527
|
"dependencies": {
|
|
5529
5528
|
"tslib": "2.3.0",
|
|
5530
|
-
"zrender": "
|
|
5529
|
+
"zrender": "6.1.0"
|
|
5531
5530
|
}
|
|
5532
5531
|
},
|
|
5533
5532
|
"node_modules/echarts-for-react": {
|
|
@@ -5558,9 +5557,9 @@
|
|
|
5558
5557
|
"license": "MIT"
|
|
5559
5558
|
},
|
|
5560
5559
|
"node_modules/electron-to-chromium": {
|
|
5561
|
-
"version": "1.5.
|
|
5562
|
-
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5563
|
-
"integrity": "sha512-
|
|
5560
|
+
"version": "1.5.422",
|
|
5561
|
+
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.422.tgz",
|
|
5562
|
+
"integrity": "sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==",
|
|
5564
5563
|
"license": "ISC"
|
|
5565
5564
|
},
|
|
5566
5565
|
"node_modules/embla-carousel": {
|
|
@@ -5609,10 +5608,9 @@
|
|
|
5609
5608
|
}
|
|
5610
5609
|
},
|
|
5611
5610
|
"node_modules/enhanced-resolve": {
|
|
5612
|
-
"version": "5.
|
|
5613
|
-
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.
|
|
5614
|
-
"integrity": "sha512-
|
|
5615
|
-
"dev": true,
|
|
5611
|
+
"version": "5.24.5",
|
|
5612
|
+
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",
|
|
5613
|
+
"integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
|
|
5616
5614
|
"license": "MIT",
|
|
5617
5615
|
"dependencies": {
|
|
5618
5616
|
"graceful-fs": "^4.2.4",
|
|
@@ -5770,9 +5768,9 @@
|
|
|
5770
5768
|
}
|
|
5771
5769
|
},
|
|
5772
5770
|
"node_modules/es-module-lexer": {
|
|
5773
|
-
"version": "2.3.
|
|
5774
|
-
"resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-2.3.
|
|
5775
|
-
"integrity": "sha512-
|
|
5771
|
+
"version": "2.3.2",
|
|
5772
|
+
"resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
5773
|
+
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
5776
5774
|
"license": "MIT",
|
|
5777
5775
|
"peer": true
|
|
5778
5776
|
},
|
|
@@ -6062,6 +6060,19 @@
|
|
|
6062
6060
|
"url": "https://opencollective.com/eslint"
|
|
6063
6061
|
}
|
|
6064
6062
|
},
|
|
6063
|
+
"node_modules/eslint/node_modules/@eslint/js": {
|
|
6064
|
+
"version": "9.39.4",
|
|
6065
|
+
"resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.39.4.tgz",
|
|
6066
|
+
"integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
|
|
6067
|
+
"devOptional": true,
|
|
6068
|
+
"license": "MIT",
|
|
6069
|
+
"engines": {
|
|
6070
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
6071
|
+
},
|
|
6072
|
+
"funding": {
|
|
6073
|
+
"url": "https://eslint.org/donate"
|
|
6074
|
+
}
|
|
6075
|
+
},
|
|
6065
6076
|
"node_modules/espree": {
|
|
6066
6077
|
"version": "10.4.0",
|
|
6067
6078
|
"resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
|
|
@@ -6097,6 +6108,7 @@
|
|
|
6097
6108
|
"version": "4.3.0",
|
|
6098
6109
|
"resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
6099
6110
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
6111
|
+
"devOptional": true,
|
|
6100
6112
|
"license": "BSD-2-Clause",
|
|
6101
6113
|
"dependencies": {
|
|
6102
6114
|
"estraverse": "^5.2.0"
|
|
@@ -6109,6 +6121,7 @@
|
|
|
6109
6121
|
"version": "5.3.0",
|
|
6110
6122
|
"resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
|
|
6111
6123
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
6124
|
+
"devOptional": true,
|
|
6112
6125
|
"license": "BSD-2-Clause",
|
|
6113
6126
|
"engines": {
|
|
6114
6127
|
"node": ">=4.0"
|
|
@@ -6237,9 +6250,9 @@
|
|
|
6237
6250
|
"license": "MIT"
|
|
6238
6251
|
},
|
|
6239
6252
|
"node_modules/fast-equals": {
|
|
6240
|
-
"version": "5.4.
|
|
6241
|
-
"resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.
|
|
6242
|
-
"integrity": "sha512-
|
|
6253
|
+
"version": "5.4.2",
|
|
6254
|
+
"resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.2.tgz",
|
|
6255
|
+
"integrity": "sha512-Ywe6jodPTWOTL9/k0bV7gdfP8twKL5Y8I8CZ933fAY5gBekICZSUQTbyH6ut2NZCNyB05mSUwAuEqdEIaOOlDQ==",
|
|
6243
6256
|
"license": "MIT",
|
|
6244
6257
|
"engines": {
|
|
6245
6258
|
"node": ">=6.0.0"
|
|
@@ -6287,9 +6300,9 @@
|
|
|
6287
6300
|
"license": "MIT"
|
|
6288
6301
|
},
|
|
6289
6302
|
"node_modules/fast-uri": {
|
|
6290
|
-
"version": "3.1.
|
|
6291
|
-
"resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.
|
|
6292
|
-
"integrity": "sha512-
|
|
6303
|
+
"version": "3.1.7",
|
|
6304
|
+
"resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.7.tgz",
|
|
6305
|
+
"integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==",
|
|
6293
6306
|
"funding": [
|
|
6294
6307
|
{
|
|
6295
6308
|
"type": "github",
|
|
@@ -6313,9 +6326,9 @@
|
|
|
6313
6326
|
}
|
|
6314
6327
|
},
|
|
6315
6328
|
"node_modules/fastq": {
|
|
6316
|
-
"version": "1.20.
|
|
6317
|
-
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.
|
|
6318
|
-
"integrity": "sha512-
|
|
6329
|
+
"version": "1.20.3",
|
|
6330
|
+
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.3.tgz",
|
|
6331
|
+
"integrity": "sha512-XKv5nnLs6nLF71NgiKJLIZFLkPyIEuOselLG7ujZnGrRfQK8HpvY+WqKhAJUAdLomwVHErVS4LfxFlPq0/FTAw==",
|
|
6319
6332
|
"license": "ISC",
|
|
6320
6333
|
"dependencies": {
|
|
6321
6334
|
"reusify": "^1.0.4"
|
|
@@ -6422,9 +6435,9 @@
|
|
|
6422
6435
|
}
|
|
6423
6436
|
},
|
|
6424
6437
|
"node_modules/flatted": {
|
|
6425
|
-
"version": "3.4.
|
|
6426
|
-
"resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.4.
|
|
6427
|
-
"integrity": "sha512-
|
|
6438
|
+
"version": "3.4.4",
|
|
6439
|
+
"resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.4.4.tgz",
|
|
6440
|
+
"integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
|
|
6428
6441
|
"devOptional": true,
|
|
6429
6442
|
"license": "ISC"
|
|
6430
6443
|
},
|
|
@@ -6551,12 +6564,12 @@
|
|
|
6551
6564
|
}
|
|
6552
6565
|
},
|
|
6553
6566
|
"node_modules/framer-motion": {
|
|
6554
|
-
"version": "12.
|
|
6555
|
-
"resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.
|
|
6556
|
-
"integrity": "sha512-
|
|
6567
|
+
"version": "12.43.0",
|
|
6568
|
+
"resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.43.0.tgz",
|
|
6569
|
+
"integrity": "sha512-1eaL3RvR/kAlbG7UYcpMptEyzPoENO0c6w7ZnB3/hh2vSAz/6uGAFn6fdoqTBguNstf3MsFhJHsD/0DHiclG+g==",
|
|
6557
6570
|
"license": "MIT",
|
|
6558
6571
|
"dependencies": {
|
|
6559
|
-
"motion-dom": "^12.
|
|
6572
|
+
"motion-dom": "^12.43.0",
|
|
6560
6573
|
"motion-utils": "^12.39.0",
|
|
6561
6574
|
"tslib": "^2.4.0"
|
|
6562
6575
|
},
|
|
@@ -7273,9 +7286,9 @@
|
|
|
7273
7286
|
"license": "MIT"
|
|
7274
7287
|
},
|
|
7275
7288
|
"node_modules/input-otp": {
|
|
7276
|
-
"version": "1.
|
|
7277
|
-
"resolved": "https://registry.npmmirror.com/input-otp/-/input-otp-1.
|
|
7278
|
-
"integrity": "sha512-
|
|
7289
|
+
"version": "1.5.0",
|
|
7290
|
+
"resolved": "https://registry.npmmirror.com/input-otp/-/input-otp-1.5.0.tgz",
|
|
7291
|
+
"integrity": "sha512-3AcfdW1sNG0FmSA5hHMBXG7jNW5CdcdKs8ln8JOmn6S2SRkoXoJx+2UwC+ZvjflfnOdHJx0SfQ9/YjlxVYLtGQ==",
|
|
7279
7292
|
"license": "MIT",
|
|
7280
7293
|
"peerDependencies": {
|
|
7281
7294
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
@@ -7886,7 +7899,7 @@
|
|
|
7886
7899
|
"version": "2.7.0",
|
|
7887
7900
|
"resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.7.0.tgz",
|
|
7888
7901
|
"integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
|
|
7889
|
-
"
|
|
7902
|
+
"dev": true,
|
|
7890
7903
|
"license": "MIT",
|
|
7891
7904
|
"bin": {
|
|
7892
7905
|
"jiti": "lib/jiti-cli.mjs"
|
|
@@ -7899,9 +7912,9 @@
|
|
|
7899
7912
|
"license": "MIT"
|
|
7900
7913
|
},
|
|
7901
7914
|
"node_modules/js-yaml": {
|
|
7902
|
-
"version": "4.3.
|
|
7903
|
-
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.
|
|
7904
|
-
"integrity": "sha512-
|
|
7915
|
+
"version": "4.3.2",
|
|
7916
|
+
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.2.tgz",
|
|
7917
|
+
"integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
|
|
7905
7918
|
"devOptional": true,
|
|
7906
7919
|
"funding": [
|
|
7907
7920
|
{
|
|
@@ -8294,20 +8307,6 @@
|
|
|
8294
8307
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
8295
8308
|
"license": "MIT"
|
|
8296
8309
|
},
|
|
8297
|
-
"node_modules/loader-runner": {
|
|
8298
|
-
"version": "4.3.2",
|
|
8299
|
-
"resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.2.tgz",
|
|
8300
|
-
"integrity": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==",
|
|
8301
|
-
"license": "MIT",
|
|
8302
|
-
"peer": true,
|
|
8303
|
-
"engines": {
|
|
8304
|
-
"node": ">=6.11.5"
|
|
8305
|
-
},
|
|
8306
|
-
"funding": {
|
|
8307
|
-
"type": "opencollective",
|
|
8308
|
-
"url": "https://opencollective.com/webpack"
|
|
8309
|
-
}
|
|
8310
|
-
},
|
|
8311
8310
|
"node_modules/loader-utils": {
|
|
8312
8311
|
"version": "3.3.1",
|
|
8313
8312
|
"resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-3.3.1.tgz",
|
|
@@ -9426,16 +9425,16 @@
|
|
|
9426
9425
|
}
|
|
9427
9426
|
},
|
|
9428
9427
|
"node_modules/minimizer-webpack-plugin": {
|
|
9429
|
-
"version": "5.
|
|
9430
|
-
"resolved": "https://registry.npmmirror.com/minimizer-webpack-plugin/-/minimizer-webpack-plugin-5.
|
|
9431
|
-
"integrity": "sha512-
|
|
9428
|
+
"version": "5.9.0",
|
|
9429
|
+
"resolved": "https://registry.npmmirror.com/minimizer-webpack-plugin/-/minimizer-webpack-plugin-5.9.0.tgz",
|
|
9430
|
+
"integrity": "sha512-OASqv+dewv8vjkOBjqMOHvxUaXhtGBLZAXq7JbmYE8TSzBvOswiGq5JcBdc8ypuLL/8YUT1OEyupga6/iqdyTA==",
|
|
9432
9431
|
"license": "MIT",
|
|
9433
9432
|
"peer": true,
|
|
9434
9433
|
"dependencies": {
|
|
9435
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
9434
|
+
"@jridgewell/trace-mapping": "^0.3.31",
|
|
9436
9435
|
"jest-worker": "^27.4.5",
|
|
9437
|
-
"schema-utils": "^4.3.
|
|
9438
|
-
"terser": "^5.
|
|
9436
|
+
"schema-utils": "^4.3.3",
|
|
9437
|
+
"terser": "^5.51.0"
|
|
9439
9438
|
},
|
|
9440
9439
|
"engines": {
|
|
9441
9440
|
"node": ">= 10.13.0"
|
|
@@ -9451,6 +9450,9 @@
|
|
|
9451
9450
|
"@minify-html/node": {
|
|
9452
9451
|
"optional": true
|
|
9453
9452
|
},
|
|
9453
|
+
"@napi-rs/image": {
|
|
9454
|
+
"optional": true
|
|
9455
|
+
},
|
|
9454
9456
|
"@swc/core": {
|
|
9455
9457
|
"optional": true
|
|
9456
9458
|
},
|
|
@@ -9475,12 +9477,21 @@
|
|
|
9475
9477
|
"html-minifier-terser": {
|
|
9476
9478
|
"optional": true
|
|
9477
9479
|
},
|
|
9480
|
+
"imagemin": {
|
|
9481
|
+
"optional": true
|
|
9482
|
+
},
|
|
9478
9483
|
"lightningcss": {
|
|
9479
9484
|
"optional": true
|
|
9480
9485
|
},
|
|
9481
9486
|
"postcss": {
|
|
9482
9487
|
"optional": true
|
|
9483
9488
|
},
|
|
9489
|
+
"sharp": {
|
|
9490
|
+
"optional": true
|
|
9491
|
+
},
|
|
9492
|
+
"svgo": {
|
|
9493
|
+
"optional": true
|
|
9494
|
+
},
|
|
9484
9495
|
"uglify-js": {
|
|
9485
9496
|
"optional": true
|
|
9486
9497
|
}
|
|
@@ -9544,9 +9555,9 @@
|
|
|
9544
9555
|
}
|
|
9545
9556
|
},
|
|
9546
9557
|
"node_modules/motion-dom": {
|
|
9547
|
-
"version": "12.
|
|
9548
|
-
"resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.
|
|
9549
|
-
"integrity": "sha512-
|
|
9558
|
+
"version": "12.43.0",
|
|
9559
|
+
"resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.43.0.tgz",
|
|
9560
|
+
"integrity": "sha512-azKON4d9S65PEoFUiQTMTgPheEmzf2QngdRc50AKfJp9Q9mmcBVw22c8eMq9k8kxOFHdL7+WZY7N/5F/lwiDag==",
|
|
9550
9561
|
"license": "MIT",
|
|
9551
9562
|
"dependencies": {
|
|
9552
9563
|
"motion-utils": "^12.39.0"
|
|
@@ -9565,9 +9576,9 @@
|
|
|
9565
9576
|
"license": "MIT"
|
|
9566
9577
|
},
|
|
9567
9578
|
"node_modules/nanoid": {
|
|
9568
|
-
"version": "3.3.
|
|
9569
|
-
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.
|
|
9570
|
-
"integrity": "sha512-
|
|
9579
|
+
"version": "3.3.18",
|
|
9580
|
+
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.18.tgz",
|
|
9581
|
+
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
9571
9582
|
"dev": true,
|
|
9572
9583
|
"funding": [
|
|
9573
9584
|
{
|
|
@@ -9648,9 +9659,9 @@
|
|
|
9648
9659
|
}
|
|
9649
9660
|
},
|
|
9650
9661
|
"node_modules/node-releases": {
|
|
9651
|
-
"version": "2.0.
|
|
9652
|
-
"resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.
|
|
9653
|
-
"integrity": "sha512-
|
|
9662
|
+
"version": "2.0.54",
|
|
9663
|
+
"resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.54.tgz",
|
|
9664
|
+
"integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
|
|
9654
9665
|
"license": "MIT",
|
|
9655
9666
|
"engines": {
|
|
9656
9667
|
"node": ">=18"
|
|
@@ -9845,13 +9856,14 @@
|
|
|
9845
9856
|
}
|
|
9846
9857
|
},
|
|
9847
9858
|
"node_modules/own-keys": {
|
|
9848
|
-
"version": "1.0.
|
|
9849
|
-
"resolved": "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.
|
|
9850
|
-
"integrity": "sha512-
|
|
9859
|
+
"version": "1.0.2",
|
|
9860
|
+
"resolved": "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.2.tgz",
|
|
9861
|
+
"integrity": "sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==",
|
|
9851
9862
|
"dev": true,
|
|
9852
9863
|
"license": "MIT",
|
|
9853
9864
|
"dependencies": {
|
|
9854
|
-
"
|
|
9865
|
+
"call-bound": "^1.0.4",
|
|
9866
|
+
"get-intrinsic": "^1.3.0",
|
|
9855
9867
|
"object-keys": "^1.1.1",
|
|
9856
9868
|
"safe-push-apply": "^1.0.0"
|
|
9857
9869
|
},
|
|
@@ -10146,9 +10158,9 @@
|
|
|
10146
10158
|
}
|
|
10147
10159
|
},
|
|
10148
10160
|
"node_modules/postcss": {
|
|
10149
|
-
"version": "8.5.
|
|
10150
|
-
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.
|
|
10151
|
-
"integrity": "sha512-
|
|
10161
|
+
"version": "8.5.28",
|
|
10162
|
+
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.28.tgz",
|
|
10163
|
+
"integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
|
|
10152
10164
|
"dev": true,
|
|
10153
10165
|
"funding": [
|
|
10154
10166
|
{
|
|
@@ -10166,7 +10178,7 @@
|
|
|
10166
10178
|
],
|
|
10167
10179
|
"license": "MIT",
|
|
10168
10180
|
"dependencies": {
|
|
10169
|
-
"nanoid": "^3.3.
|
|
10181
|
+
"nanoid": "^3.3.18",
|
|
10170
10182
|
"picocolors": "^1.1.1",
|
|
10171
10183
|
"source-map-js": "^1.2.1"
|
|
10172
10184
|
},
|
|
@@ -10387,9 +10399,9 @@
|
|
|
10387
10399
|
}
|
|
10388
10400
|
},
|
|
10389
10401
|
"node_modules/react": {
|
|
10390
|
-
"version": "19.2.
|
|
10391
|
-
"resolved": "https://registry.npmmirror.com/react/-/react-19.2.
|
|
10392
|
-
"integrity": "sha512-
|
|
10402
|
+
"version": "19.2.8",
|
|
10403
|
+
"resolved": "https://registry.npmmirror.com/react/-/react-19.2.8.tgz",
|
|
10404
|
+
"integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
|
|
10393
10405
|
"license": "MIT",
|
|
10394
10406
|
"engines": {
|
|
10395
10407
|
"node": ">=0.10.0"
|
|
@@ -10453,24 +10465,30 @@
|
|
|
10453
10465
|
}
|
|
10454
10466
|
},
|
|
10455
10467
|
"node_modules/react-dom": {
|
|
10456
|
-
"version": "19.2.
|
|
10457
|
-
"resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.
|
|
10458
|
-
"integrity": "sha512-
|
|
10468
|
+
"version": "19.2.8",
|
|
10469
|
+
"resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.8.tgz",
|
|
10470
|
+
"integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
|
|
10459
10471
|
"license": "MIT",
|
|
10460
10472
|
"dependencies": {
|
|
10461
10473
|
"scheduler": "^0.27.0"
|
|
10462
10474
|
},
|
|
10463
10475
|
"peerDependencies": {
|
|
10464
|
-
"react": "^19.2.
|
|
10476
|
+
"react": "^19.2.8"
|
|
10465
10477
|
}
|
|
10466
10478
|
},
|
|
10467
10479
|
"node_modules/react-error-boundary": {
|
|
10468
|
-
"version": "6.1.
|
|
10469
|
-
"resolved": "https://registry.npmmirror.com/react-error-boundary/-/react-error-boundary-6.1.
|
|
10470
|
-
"integrity": "sha512-
|
|
10480
|
+
"version": "6.1.4",
|
|
10481
|
+
"resolved": "https://registry.npmmirror.com/react-error-boundary/-/react-error-boundary-6.1.4.tgz",
|
|
10482
|
+
"integrity": "sha512-7FgvbyjCFhu4dtKSZu807cW1MWG2nWAM4bwGqUByAtHVJXtlzoCJX0SSyZRyFrb+aBd7wtJkcOR4DsxXVEuDsA==",
|
|
10471
10483
|
"license": "MIT",
|
|
10472
10484
|
"peerDependencies": {
|
|
10485
|
+
"@types/react": "^18.0.0 || ^19.0.0",
|
|
10473
10486
|
"react": "^18.0.0 || ^19.0.0"
|
|
10487
|
+
},
|
|
10488
|
+
"peerDependenciesMeta": {
|
|
10489
|
+
"@types/react": {
|
|
10490
|
+
"optional": true
|
|
10491
|
+
}
|
|
10474
10492
|
}
|
|
10475
10493
|
},
|
|
10476
10494
|
"node_modules/react-error-overlay": {
|
|
@@ -10480,9 +10498,9 @@
|
|
|
10480
10498
|
"license": "MIT"
|
|
10481
10499
|
},
|
|
10482
10500
|
"node_modules/react-hook-form": {
|
|
10483
|
-
"version": "7.
|
|
10484
|
-
"resolved": "https://registry.npmmirror.com/react-hook-form/-/react-hook-form-7.
|
|
10485
|
-
"integrity": "sha512-
|
|
10501
|
+
"version": "7.87.0",
|
|
10502
|
+
"resolved": "https://registry.npmmirror.com/react-hook-form/-/react-hook-form-7.87.0.tgz",
|
|
10503
|
+
"integrity": "sha512-zhFzWvLxNHH+8839OnZcUxgMZw88ah2jZWDWvKWgF3Tpbnd0vKL+dlcuU3nZVWESZQjd81EW8K+wU+cYfYAc0w==",
|
|
10486
10504
|
"license": "MIT",
|
|
10487
10505
|
"engines": {
|
|
10488
10506
|
"node": ">=18.0.0"
|
|
@@ -10586,9 +10604,9 @@
|
|
|
10586
10604
|
}
|
|
10587
10605
|
},
|
|
10588
10606
|
"node_modules/react-router": {
|
|
10589
|
-
"version": "8.
|
|
10590
|
-
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-8.
|
|
10591
|
-
"integrity": "sha512-
|
|
10607
|
+
"version": "8.3.1",
|
|
10608
|
+
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-8.3.1.tgz",
|
|
10609
|
+
"integrity": "sha512-TEOpiO2g0TJHEOJeRVv4amUFun9v1npCKszvcquNvzETUtJ8udV86ah5eFoHT7g26bsBvT6EiIhqulR8eDF++A==",
|
|
10592
10610
|
"license": "MIT",
|
|
10593
10611
|
"peer": true,
|
|
10594
10612
|
"dependencies": {
|
|
@@ -10608,12 +10626,12 @@
|
|
|
10608
10626
|
}
|
|
10609
10627
|
},
|
|
10610
10628
|
"node_modules/react-router-dom": {
|
|
10611
|
-
"version": "7.18.
|
|
10612
|
-
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.18.
|
|
10613
|
-
"integrity": "sha512-
|
|
10629
|
+
"version": "7.18.3",
|
|
10630
|
+
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.18.3.tgz",
|
|
10631
|
+
"integrity": "sha512-ytVbyBBM7vMfRCam25r0WMhSVSom909A8p+8m0/f1w853dz/xfFu6etAT2SEbVoSnI+ZoPRDqIsQXVT89gp7kg==",
|
|
10614
10632
|
"license": "MIT",
|
|
10615
10633
|
"dependencies": {
|
|
10616
|
-
"react-router": "7.18.
|
|
10634
|
+
"react-router": "7.18.3"
|
|
10617
10635
|
},
|
|
10618
10636
|
"engines": {
|
|
10619
10637
|
"node": ">=20.0.0"
|
|
@@ -10637,9 +10655,9 @@
|
|
|
10637
10655
|
}
|
|
10638
10656
|
},
|
|
10639
10657
|
"node_modules/react-router-dom/node_modules/react-router": {
|
|
10640
|
-
"version": "7.18.
|
|
10641
|
-
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.18.
|
|
10642
|
-
"integrity": "sha512-
|
|
10658
|
+
"version": "7.18.3",
|
|
10659
|
+
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.18.3.tgz",
|
|
10660
|
+
"integrity": "sha512-gyXgtdr5uACJ5b1Q4udzjVV+tb/rlHIMJKuJ0e89R4Kzgz47z/rgP0dIKxktqIEUhDHluGTPJJH/wRha7CyqsA==",
|
|
10643
10661
|
"license": "MIT",
|
|
10644
10662
|
"dependencies": {
|
|
10645
10663
|
"cookie": "^1.0.1",
|
|
@@ -10950,13 +10968,13 @@
|
|
|
10950
10968
|
}
|
|
10951
10969
|
},
|
|
10952
10970
|
"node_modules/rolldown": {
|
|
10953
|
-
"version": "1.
|
|
10954
|
-
"resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.
|
|
10955
|
-
"integrity": "sha512-
|
|
10971
|
+
"version": "1.2.7",
|
|
10972
|
+
"resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.2.7.tgz",
|
|
10973
|
+
"integrity": "sha512-g0EtLvBjTUB7jhyV0S/TCup3v/XSVl45vUIGbOGU4QPiyjTenCe4mKuFvW9fEgYmS2Fo42AUssRmNuMziXdrig==",
|
|
10956
10974
|
"dev": true,
|
|
10957
10975
|
"license": "MIT",
|
|
10958
10976
|
"dependencies": {
|
|
10959
|
-
"@oxc-project/types": "=0.
|
|
10977
|
+
"@oxc-project/types": "=0.148.0",
|
|
10960
10978
|
"@rolldown/pluginutils": "^1.0.0"
|
|
10961
10979
|
},
|
|
10962
10980
|
"bin": {
|
|
@@ -10966,21 +10984,21 @@
|
|
|
10966
10984
|
"node": "^20.19.0 || >=22.12.0"
|
|
10967
10985
|
},
|
|
10968
10986
|
"optionalDependencies": {
|
|
10969
|
-
"@rolldown/binding-android-
|
|
10970
|
-
"@rolldown/binding-
|
|
10971
|
-
"@rolldown/binding-darwin-
|
|
10972
|
-
"@rolldown/binding-
|
|
10973
|
-
"@rolldown/binding-
|
|
10974
|
-
"@rolldown/binding-linux-
|
|
10975
|
-
"@rolldown/binding-linux-arm64-
|
|
10976
|
-
"@rolldown/binding-linux-
|
|
10977
|
-
"@rolldown/binding-linux-
|
|
10978
|
-
"@rolldown/binding-linux-
|
|
10979
|
-
"@rolldown/binding-linux-x64-
|
|
10980
|
-
"@rolldown/binding-
|
|
10981
|
-
"@rolldown/binding-
|
|
10982
|
-
"@rolldown/binding-win32-arm64-msvc": "1.
|
|
10983
|
-
"@rolldown/binding-win32-x64-msvc": "1.
|
|
10987
|
+
"@rolldown/binding-android-arm-eabi": "1.2.7",
|
|
10988
|
+
"@rolldown/binding-android-arm64": "1.2.7",
|
|
10989
|
+
"@rolldown/binding-darwin-arm64": "1.2.7",
|
|
10990
|
+
"@rolldown/binding-darwin-x64": "1.2.7",
|
|
10991
|
+
"@rolldown/binding-freebsd-x64": "1.2.7",
|
|
10992
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.2.7",
|
|
10993
|
+
"@rolldown/binding-linux-arm64-gnu": "1.2.7",
|
|
10994
|
+
"@rolldown/binding-linux-arm64-musl": "1.2.7",
|
|
10995
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.2.7",
|
|
10996
|
+
"@rolldown/binding-linux-s390x-gnu": "1.2.7",
|
|
10997
|
+
"@rolldown/binding-linux-x64-gnu": "1.2.7",
|
|
10998
|
+
"@rolldown/binding-linux-x64-musl": "1.2.7",
|
|
10999
|
+
"@rolldown/binding-openharmony-arm64": "1.2.7",
|
|
11000
|
+
"@rolldown/binding-win32-arm64-msvc": "1.2.7",
|
|
11001
|
+
"@rolldown/binding-win32-x64-msvc": "1.2.7"
|
|
10984
11002
|
}
|
|
10985
11003
|
},
|
|
10986
11004
|
"node_modules/run-parallel": {
|
|
@@ -11275,9 +11293,9 @@
|
|
|
11275
11293
|
}
|
|
11276
11294
|
},
|
|
11277
11295
|
"node_modules/shell-quote": {
|
|
11278
|
-
"version": "1.
|
|
11279
|
-
"resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.
|
|
11280
|
-
"integrity": "sha512-
|
|
11296
|
+
"version": "1.9.0",
|
|
11297
|
+
"resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.9.0.tgz",
|
|
11298
|
+
"integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==",
|
|
11281
11299
|
"license": "MIT",
|
|
11282
11300
|
"engines": {
|
|
11283
11301
|
"node": ">= 0.4"
|
|
@@ -11415,13 +11433,19 @@
|
|
|
11415
11433
|
}
|
|
11416
11434
|
},
|
|
11417
11435
|
"node_modules/sonner": {
|
|
11418
|
-
"version": "2.0.
|
|
11419
|
-
"resolved": "https://registry.npmmirror.com/sonner/-/sonner-2.0.
|
|
11420
|
-
"integrity": "sha512-
|
|
11436
|
+
"version": "2.0.8",
|
|
11437
|
+
"resolved": "https://registry.npmmirror.com/sonner/-/sonner-2.0.8.tgz",
|
|
11438
|
+
"integrity": "sha512-UM/ByIoFra8yzV75n1o0Puu0bw5U/9UNnDacrJNspekBewIfsQ3D6ez1nvlWpt7aTsO6rujQtifBpycwIivqlg==",
|
|
11421
11439
|
"license": "MIT",
|
|
11422
11440
|
"peerDependencies": {
|
|
11441
|
+
"@types/react": "^18.0.0 || ^19.0.0",
|
|
11423
11442
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
11424
11443
|
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
11444
|
+
},
|
|
11445
|
+
"peerDependenciesMeta": {
|
|
11446
|
+
"@types/react": {
|
|
11447
|
+
"optional": true
|
|
11448
|
+
}
|
|
11425
11449
|
}
|
|
11426
11450
|
},
|
|
11427
11451
|
"node_modules/source-map": {
|
|
@@ -11550,9 +11574,9 @@
|
|
|
11550
11574
|
}
|
|
11551
11575
|
},
|
|
11552
11576
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
11553
|
-
"version": "6.
|
|
11554
|
-
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.
|
|
11555
|
-
"integrity": "sha512-
|
|
11577
|
+
"version": "6.3.0",
|
|
11578
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.3.0.tgz",
|
|
11579
|
+
"integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
|
|
11556
11580
|
"dev": true,
|
|
11557
11581
|
"license": "MIT",
|
|
11558
11582
|
"engines": {
|
|
@@ -11706,9 +11730,9 @@
|
|
|
11706
11730
|
}
|
|
11707
11731
|
},
|
|
11708
11732
|
"node_modules/stylelint": {
|
|
11709
|
-
"version": "17.14.
|
|
11710
|
-
"resolved": "https://registry.npmmirror.com/stylelint/-/stylelint-17.14.
|
|
11711
|
-
"integrity": "sha512-
|
|
11733
|
+
"version": "17.14.1",
|
|
11734
|
+
"resolved": "https://registry.npmmirror.com/stylelint/-/stylelint-17.14.1.tgz",
|
|
11735
|
+
"integrity": "sha512-xVQwyiuxALUBNB2fBe0tmNemg9KqLtdj3T64mioFDar79B2cU8LIyz+3KL6LdiHs9NkeNfwxpKSaIVOY8f112g==",
|
|
11712
11736
|
"dev": true,
|
|
11713
11737
|
"funding": [
|
|
11714
11738
|
{
|
|
@@ -11724,7 +11748,7 @@
|
|
|
11724
11748
|
"dependencies": {
|
|
11725
11749
|
"@csstools/css-calc": "^3.2.1",
|
|
11726
11750
|
"@csstools/css-parser-algorithms": "^4.0.0",
|
|
11727
|
-
"@csstools/css-syntax-patches-for-csstree": "^1.1.
|
|
11751
|
+
"@csstools/css-syntax-patches-for-csstree": "^1.1.6",
|
|
11728
11752
|
"@csstools/css-tokenizer": "^4.0.0",
|
|
11729
11753
|
"@csstools/media-query-list-parser": "^5.0.0",
|
|
11730
11754
|
"@csstools/selector-resolve-nested": "^4.0.0",
|
|
@@ -11736,9 +11760,9 @@
|
|
|
11736
11760
|
"debug": "^4.4.3",
|
|
11737
11761
|
"fast-glob": "^3.3.3",
|
|
11738
11762
|
"fastest-levenshtein": "^1.0.16",
|
|
11739
|
-
"file-entry-cache": "^11.1.
|
|
11763
|
+
"file-entry-cache": "^11.1.5",
|
|
11740
11764
|
"global-modules": "^2.0.0",
|
|
11741
|
-
"globby": "^16.2.
|
|
11765
|
+
"globby": "^16.2.1",
|
|
11742
11766
|
"globjoin": "^0.1.4",
|
|
11743
11767
|
"html-tags": "^5.1.0",
|
|
11744
11768
|
"ignore": "^7.0.5",
|
|
@@ -11748,12 +11772,12 @@
|
|
|
11748
11772
|
"micromatch": "^4.0.8",
|
|
11749
11773
|
"normalize-path": "^3.0.0",
|
|
11750
11774
|
"picocolors": "^1.1.1",
|
|
11751
|
-
"postcss": "^8.5.
|
|
11775
|
+
"postcss": "^8.5.16",
|
|
11752
11776
|
"postcss-safe-parser": "^7.0.1",
|
|
11753
11777
|
"postcss-selector-parser": "^7.1.4",
|
|
11754
11778
|
"postcss-value-parser": "^4.2.0",
|
|
11755
11779
|
"string-width": "^8.2.1",
|
|
11756
|
-
"supports-hyperlinks": "^4.
|
|
11780
|
+
"supports-hyperlinks": "^4.5.0",
|
|
11757
11781
|
"svg-tags": "^1.0.0",
|
|
11758
11782
|
"table": "^6.9.0",
|
|
11759
11783
|
"write-file-atomic": "^7.0.1"
|
|
@@ -11766,9 +11790,9 @@
|
|
|
11766
11790
|
}
|
|
11767
11791
|
},
|
|
11768
11792
|
"node_modules/stylelint/node_modules/@csstools/selector-resolve-nested": {
|
|
11769
|
-
"version": "4.0.
|
|
11770
|
-
"resolved": "https://registry.npmmirror.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.
|
|
11771
|
-
"integrity": "sha512-
|
|
11793
|
+
"version": "4.0.1",
|
|
11794
|
+
"resolved": "https://registry.npmmirror.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.1.tgz",
|
|
11795
|
+
"integrity": "sha512-j3vdQu0XwLME5qOTWxm8cnmvsf423R2YL6DbKklCHZwkDm7UdKNu6RPlw4REIJhSlKBICY3B70/7QZdicLqZgg==",
|
|
11772
11796
|
"dev": true,
|
|
11773
11797
|
"funding": [
|
|
11774
11798
|
{
|
|
@@ -11861,9 +11885,9 @@
|
|
|
11861
11885
|
}
|
|
11862
11886
|
},
|
|
11863
11887
|
"node_modules/stylelint/node_modules/globby": {
|
|
11864
|
-
"version": "16.2.
|
|
11865
|
-
"resolved": "https://registry.npmmirror.com/globby/-/globby-16.2.
|
|
11866
|
-
"integrity": "sha512-
|
|
11888
|
+
"version": "16.2.4",
|
|
11889
|
+
"resolved": "https://registry.npmmirror.com/globby/-/globby-16.2.4.tgz",
|
|
11890
|
+
"integrity": "sha512-c8B/VNLmxRcmqqenRA9t+9IyOjf9+V6lTxPaUJLqOCONdQkWZ0ETYgX0qbtJqPsgCNusT9MZ5Jeidw8Eb9tn2g==",
|
|
11867
11891
|
"dev": true,
|
|
11868
11892
|
"license": "MIT",
|
|
11869
11893
|
"dependencies": {
|
|
@@ -11871,6 +11895,7 @@
|
|
|
11871
11895
|
"fast-glob": "^3.3.3",
|
|
11872
11896
|
"ignore": "^7.0.5",
|
|
11873
11897
|
"is-path-inside": "^4.0.0",
|
|
11898
|
+
"micromatch": "^4.0.8",
|
|
11874
11899
|
"slash": "^5.1.0",
|
|
11875
11900
|
"unicorn-magic": "^0.4.0"
|
|
11876
11901
|
},
|
|
@@ -11882,9 +11907,9 @@
|
|
|
11882
11907
|
}
|
|
11883
11908
|
},
|
|
11884
11909
|
"node_modules/stylelint/node_modules/ignore": {
|
|
11885
|
-
"version": "7.0.
|
|
11886
|
-
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.
|
|
11887
|
-
"integrity": "sha512-
|
|
11910
|
+
"version": "7.0.8",
|
|
11911
|
+
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.8.tgz",
|
|
11912
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
11888
11913
|
"dev": true,
|
|
11889
11914
|
"license": "MIT",
|
|
11890
11915
|
"engines": {
|
|
@@ -11892,9 +11917,9 @@
|
|
|
11892
11917
|
}
|
|
11893
11918
|
},
|
|
11894
11919
|
"node_modules/stylelint/node_modules/postcss-selector-parser": {
|
|
11895
|
-
"version": "7.1.
|
|
11896
|
-
"resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.
|
|
11897
|
-
"integrity": "sha512-
|
|
11920
|
+
"version": "7.1.6",
|
|
11921
|
+
"resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.6.tgz",
|
|
11922
|
+
"integrity": "sha512-7qASPzhKF2l2KLboRZux8CCTRMdGiV08vWmyKzPz22qZ7ZjQBOeY7rNzNoCLSUiftJ7HUq0GERHmxw/t0dCdMw==",
|
|
11898
11923
|
"dev": true,
|
|
11899
11924
|
"license": "MIT",
|
|
11900
11925
|
"dependencies": {
|
|
@@ -12062,9 +12087,9 @@
|
|
|
12062
12087
|
}
|
|
12063
12088
|
},
|
|
12064
12089
|
"node_modules/tailwindcss": {
|
|
12065
|
-
"version": "4.3.
|
|
12066
|
-
"resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.3.
|
|
12067
|
-
"integrity": "sha512-
|
|
12090
|
+
"version": "4.3.3",
|
|
12091
|
+
"resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.3.3.tgz",
|
|
12092
|
+
"integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",
|
|
12068
12093
|
"license": "MIT"
|
|
12069
12094
|
},
|
|
12070
12095
|
"node_modules/tailwindcss-animate": {
|
|
@@ -12091,9 +12116,9 @@
|
|
|
12091
12116
|
}
|
|
12092
12117
|
},
|
|
12093
12118
|
"node_modules/terser": {
|
|
12094
|
-
"version": "5.
|
|
12095
|
-
"resolved": "https://registry.npmmirror.com/terser/-/terser-5.
|
|
12096
|
-
"integrity": "sha512-
|
|
12119
|
+
"version": "5.51.2",
|
|
12120
|
+
"resolved": "https://registry.npmmirror.com/terser/-/terser-5.51.2.tgz",
|
|
12121
|
+
"integrity": "sha512-bWnjSNscmuI+GJze6ZupnHP8G/cTcsJF+bXCeQknk2SHQsgbNJnLrqiH9jZ2W4STPVXH2mDKKRX3iwPhc9Cn/Q==",
|
|
12097
12122
|
"license": "BSD-2-Clause",
|
|
12098
12123
|
"dependencies": {
|
|
12099
12124
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -12162,9 +12187,9 @@
|
|
|
12162
12187
|
}
|
|
12163
12188
|
},
|
|
12164
12189
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
12165
|
-
"version": "4.0.
|
|
12166
|
-
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.
|
|
12167
|
-
"integrity": "sha512-
|
|
12190
|
+
"version": "4.0.7",
|
|
12191
|
+
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.7.tgz",
|
|
12192
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
12168
12193
|
"dev": true,
|
|
12169
12194
|
"license": "MIT",
|
|
12170
12195
|
"engines": {
|
|
@@ -12386,16 +12411,16 @@
|
|
|
12386
12411
|
}
|
|
12387
12412
|
},
|
|
12388
12413
|
"node_modules/typescript-eslint": {
|
|
12389
|
-
"version": "8.
|
|
12390
|
-
"resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.
|
|
12391
|
-
"integrity": "sha512-
|
|
12414
|
+
"version": "8.69.0",
|
|
12415
|
+
"resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.69.0.tgz",
|
|
12416
|
+
"integrity": "sha512-B3MltX0VqjUBNEe3b3sSuiRbfa6XrfHFtBiPamjT5AsW/dfq+y+bc0wyuS9DxAS1LyzCxRp2+rxzpLUvqM2BvA==",
|
|
12392
12417
|
"dev": true,
|
|
12393
12418
|
"license": "MIT",
|
|
12394
12419
|
"dependencies": {
|
|
12395
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
12396
|
-
"@typescript-eslint/parser": "8.
|
|
12397
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
12398
|
-
"@typescript-eslint/utils": "8.
|
|
12420
|
+
"@typescript-eslint/eslint-plugin": "8.69.0",
|
|
12421
|
+
"@typescript-eslint/parser": "8.69.0",
|
|
12422
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
12423
|
+
"@typescript-eslint/utils": "8.69.0"
|
|
12399
12424
|
},
|
|
12400
12425
|
"engines": {
|
|
12401
12426
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -12554,9 +12579,9 @@
|
|
|
12554
12579
|
}
|
|
12555
12580
|
},
|
|
12556
12581
|
"node_modules/update-browserslist-db": {
|
|
12557
|
-
"version": "1.2
|
|
12558
|
-
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.
|
|
12559
|
-
"integrity": "sha512-
|
|
12582
|
+
"version": "1.3.2",
|
|
12583
|
+
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
|
|
12584
|
+
"integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
|
|
12560
12585
|
"funding": [
|
|
12561
12586
|
{
|
|
12562
12587
|
"type": "opencollective",
|
|
@@ -12725,16 +12750,16 @@
|
|
|
12725
12750
|
}
|
|
12726
12751
|
},
|
|
12727
12752
|
"node_modules/vite": {
|
|
12728
|
-
"version": "8.
|
|
12729
|
-
"resolved": "https://registry.npmmirror.com/vite/-/vite-8.
|
|
12730
|
-
"integrity": "sha512-
|
|
12753
|
+
"version": "8.2.2",
|
|
12754
|
+
"resolved": "https://registry.npmmirror.com/vite/-/vite-8.2.2.tgz",
|
|
12755
|
+
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
12731
12756
|
"dev": true,
|
|
12732
12757
|
"license": "MIT",
|
|
12733
12758
|
"dependencies": {
|
|
12734
|
-
"lightningcss": "^1.
|
|
12759
|
+
"lightningcss": "^1.33.0",
|
|
12735
12760
|
"picomatch": "^4.0.5",
|
|
12736
|
-
"postcss": "^8.5.
|
|
12737
|
-
"rolldown": "~1.
|
|
12761
|
+
"postcss": "^8.5.26",
|
|
12762
|
+
"rolldown": "~1.2.4",
|
|
12738
12763
|
"tinyglobby": "^0.2.17"
|
|
12739
12764
|
},
|
|
12740
12765
|
"bin": {
|
|
@@ -12751,7 +12776,7 @@
|
|
|
12751
12776
|
},
|
|
12752
12777
|
"peerDependencies": {
|
|
12753
12778
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
12754
|
-
"@vitejs/devtools": "^0.
|
|
12779
|
+
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
12755
12780
|
"esbuild": "^0.27.0 || ^0.28.0",
|
|
12756
12781
|
"jiti": ">=1.21.0",
|
|
12757
12782
|
"less": "^4.0.0",
|
|
@@ -12802,10 +12827,271 @@
|
|
|
12802
12827
|
}
|
|
12803
12828
|
}
|
|
12804
12829
|
},
|
|
12830
|
+
"node_modules/vite/node_modules/lightningcss": {
|
|
12831
|
+
"version": "1.33.0",
|
|
12832
|
+
"resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
12833
|
+
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
12834
|
+
"dev": true,
|
|
12835
|
+
"license": "MPL-2.0",
|
|
12836
|
+
"dependencies": {
|
|
12837
|
+
"detect-libc": "^2.0.3"
|
|
12838
|
+
},
|
|
12839
|
+
"engines": {
|
|
12840
|
+
"node": ">= 12.0.0"
|
|
12841
|
+
},
|
|
12842
|
+
"funding": {
|
|
12843
|
+
"type": "opencollective",
|
|
12844
|
+
"url": "https://opencollective.com/parcel"
|
|
12845
|
+
},
|
|
12846
|
+
"optionalDependencies": {
|
|
12847
|
+
"lightningcss-android-arm64": "1.33.0",
|
|
12848
|
+
"lightningcss-darwin-arm64": "1.33.0",
|
|
12849
|
+
"lightningcss-darwin-x64": "1.33.0",
|
|
12850
|
+
"lightningcss-freebsd-x64": "1.33.0",
|
|
12851
|
+
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
12852
|
+
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
12853
|
+
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
12854
|
+
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
12855
|
+
"lightningcss-linux-x64-musl": "1.33.0",
|
|
12856
|
+
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
12857
|
+
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
12858
|
+
}
|
|
12859
|
+
},
|
|
12860
|
+
"node_modules/vite/node_modules/lightningcss-android-arm64": {
|
|
12861
|
+
"version": "1.33.0",
|
|
12862
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
12863
|
+
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
12864
|
+
"cpu": [
|
|
12865
|
+
"arm64"
|
|
12866
|
+
],
|
|
12867
|
+
"dev": true,
|
|
12868
|
+
"license": "MPL-2.0",
|
|
12869
|
+
"optional": true,
|
|
12870
|
+
"os": [
|
|
12871
|
+
"android"
|
|
12872
|
+
],
|
|
12873
|
+
"engines": {
|
|
12874
|
+
"node": ">= 12.0.0"
|
|
12875
|
+
},
|
|
12876
|
+
"funding": {
|
|
12877
|
+
"type": "opencollective",
|
|
12878
|
+
"url": "https://opencollective.com/parcel"
|
|
12879
|
+
}
|
|
12880
|
+
},
|
|
12881
|
+
"node_modules/vite/node_modules/lightningcss-darwin-arm64": {
|
|
12882
|
+
"version": "1.33.0",
|
|
12883
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
12884
|
+
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
12885
|
+
"cpu": [
|
|
12886
|
+
"arm64"
|
|
12887
|
+
],
|
|
12888
|
+
"dev": true,
|
|
12889
|
+
"license": "MPL-2.0",
|
|
12890
|
+
"optional": true,
|
|
12891
|
+
"os": [
|
|
12892
|
+
"darwin"
|
|
12893
|
+
],
|
|
12894
|
+
"engines": {
|
|
12895
|
+
"node": ">= 12.0.0"
|
|
12896
|
+
},
|
|
12897
|
+
"funding": {
|
|
12898
|
+
"type": "opencollective",
|
|
12899
|
+
"url": "https://opencollective.com/parcel"
|
|
12900
|
+
}
|
|
12901
|
+
},
|
|
12902
|
+
"node_modules/vite/node_modules/lightningcss-darwin-x64": {
|
|
12903
|
+
"version": "1.33.0",
|
|
12904
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
12905
|
+
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
12906
|
+
"cpu": [
|
|
12907
|
+
"x64"
|
|
12908
|
+
],
|
|
12909
|
+
"dev": true,
|
|
12910
|
+
"license": "MPL-2.0",
|
|
12911
|
+
"optional": true,
|
|
12912
|
+
"os": [
|
|
12913
|
+
"darwin"
|
|
12914
|
+
],
|
|
12915
|
+
"engines": {
|
|
12916
|
+
"node": ">= 12.0.0"
|
|
12917
|
+
},
|
|
12918
|
+
"funding": {
|
|
12919
|
+
"type": "opencollective",
|
|
12920
|
+
"url": "https://opencollective.com/parcel"
|
|
12921
|
+
}
|
|
12922
|
+
},
|
|
12923
|
+
"node_modules/vite/node_modules/lightningcss-freebsd-x64": {
|
|
12924
|
+
"version": "1.33.0",
|
|
12925
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
12926
|
+
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
12927
|
+
"cpu": [
|
|
12928
|
+
"x64"
|
|
12929
|
+
],
|
|
12930
|
+
"dev": true,
|
|
12931
|
+
"license": "MPL-2.0",
|
|
12932
|
+
"optional": true,
|
|
12933
|
+
"os": [
|
|
12934
|
+
"freebsd"
|
|
12935
|
+
],
|
|
12936
|
+
"engines": {
|
|
12937
|
+
"node": ">= 12.0.0"
|
|
12938
|
+
},
|
|
12939
|
+
"funding": {
|
|
12940
|
+
"type": "opencollective",
|
|
12941
|
+
"url": "https://opencollective.com/parcel"
|
|
12942
|
+
}
|
|
12943
|
+
},
|
|
12944
|
+
"node_modules/vite/node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
12945
|
+
"version": "1.33.0",
|
|
12946
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
12947
|
+
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
12948
|
+
"cpu": [
|
|
12949
|
+
"arm"
|
|
12950
|
+
],
|
|
12951
|
+
"dev": true,
|
|
12952
|
+
"license": "MPL-2.0",
|
|
12953
|
+
"optional": true,
|
|
12954
|
+
"os": [
|
|
12955
|
+
"linux"
|
|
12956
|
+
],
|
|
12957
|
+
"engines": {
|
|
12958
|
+
"node": ">= 12.0.0"
|
|
12959
|
+
},
|
|
12960
|
+
"funding": {
|
|
12961
|
+
"type": "opencollective",
|
|
12962
|
+
"url": "https://opencollective.com/parcel"
|
|
12963
|
+
}
|
|
12964
|
+
},
|
|
12965
|
+
"node_modules/vite/node_modules/lightningcss-linux-arm64-gnu": {
|
|
12966
|
+
"version": "1.33.0",
|
|
12967
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
12968
|
+
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
12969
|
+
"cpu": [
|
|
12970
|
+
"arm64"
|
|
12971
|
+
],
|
|
12972
|
+
"dev": true,
|
|
12973
|
+
"license": "MPL-2.0",
|
|
12974
|
+
"optional": true,
|
|
12975
|
+
"os": [
|
|
12976
|
+
"linux"
|
|
12977
|
+
],
|
|
12978
|
+
"engines": {
|
|
12979
|
+
"node": ">= 12.0.0"
|
|
12980
|
+
},
|
|
12981
|
+
"funding": {
|
|
12982
|
+
"type": "opencollective",
|
|
12983
|
+
"url": "https://opencollective.com/parcel"
|
|
12984
|
+
}
|
|
12985
|
+
},
|
|
12986
|
+
"node_modules/vite/node_modules/lightningcss-linux-arm64-musl": {
|
|
12987
|
+
"version": "1.33.0",
|
|
12988
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
12989
|
+
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
12990
|
+
"cpu": [
|
|
12991
|
+
"arm64"
|
|
12992
|
+
],
|
|
12993
|
+
"dev": true,
|
|
12994
|
+
"license": "MPL-2.0",
|
|
12995
|
+
"optional": true,
|
|
12996
|
+
"os": [
|
|
12997
|
+
"linux"
|
|
12998
|
+
],
|
|
12999
|
+
"engines": {
|
|
13000
|
+
"node": ">= 12.0.0"
|
|
13001
|
+
},
|
|
13002
|
+
"funding": {
|
|
13003
|
+
"type": "opencollective",
|
|
13004
|
+
"url": "https://opencollective.com/parcel"
|
|
13005
|
+
}
|
|
13006
|
+
},
|
|
13007
|
+
"node_modules/vite/node_modules/lightningcss-linux-x64-gnu": {
|
|
13008
|
+
"version": "1.33.0",
|
|
13009
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
13010
|
+
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
13011
|
+
"cpu": [
|
|
13012
|
+
"x64"
|
|
13013
|
+
],
|
|
13014
|
+
"dev": true,
|
|
13015
|
+
"license": "MPL-2.0",
|
|
13016
|
+
"optional": true,
|
|
13017
|
+
"os": [
|
|
13018
|
+
"linux"
|
|
13019
|
+
],
|
|
13020
|
+
"engines": {
|
|
13021
|
+
"node": ">= 12.0.0"
|
|
13022
|
+
},
|
|
13023
|
+
"funding": {
|
|
13024
|
+
"type": "opencollective",
|
|
13025
|
+
"url": "https://opencollective.com/parcel"
|
|
13026
|
+
}
|
|
13027
|
+
},
|
|
13028
|
+
"node_modules/vite/node_modules/lightningcss-linux-x64-musl": {
|
|
13029
|
+
"version": "1.33.0",
|
|
13030
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
13031
|
+
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
13032
|
+
"cpu": [
|
|
13033
|
+
"x64"
|
|
13034
|
+
],
|
|
13035
|
+
"dev": true,
|
|
13036
|
+
"license": "MPL-2.0",
|
|
13037
|
+
"optional": true,
|
|
13038
|
+
"os": [
|
|
13039
|
+
"linux"
|
|
13040
|
+
],
|
|
13041
|
+
"engines": {
|
|
13042
|
+
"node": ">= 12.0.0"
|
|
13043
|
+
},
|
|
13044
|
+
"funding": {
|
|
13045
|
+
"type": "opencollective",
|
|
13046
|
+
"url": "https://opencollective.com/parcel"
|
|
13047
|
+
}
|
|
13048
|
+
},
|
|
13049
|
+
"node_modules/vite/node_modules/lightningcss-win32-arm64-msvc": {
|
|
13050
|
+
"version": "1.33.0",
|
|
13051
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
13052
|
+
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
13053
|
+
"cpu": [
|
|
13054
|
+
"arm64"
|
|
13055
|
+
],
|
|
13056
|
+
"dev": true,
|
|
13057
|
+
"license": "MPL-2.0",
|
|
13058
|
+
"optional": true,
|
|
13059
|
+
"os": [
|
|
13060
|
+
"win32"
|
|
13061
|
+
],
|
|
13062
|
+
"engines": {
|
|
13063
|
+
"node": ">= 12.0.0"
|
|
13064
|
+
},
|
|
13065
|
+
"funding": {
|
|
13066
|
+
"type": "opencollective",
|
|
13067
|
+
"url": "https://opencollective.com/parcel"
|
|
13068
|
+
}
|
|
13069
|
+
},
|
|
13070
|
+
"node_modules/vite/node_modules/lightningcss-win32-x64-msvc": {
|
|
13071
|
+
"version": "1.33.0",
|
|
13072
|
+
"resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
13073
|
+
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
13074
|
+
"cpu": [
|
|
13075
|
+
"x64"
|
|
13076
|
+
],
|
|
13077
|
+
"dev": true,
|
|
13078
|
+
"license": "MPL-2.0",
|
|
13079
|
+
"optional": true,
|
|
13080
|
+
"os": [
|
|
13081
|
+
"win32"
|
|
13082
|
+
],
|
|
13083
|
+
"engines": {
|
|
13084
|
+
"node": ">= 12.0.0"
|
|
13085
|
+
},
|
|
13086
|
+
"funding": {
|
|
13087
|
+
"type": "opencollective",
|
|
13088
|
+
"url": "https://opencollective.com/parcel"
|
|
13089
|
+
}
|
|
13090
|
+
},
|
|
12805
13091
|
"node_modules/vite/node_modules/picomatch": {
|
|
12806
|
-
"version": "4.0.
|
|
12807
|
-
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.
|
|
12808
|
-
"integrity": "sha512-
|
|
13092
|
+
"version": "4.0.7",
|
|
13093
|
+
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.7.tgz",
|
|
13094
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
12809
13095
|
"dev": true,
|
|
12810
13096
|
"license": "MIT",
|
|
12811
13097
|
"engines": {
|
|
@@ -12829,9 +13115,9 @@
|
|
|
12829
13115
|
}
|
|
12830
13116
|
},
|
|
12831
13117
|
"node_modules/webpack": {
|
|
12832
|
-
"version": "5.
|
|
12833
|
-
"resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.
|
|
12834
|
-
"integrity": "sha512-
|
|
13118
|
+
"version": "5.110.3",
|
|
13119
|
+
"resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.110.3.tgz",
|
|
13120
|
+
"integrity": "sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==",
|
|
12835
13121
|
"license": "MIT",
|
|
12836
13122
|
"peer": true,
|
|
12837
13123
|
"dependencies": {
|
|
@@ -12841,22 +13127,19 @@
|
|
|
12841
13127
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
12842
13128
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
12843
13129
|
"acorn": "^8.16.0",
|
|
12844
|
-
"acorn-import-phases": "^1.0.3",
|
|
12845
13130
|
"browserslist": "^4.28.1",
|
|
12846
13131
|
"chrome-trace-event": "^1.0.2",
|
|
12847
|
-
"enhanced-resolve": "^5.
|
|
13132
|
+
"enhanced-resolve": "^5.24.4",
|
|
12848
13133
|
"es-module-lexer": "^2.1.0",
|
|
12849
|
-
"eslint-scope": "5.1.1",
|
|
12850
13134
|
"events": "^3.2.0",
|
|
12851
13135
|
"graceful-fs": "^4.2.11",
|
|
12852
|
-
"loader-runner": "^4.3.2",
|
|
12853
13136
|
"mime-db": "^1.54.0",
|
|
12854
|
-
"minimizer-webpack-plugin": "^5.
|
|
13137
|
+
"minimizer-webpack-plugin": "^5.7.0",
|
|
12855
13138
|
"neo-async": "^2.6.2",
|
|
12856
13139
|
"schema-utils": "^4.3.3",
|
|
12857
13140
|
"tapable": "^2.3.0",
|
|
12858
13141
|
"watchpack": "^2.5.2",
|
|
12859
|
-
"webpack-sources": "^3.5.
|
|
13142
|
+
"webpack-sources": "^3.5.1"
|
|
12860
13143
|
},
|
|
12861
13144
|
"bin": {
|
|
12862
13145
|
"webpack": "bin/webpack.js"
|
|
@@ -12914,44 +13197,6 @@
|
|
|
12914
13197
|
"ajv": "^8.8.2"
|
|
12915
13198
|
}
|
|
12916
13199
|
},
|
|
12917
|
-
"node_modules/webpack/node_modules/enhanced-resolve": {
|
|
12918
|
-
"version": "5.24.2",
|
|
12919
|
-
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.24.2.tgz",
|
|
12920
|
-
"integrity": "sha512-rpsZEGT1jFuve6QlpyRp9ckQ+kN61hvF9BzCPyMdaKTm8UJce96KBn3sorXOFXlzjPrs3Vc4T1NsSroZ3PxlFw==",
|
|
12921
|
-
"license": "MIT",
|
|
12922
|
-
"peer": true,
|
|
12923
|
-
"dependencies": {
|
|
12924
|
-
"graceful-fs": "^4.2.4",
|
|
12925
|
-
"tapable": "^2.3.3"
|
|
12926
|
-
},
|
|
12927
|
-
"engines": {
|
|
12928
|
-
"node": ">=10.13.0"
|
|
12929
|
-
}
|
|
12930
|
-
},
|
|
12931
|
-
"node_modules/webpack/node_modules/eslint-scope": {
|
|
12932
|
-
"version": "5.1.1",
|
|
12933
|
-
"resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
|
|
12934
|
-
"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
|
|
12935
|
-
"license": "BSD-2-Clause",
|
|
12936
|
-
"peer": true,
|
|
12937
|
-
"dependencies": {
|
|
12938
|
-
"esrecurse": "^4.3.0",
|
|
12939
|
-
"estraverse": "^4.1.1"
|
|
12940
|
-
},
|
|
12941
|
-
"engines": {
|
|
12942
|
-
"node": ">=8.0.0"
|
|
12943
|
-
}
|
|
12944
|
-
},
|
|
12945
|
-
"node_modules/webpack/node_modules/estraverse": {
|
|
12946
|
-
"version": "4.3.0",
|
|
12947
|
-
"resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
|
|
12948
|
-
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
12949
|
-
"license": "BSD-2-Clause",
|
|
12950
|
-
"peer": true,
|
|
12951
|
-
"engines": {
|
|
12952
|
-
"node": ">=4.0"
|
|
12953
|
-
}
|
|
12954
|
-
},
|
|
12955
13200
|
"node_modules/webpack/node_modules/json-schema-traverse": {
|
|
12956
13201
|
"version": "1.0.0",
|
|
12957
13202
|
"resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -13165,6 +13410,24 @@
|
|
|
13165
13410
|
"node": ">=10"
|
|
13166
13411
|
}
|
|
13167
13412
|
},
|
|
13413
|
+
"node_modules/yaml": {
|
|
13414
|
+
"version": "2.9.0",
|
|
13415
|
+
"resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
|
|
13416
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
13417
|
+
"dev": true,
|
|
13418
|
+
"license": "ISC",
|
|
13419
|
+
"optional": true,
|
|
13420
|
+
"peer": true,
|
|
13421
|
+
"bin": {
|
|
13422
|
+
"yaml": "bin.mjs"
|
|
13423
|
+
},
|
|
13424
|
+
"engines": {
|
|
13425
|
+
"node": ">= 14.6"
|
|
13426
|
+
},
|
|
13427
|
+
"funding": {
|
|
13428
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
13429
|
+
}
|
|
13430
|
+
},
|
|
13168
13431
|
"node_modules/yargs": {
|
|
13169
13432
|
"version": "17.7.2",
|
|
13170
13433
|
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -13222,24 +13485,24 @@
|
|
|
13222
13485
|
}
|
|
13223
13486
|
},
|
|
13224
13487
|
"node_modules/zod": {
|
|
13225
|
-
"version": "4.4
|
|
13226
|
-
"resolved": "https://registry.npmmirror.com/zod/-/zod-4.4.
|
|
13227
|
-
"integrity": "sha512-
|
|
13488
|
+
"version": "4.5.4",
|
|
13489
|
+
"resolved": "https://registry.npmmirror.com/zod/-/zod-4.5.4.tgz",
|
|
13490
|
+
"integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==",
|
|
13228
13491
|
"license": "MIT",
|
|
13229
13492
|
"funding": {
|
|
13230
13493
|
"url": "https://github.com/sponsors/colinhacks"
|
|
13231
13494
|
}
|
|
13232
13495
|
},
|
|
13233
13496
|
"node_modules/zone.js": {
|
|
13234
|
-
"version": "0.16.
|
|
13235
|
-
"resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.
|
|
13236
|
-
"integrity": "sha512-
|
|
13497
|
+
"version": "0.16.3",
|
|
13498
|
+
"resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.3.tgz",
|
|
13499
|
+
"integrity": "sha512-ihXL9+vhYyEhXz4TDNpHeAOZN9FVrbog0Il64OIEI28UP/n5AaI6gsccRuOHBfx+206agzyoK527bYIO0Foy6A==",
|
|
13237
13500
|
"license": "MIT"
|
|
13238
13501
|
},
|
|
13239
13502
|
"node_modules/zrender": {
|
|
13240
|
-
"version": "
|
|
13241
|
-
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-
|
|
13242
|
-
"integrity": "sha512-
|
|
13503
|
+
"version": "6.1.0",
|
|
13504
|
+
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-6.1.0.tgz",
|
|
13505
|
+
"integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
|
|
13243
13506
|
"license": "BSD-3-Clause",
|
|
13244
13507
|
"dependencies": {
|
|
13245
13508
|
"tslib": "2.3.0"
|