create-auto-app 1.103.0 → 1.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-auto-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.105.0",
|
|
4
4
|
"description": "Create Auto Engineer apps with no configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"fs-extra": "^11.2.0",
|
|
34
34
|
"inquirer": "^9.2.15",
|
|
35
35
|
"ora": "^8.0.1",
|
|
36
|
-
"@auto-engineer/id": "1.
|
|
36
|
+
"@auto-engineer/id": "1.105.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"@auto-engineer/app-implementer": "workspace:*",
|
|
26
26
|
"@auto-engineer/component-implementor-react": "workspace:*",
|
|
27
27
|
"@auto-engineer/server-implementer": "workspace:*",
|
|
28
|
+
"@auto-engineer/component-parser": "workspace:*",
|
|
28
29
|
"@auto-engineer/submit-bug-report": "workspace:*",
|
|
29
30
|
"@event-driven-io/emmett": "0.43.0-beta.5",
|
|
30
31
|
"@event-driven-io/emmett-sqlite": "0.43.0-beta.5",
|
|
@@ -17,6 +17,9 @@ importers:
|
|
|
17
17
|
'@auto-engineer/component-implementor-react':
|
|
18
18
|
specifier: link:../../packages/component-implementor-react
|
|
19
19
|
version: link:../../packages/component-implementor-react
|
|
20
|
+
'@auto-engineer/component-parser':
|
|
21
|
+
specifier: link:../../packages/component-parser
|
|
22
|
+
version: link:../../packages/component-parser
|
|
20
23
|
'@auto-engineer/dev-server':
|
|
21
24
|
specifier: link:../../packages/dev-server
|
|
22
25
|
version: link:../../packages/dev-server
|
|
@@ -164,7 +167,7 @@ importers:
|
|
|
164
167
|
version: 7.71.2(react@19.2.4)
|
|
165
168
|
react-resizable-panels:
|
|
166
169
|
specifier: ^4.6.1
|
|
167
|
-
version: 4.7.
|
|
170
|
+
version: 4.7.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
168
171
|
react-router-dom:
|
|
169
172
|
specifier: ^7.13.0
|
|
170
173
|
version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -186,7 +189,7 @@ importers:
|
|
|
186
189
|
devDependencies:
|
|
187
190
|
'@biomejs/biome':
|
|
188
191
|
specifier: ^2.3.10
|
|
189
|
-
version: 2.4.
|
|
192
|
+
version: 2.4.5
|
|
190
193
|
'@graphql-codegen/cli':
|
|
191
194
|
specifier: ^6.1.1
|
|
192
195
|
version: 6.1.2(@parcel/watcher@2.5.6)(@types/node@24.11.0)(encoding@0.1.13)(graphql@16.13.0)(typescript@5.9.3)
|
|
@@ -198,13 +201,13 @@ importers:
|
|
|
198
201
|
version: 2.5.6
|
|
199
202
|
'@storybook/addon-docs':
|
|
200
203
|
specifier: ^10.2.8
|
|
201
|
-
version: 10.2.
|
|
204
|
+
version: 10.2.15(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
202
205
|
'@storybook/addon-mcp':
|
|
203
206
|
specifier: ^0.2.2
|
|
204
|
-
version: 0.2.3(storybook@10.2.
|
|
207
|
+
version: 0.2.3(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
|
205
208
|
'@storybook/react-vite':
|
|
206
209
|
specifier: ^10.2.8
|
|
207
|
-
version: 10.2.
|
|
210
|
+
version: 10.2.15(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
208
211
|
'@tailwindcss/vite':
|
|
209
212
|
specifier: ^4.1.16
|
|
210
213
|
version: 4.2.1(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
@@ -234,7 +237,7 @@ importers:
|
|
|
234
237
|
version: 3.2.4(vitest@3.2.4)
|
|
235
238
|
'@vueless/storybook-dark-mode':
|
|
236
239
|
specifier: ^10.0.7
|
|
237
|
-
version: 10.0.7(storybook@10.2.
|
|
240
|
+
version: 10.0.7(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
238
241
|
graphql:
|
|
239
242
|
specifier: ^16.12.0
|
|
240
243
|
version: 16.13.0
|
|
@@ -252,7 +255,7 @@ importers:
|
|
|
252
255
|
version: 2.0.6(msw@2.12.10(@types/node@24.11.0)(typescript@5.9.3))
|
|
253
256
|
storybook:
|
|
254
257
|
specifier: ^10.2.8
|
|
255
|
-
version: 10.2.
|
|
258
|
+
version: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
256
259
|
tailwindcss:
|
|
257
260
|
specifier: ^4.1.16
|
|
258
261
|
version: 4.2.1
|
|
@@ -501,55 +504,55 @@ packages:
|
|
|
501
504
|
resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
|
|
502
505
|
engines: {node: '>=18'}
|
|
503
506
|
|
|
504
|
-
'@biomejs/biome@2.4.
|
|
505
|
-
resolution: {integrity: sha512-
|
|
507
|
+
'@biomejs/biome@2.4.5':
|
|
508
|
+
resolution: {integrity: sha512-OWNCyMS0Q011R6YifXNOg6qsOg64IVc7XX6SqGsrGszPbkVCoaO7Sr/lISFnXZ9hjQhDewwZ40789QmrG0GYgQ==}
|
|
506
509
|
engines: {node: '>=14.21.3'}
|
|
507
510
|
hasBin: true
|
|
508
511
|
|
|
509
|
-
'@biomejs/cli-darwin-arm64@2.4.
|
|
510
|
-
resolution: {integrity: sha512-
|
|
512
|
+
'@biomejs/cli-darwin-arm64@2.4.5':
|
|
513
|
+
resolution: {integrity: sha512-lGS4Nd5O3KQJ6TeWv10mElnx1phERhBxqGP/IKq0SvZl78kcWDFMaTtVK+w3v3lusRFxJY78n07PbKplirsU5g==}
|
|
511
514
|
engines: {node: '>=14.21.3'}
|
|
512
515
|
cpu: [arm64]
|
|
513
516
|
os: [darwin]
|
|
514
517
|
|
|
515
|
-
'@biomejs/cli-darwin-x64@2.4.
|
|
516
|
-
resolution: {integrity: sha512-
|
|
518
|
+
'@biomejs/cli-darwin-x64@2.4.5':
|
|
519
|
+
resolution: {integrity: sha512-6MoH4tyISIBNkZ2Q5T1R7dLd5BsITb2yhhhrU9jHZxnNSNMWl+s2Mxu7NBF8Y3a7JJcqq9nsk8i637z4gqkJxQ==}
|
|
517
520
|
engines: {node: '>=14.21.3'}
|
|
518
521
|
cpu: [x64]
|
|
519
522
|
os: [darwin]
|
|
520
523
|
|
|
521
|
-
'@biomejs/cli-linux-arm64-musl@2.4.
|
|
522
|
-
resolution: {integrity: sha512
|
|
524
|
+
'@biomejs/cli-linux-arm64-musl@2.4.5':
|
|
525
|
+
resolution: {integrity: sha512-iqLDgpzobG7gpBF0fwEVS/LT8kmN7+S0E2YKFDtqliJfzNLnAiV2Nnyb+ehCDCJgAZBASkYHR2o60VQWikpqIg==}
|
|
523
526
|
engines: {node: '>=14.21.3'}
|
|
524
527
|
cpu: [arm64]
|
|
525
528
|
os: [linux]
|
|
526
529
|
|
|
527
|
-
'@biomejs/cli-linux-arm64@2.4.
|
|
528
|
-
resolution: {integrity: sha512-
|
|
530
|
+
'@biomejs/cli-linux-arm64@2.4.5':
|
|
531
|
+
resolution: {integrity: sha512-U1GAG6FTjhAO04MyH4xn23wRNBkT6H7NentHh+8UxD6ShXKBm5SY4RedKJzkUThANxb9rUKIPc7B8ew9Xo/cWg==}
|
|
529
532
|
engines: {node: '>=14.21.3'}
|
|
530
533
|
cpu: [arm64]
|
|
531
534
|
os: [linux]
|
|
532
535
|
|
|
533
|
-
'@biomejs/cli-linux-x64-musl@2.4.
|
|
534
|
-
resolution: {integrity: sha512-
|
|
536
|
+
'@biomejs/cli-linux-x64-musl@2.4.5':
|
|
537
|
+
resolution: {integrity: sha512-NlKa7GpbQmNhZf9kakQeddqZyT7itN7jjWdakELeXyTU3pg/83fTysRRDPJD0akTfKDl6vZYNT9Zqn4MYZVBOA==}
|
|
535
538
|
engines: {node: '>=14.21.3'}
|
|
536
539
|
cpu: [x64]
|
|
537
540
|
os: [linux]
|
|
538
541
|
|
|
539
|
-
'@biomejs/cli-linux-x64@2.4.
|
|
540
|
-
resolution: {integrity: sha512-
|
|
542
|
+
'@biomejs/cli-linux-x64@2.4.5':
|
|
543
|
+
resolution: {integrity: sha512-NdODlSugMzTlENPTa4z0xB82dTUlCpsrOxc43///aNkTLblIYH4XpYflBbf5ySlQuP8AA4AZd1qXhV07IdrHdQ==}
|
|
541
544
|
engines: {node: '>=14.21.3'}
|
|
542
545
|
cpu: [x64]
|
|
543
546
|
os: [linux]
|
|
544
547
|
|
|
545
|
-
'@biomejs/cli-win32-arm64@2.4.
|
|
546
|
-
resolution: {integrity: sha512-
|
|
548
|
+
'@biomejs/cli-win32-arm64@2.4.5':
|
|
549
|
+
resolution: {integrity: sha512-EBfrTqRIWOFSd7CQb/0ttjHMR88zm3hGravnDwUA9wHAaCAYsULKDebWcN5RmrEo1KBtl/gDVJMrFjNR0pdGUw==}
|
|
547
550
|
engines: {node: '>=14.21.3'}
|
|
548
551
|
cpu: [arm64]
|
|
549
552
|
os: [win32]
|
|
550
553
|
|
|
551
|
-
'@biomejs/cli-win32-x64@2.4.
|
|
552
|
-
resolution: {integrity: sha512-
|
|
554
|
+
'@biomejs/cli-win32-x64@2.4.5':
|
|
555
|
+
resolution: {integrity: sha512-Pmhv9zT95YzECfjEHNl3mN9Vhusw9VA5KHY0ZvlGsxsjwS5cb7vpRnHzJIv0vG7jB0JI7xEaMH9ddfZm/RozBw==}
|
|
553
556
|
engines: {node: '>=14.21.3'}
|
|
554
557
|
cpu: [x64]
|
|
555
558
|
os: [win32]
|
|
@@ -815,20 +818,20 @@ packages:
|
|
|
815
818
|
'@fastify/busboy@3.2.0':
|
|
816
819
|
resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
|
|
817
820
|
|
|
818
|
-
'@floating-ui/core@1.7.
|
|
819
|
-
resolution: {integrity: sha512-
|
|
821
|
+
'@floating-ui/core@1.7.5':
|
|
822
|
+
resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
|
|
820
823
|
|
|
821
|
-
'@floating-ui/dom@1.7.
|
|
822
|
-
resolution: {integrity: sha512-
|
|
824
|
+
'@floating-ui/dom@1.7.6':
|
|
825
|
+
resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
|
|
823
826
|
|
|
824
|
-
'@floating-ui/react-dom@2.1.
|
|
825
|
-
resolution: {integrity: sha512-
|
|
827
|
+
'@floating-ui/react-dom@2.1.8':
|
|
828
|
+
resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==}
|
|
826
829
|
peerDependencies:
|
|
827
830
|
react: '>=16.8.0'
|
|
828
831
|
react-dom: '>=16.8.0'
|
|
829
832
|
|
|
830
|
-
'@floating-ui/utils@0.2.
|
|
831
|
-
resolution: {integrity: sha512-
|
|
833
|
+
'@floating-ui/utils@0.2.11':
|
|
834
|
+
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
|
|
832
835
|
|
|
833
836
|
'@gar/promisify@1.1.3':
|
|
834
837
|
resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
|
|
@@ -2387,28 +2390,28 @@ packages:
|
|
|
2387
2390
|
'@standard-schema/utils@0.3.0':
|
|
2388
2391
|
resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
|
|
2389
2392
|
|
|
2390
|
-
'@storybook/addon-docs@10.2.
|
|
2391
|
-
resolution: {integrity: sha512-
|
|
2393
|
+
'@storybook/addon-docs@10.2.15':
|
|
2394
|
+
resolution: {integrity: sha512-gZ1tLXS9HycIt99cKfkAS7D2Arv/vlSZN0YJlQ/8Hurvnsah2NrxZkRbSx4S7HBzZ23u0CMIoXnFlinGYNWQNA==}
|
|
2392
2395
|
peerDependencies:
|
|
2393
|
-
storybook: ^10.2.
|
|
2396
|
+
storybook: ^10.2.15
|
|
2394
2397
|
|
|
2395
2398
|
'@storybook/addon-mcp@0.2.3':
|
|
2396
2399
|
resolution: {integrity: sha512-4dwFNXtJNJnQQOcCyOriS1+H5eop1RC0PZYp10mGN+mlaIW5WfyFKFuqknleHaOQLJQ8+nI7QMjGwZuJmOUxhw==}
|
|
2397
2400
|
peerDependencies:
|
|
2398
2401
|
storybook: ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0
|
|
2399
2402
|
|
|
2400
|
-
'@storybook/builder-vite@10.2.
|
|
2401
|
-
resolution: {integrity: sha512
|
|
2403
|
+
'@storybook/builder-vite@10.2.15':
|
|
2404
|
+
resolution: {integrity: sha512-+RWyGxvIsT5rx3E1AQJIhKJj9XA4pP2JpYBOY90460Lsf40e9zfgml4cORGYhNmC5N3PMo6QkfsEOO2gLcQNJA==}
|
|
2402
2405
|
peerDependencies:
|
|
2403
|
-
storybook: ^10.2.
|
|
2406
|
+
storybook: ^10.2.15
|
|
2404
2407
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
2405
2408
|
|
|
2406
|
-
'@storybook/csf-plugin@10.2.
|
|
2407
|
-
resolution: {integrity: sha512-
|
|
2409
|
+
'@storybook/csf-plugin@10.2.15':
|
|
2410
|
+
resolution: {integrity: sha512-QPZg2JXB3k7mMI7yoqurMWR6eisUDPrbjbM71L1wW4FUehW/CKChUWy97vP6Bgm1sU17Tfoc3nBRUdtEDC1RSw==}
|
|
2408
2411
|
peerDependencies:
|
|
2409
2412
|
esbuild: '*'
|
|
2410
2413
|
rollup: '*'
|
|
2411
|
-
storybook: ^10.2.
|
|
2414
|
+
storybook: ^10.2.15
|
|
2412
2415
|
vite: '*'
|
|
2413
2416
|
webpack: '*'
|
|
2414
2417
|
peerDependenciesMeta:
|
|
@@ -2433,27 +2436,27 @@ packages:
|
|
|
2433
2436
|
'@storybook/mcp@0.2.2':
|
|
2434
2437
|
resolution: {integrity: sha512-jHM1E2CyRwZYBMT9PqsdDT5LFf8c79fdYLdPueLZl1BZUQSpEipitVmXFbcEAClBT/Gsq/K1zNUNIP4+nAXAaw==}
|
|
2435
2438
|
|
|
2436
|
-
'@storybook/react-dom-shim@10.2.
|
|
2437
|
-
resolution: {integrity: sha512-
|
|
2439
|
+
'@storybook/react-dom-shim@10.2.15':
|
|
2440
|
+
resolution: {integrity: sha512-rfPwAz0f67ORfKpA0gq9bhDNlDST2CY9X7bjVfOvOHIfaVVjIJ8wTXE8ozBxOXTBbcv0eblRR9Xcm7aRBG8+iA==}
|
|
2438
2441
|
peerDependencies:
|
|
2439
2442
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2440
2443
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2441
|
-
storybook: ^10.2.
|
|
2444
|
+
storybook: ^10.2.15
|
|
2442
2445
|
|
|
2443
|
-
'@storybook/react-vite@10.2.
|
|
2444
|
-
resolution: {integrity: sha512-
|
|
2446
|
+
'@storybook/react-vite@10.2.15':
|
|
2447
|
+
resolution: {integrity: sha512-AMLKdAnHglFYA0P+KlfkRx2xUSK3+DcCcBL6yQuEwl/MhrQafUJy1kfLWWAbiiPml1inyrer71p/635YUJrQBA==}
|
|
2445
2448
|
peerDependencies:
|
|
2446
2449
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2447
2450
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2448
|
-
storybook: ^10.2.
|
|
2451
|
+
storybook: ^10.2.15
|
|
2449
2452
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
2450
2453
|
|
|
2451
|
-
'@storybook/react@10.2.
|
|
2452
|
-
resolution: {integrity: sha512-
|
|
2454
|
+
'@storybook/react@10.2.15':
|
|
2455
|
+
resolution: {integrity: sha512-gyreXMjiS1mRiagaGtAqia142hoQ3EDd2nIxwvZu0av/TWpq7Rn6Fh3a9Jdi6Y4psUO+CqGPPur0svgfAD/4+Q==}
|
|
2453
2456
|
peerDependencies:
|
|
2454
2457
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2455
2458
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2456
|
-
storybook: ^10.2.
|
|
2459
|
+
storybook: ^10.2.15
|
|
2457
2460
|
typescript: '>= 4.9.x'
|
|
2458
2461
|
peerDependenciesMeta:
|
|
2459
2462
|
typescript:
|
|
@@ -3185,8 +3188,8 @@ packages:
|
|
|
3185
3188
|
camel-case@4.1.2:
|
|
3186
3189
|
resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
|
|
3187
3190
|
|
|
3188
|
-
caniuse-lite@1.0.
|
|
3189
|
-
resolution: {integrity: sha512-
|
|
3191
|
+
caniuse-lite@1.0.30001776:
|
|
3192
|
+
resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==}
|
|
3190
3193
|
|
|
3191
3194
|
capital-case@1.0.4:
|
|
3192
3195
|
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
|
|
@@ -3329,8 +3332,8 @@ packages:
|
|
|
3329
3332
|
typescript:
|
|
3330
3333
|
optional: true
|
|
3331
3334
|
|
|
3332
|
-
cosmiconfig@9.0.
|
|
3333
|
-
resolution: {integrity: sha512-
|
|
3335
|
+
cosmiconfig@9.0.1:
|
|
3336
|
+
resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==}
|
|
3334
3337
|
engines: {node: '>=14'}
|
|
3335
3338
|
peerDependencies:
|
|
3336
3339
|
typescript: '>=4.9.5'
|
|
@@ -3558,8 +3561,8 @@ packages:
|
|
|
3558
3561
|
ee-first@1.1.1:
|
|
3559
3562
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
3560
3563
|
|
|
3561
|
-
electron-to-chromium@1.5.
|
|
3562
|
-
resolution: {integrity: sha512-
|
|
3564
|
+
electron-to-chromium@1.5.307:
|
|
3565
|
+
resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==}
|
|
3563
3566
|
|
|
3564
3567
|
embla-carousel-react@8.6.0:
|
|
3565
3568
|
resolution: {integrity: sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==}
|
|
@@ -4606,8 +4609,8 @@ packages:
|
|
|
4606
4609
|
node-int64@0.4.0:
|
|
4607
4610
|
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
|
|
4608
4611
|
|
|
4609
|
-
node-releases@2.0.
|
|
4610
|
-
resolution: {integrity: sha512-
|
|
4612
|
+
node-releases@2.0.36:
|
|
4613
|
+
resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
|
|
4611
4614
|
|
|
4612
4615
|
nopt@5.0.0:
|
|
4613
4616
|
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
|
|
@@ -4890,8 +4893,8 @@ packages:
|
|
|
4890
4893
|
'@types/react':
|
|
4891
4894
|
optional: true
|
|
4892
4895
|
|
|
4893
|
-
react-resizable-panels@4.7.
|
|
4894
|
-
resolution: {integrity: sha512-
|
|
4896
|
+
react-resizable-panels@4.7.1:
|
|
4897
|
+
resolution: {integrity: sha512-RYBRgvdZhnUds5jJWYr1up0hYFofgN1dqSwhxfBl9Savoxms0gyGF0AfaXskhxTYkXrlwc+TlQPe5UkoV+1neg==}
|
|
4895
4898
|
peerDependencies:
|
|
4896
4899
|
react: ^18.0.0 || ^19.0.0
|
|
4897
4900
|
react-dom: ^18.0.0 || ^19.0.0
|
|
@@ -5217,8 +5220,8 @@ packages:
|
|
|
5217
5220
|
std-env@3.10.0:
|
|
5218
5221
|
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
5219
5222
|
|
|
5220
|
-
storybook@10.2.
|
|
5221
|
-
resolution: {integrity: sha512-
|
|
5223
|
+
storybook@10.2.15:
|
|
5224
|
+
resolution: {integrity: sha512-PbBlrMHdkeV2SV2er5v3jvMp1eOosR6v+Dc4h/sJHKHbnnGmwhf01AHwISQp9edEGipyS8lopJPpnEnWeua0mw==}
|
|
5222
5225
|
hasBin: true
|
|
5223
5226
|
peerDependencies:
|
|
5224
5227
|
prettier: ^2 || ^3
|
|
@@ -6030,8 +6033,8 @@ snapshots:
|
|
|
6030
6033
|
dependencies:
|
|
6031
6034
|
'@babel/runtime': 7.28.6
|
|
6032
6035
|
'@base-ui/utils': 0.2.5(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
6033
|
-
'@floating-ui/react-dom': 2.1.
|
|
6034
|
-
'@floating-ui/utils': 0.2.
|
|
6036
|
+
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
6037
|
+
'@floating-ui/utils': 0.2.11
|
|
6035
6038
|
react: 19.2.4
|
|
6036
6039
|
react-dom: 19.2.4(react@19.2.4)
|
|
6037
6040
|
tabbable: 6.4.0
|
|
@@ -6042,7 +6045,7 @@ snapshots:
|
|
|
6042
6045
|
'@base-ui/utils@0.2.5(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
6043
6046
|
dependencies:
|
|
6044
6047
|
'@babel/runtime': 7.28.6
|
|
6045
|
-
'@floating-ui/utils': 0.2.
|
|
6048
|
+
'@floating-ui/utils': 0.2.11
|
|
6046
6049
|
react: 19.2.4
|
|
6047
6050
|
react-dom: 19.2.4(react@19.2.4)
|
|
6048
6051
|
reselect: 5.1.1
|
|
@@ -6052,39 +6055,39 @@ snapshots:
|
|
|
6052
6055
|
|
|
6053
6056
|
'@bcoe/v8-coverage@1.0.2': {}
|
|
6054
6057
|
|
|
6055
|
-
'@biomejs/biome@2.4.
|
|
6058
|
+
'@biomejs/biome@2.4.5':
|
|
6056
6059
|
optionalDependencies:
|
|
6057
|
-
'@biomejs/cli-darwin-arm64': 2.4.
|
|
6058
|
-
'@biomejs/cli-darwin-x64': 2.4.
|
|
6059
|
-
'@biomejs/cli-linux-arm64': 2.4.
|
|
6060
|
-
'@biomejs/cli-linux-arm64-musl': 2.4.
|
|
6061
|
-
'@biomejs/cli-linux-x64': 2.4.
|
|
6062
|
-
'@biomejs/cli-linux-x64-musl': 2.4.
|
|
6063
|
-
'@biomejs/cli-win32-arm64': 2.4.
|
|
6064
|
-
'@biomejs/cli-win32-x64': 2.4.
|
|
6060
|
+
'@biomejs/cli-darwin-arm64': 2.4.5
|
|
6061
|
+
'@biomejs/cli-darwin-x64': 2.4.5
|
|
6062
|
+
'@biomejs/cli-linux-arm64': 2.4.5
|
|
6063
|
+
'@biomejs/cli-linux-arm64-musl': 2.4.5
|
|
6064
|
+
'@biomejs/cli-linux-x64': 2.4.5
|
|
6065
|
+
'@biomejs/cli-linux-x64-musl': 2.4.5
|
|
6066
|
+
'@biomejs/cli-win32-arm64': 2.4.5
|
|
6067
|
+
'@biomejs/cli-win32-x64': 2.4.5
|
|
6065
6068
|
|
|
6066
|
-
'@biomejs/cli-darwin-arm64@2.4.
|
|
6069
|
+
'@biomejs/cli-darwin-arm64@2.4.5':
|
|
6067
6070
|
optional: true
|
|
6068
6071
|
|
|
6069
|
-
'@biomejs/cli-darwin-x64@2.4.
|
|
6072
|
+
'@biomejs/cli-darwin-x64@2.4.5':
|
|
6070
6073
|
optional: true
|
|
6071
6074
|
|
|
6072
|
-
'@biomejs/cli-linux-arm64-musl@2.4.
|
|
6075
|
+
'@biomejs/cli-linux-arm64-musl@2.4.5':
|
|
6073
6076
|
optional: true
|
|
6074
6077
|
|
|
6075
|
-
'@biomejs/cli-linux-arm64@2.4.
|
|
6078
|
+
'@biomejs/cli-linux-arm64@2.4.5':
|
|
6076
6079
|
optional: true
|
|
6077
6080
|
|
|
6078
|
-
'@biomejs/cli-linux-x64-musl@2.4.
|
|
6081
|
+
'@biomejs/cli-linux-x64-musl@2.4.5':
|
|
6079
6082
|
optional: true
|
|
6080
6083
|
|
|
6081
|
-
'@biomejs/cli-linux-x64@2.4.
|
|
6084
|
+
'@biomejs/cli-linux-x64@2.4.5':
|
|
6082
6085
|
optional: true
|
|
6083
6086
|
|
|
6084
|
-
'@biomejs/cli-win32-arm64@2.4.
|
|
6087
|
+
'@biomejs/cli-win32-arm64@2.4.5':
|
|
6085
6088
|
optional: true
|
|
6086
6089
|
|
|
6087
|
-
'@biomejs/cli-win32-x64@2.4.
|
|
6090
|
+
'@biomejs/cli-win32-x64@2.4.5':
|
|
6088
6091
|
optional: true
|
|
6089
6092
|
|
|
6090
6093
|
'@colors/colors@1.5.0':
|
|
@@ -6262,22 +6265,22 @@ snapshots:
|
|
|
6262
6265
|
|
|
6263
6266
|
'@fastify/busboy@3.2.0': {}
|
|
6264
6267
|
|
|
6265
|
-
'@floating-ui/core@1.7.
|
|
6268
|
+
'@floating-ui/core@1.7.5':
|
|
6266
6269
|
dependencies:
|
|
6267
|
-
'@floating-ui/utils': 0.2.
|
|
6270
|
+
'@floating-ui/utils': 0.2.11
|
|
6268
6271
|
|
|
6269
|
-
'@floating-ui/dom@1.7.
|
|
6272
|
+
'@floating-ui/dom@1.7.6':
|
|
6270
6273
|
dependencies:
|
|
6271
|
-
'@floating-ui/core': 1.7.
|
|
6272
|
-
'@floating-ui/utils': 0.2.
|
|
6274
|
+
'@floating-ui/core': 1.7.5
|
|
6275
|
+
'@floating-ui/utils': 0.2.11
|
|
6273
6276
|
|
|
6274
|
-
'@floating-ui/react-dom@2.1.
|
|
6277
|
+
'@floating-ui/react-dom@2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
6275
6278
|
dependencies:
|
|
6276
|
-
'@floating-ui/dom': 1.7.
|
|
6279
|
+
'@floating-ui/dom': 1.7.6
|
|
6277
6280
|
react: 19.2.4
|
|
6278
6281
|
react-dom: 19.2.4(react@19.2.4)
|
|
6279
6282
|
|
|
6280
|
-
'@floating-ui/utils@0.2.
|
|
6283
|
+
'@floating-ui/utils@0.2.11': {}
|
|
6281
6284
|
|
|
6282
6285
|
'@gar/promisify@1.1.3':
|
|
6283
6286
|
optional: true
|
|
@@ -6308,7 +6311,7 @@ snapshots:
|
|
|
6308
6311
|
'@inquirer/prompts': 7.10.1(@types/node@24.11.0)
|
|
6309
6312
|
'@whatwg-node/fetch': 0.10.13
|
|
6310
6313
|
chalk: 4.1.2
|
|
6311
|
-
cosmiconfig: 9.0.
|
|
6314
|
+
cosmiconfig: 9.0.1(typescript@5.9.3)
|
|
6312
6315
|
debounce: 2.2.0
|
|
6313
6316
|
detect-indent: 6.1.0
|
|
6314
6317
|
graphql: 16.13.0
|
|
@@ -7561,7 +7564,7 @@ snapshots:
|
|
|
7561
7564
|
|
|
7562
7565
|
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
7563
7566
|
dependencies:
|
|
7564
|
-
'@floating-ui/react-dom': 2.1.
|
|
7567
|
+
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7565
7568
|
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7566
7569
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
7567
7570
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
@@ -8055,15 +8058,15 @@ snapshots:
|
|
|
8055
8058
|
|
|
8056
8059
|
'@standard-schema/utils@0.3.0': {}
|
|
8057
8060
|
|
|
8058
|
-
'@storybook/addon-docs@10.2.
|
|
8061
|
+
'@storybook/addon-docs@10.2.15(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
8059
8062
|
dependencies:
|
|
8060
8063
|
'@mdx-js/react': 3.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
8061
|
-
'@storybook/csf-plugin': 10.2.
|
|
8064
|
+
'@storybook/csf-plugin': 10.2.15(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
8062
8065
|
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8063
|
-
'@storybook/react-dom-shim': 10.2.
|
|
8066
|
+
'@storybook/react-dom-shim': 10.2.15(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
8064
8067
|
react: 19.2.4
|
|
8065
8068
|
react-dom: 19.2.4(react@19.2.4)
|
|
8066
|
-
storybook: 10.2.
|
|
8069
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8067
8070
|
ts-dedent: 2.2.0
|
|
8068
8071
|
transitivePeerDependencies:
|
|
8069
8072
|
- '@types/react'
|
|
@@ -8072,23 +8075,23 @@ snapshots:
|
|
|
8072
8075
|
- vite
|
|
8073
8076
|
- webpack
|
|
8074
8077
|
|
|
8075
|
-
'@storybook/addon-mcp@0.2.3(storybook@10.2.
|
|
8078
|
+
'@storybook/addon-mcp@0.2.3(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)':
|
|
8076
8079
|
dependencies:
|
|
8077
8080
|
'@storybook/mcp': 0.2.2(typescript@5.9.3)
|
|
8078
8081
|
'@tmcp/adapter-valibot': 0.1.5(tmcp@1.19.2(typescript@5.9.3))(valibot@1.2.0(typescript@5.9.3))
|
|
8079
8082
|
'@tmcp/transport-http': 0.8.4(tmcp@1.19.2(typescript@5.9.3))
|
|
8080
8083
|
picoquery: 2.5.0
|
|
8081
|
-
storybook: 10.2.
|
|
8084
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8082
8085
|
tmcp: 1.19.2(typescript@5.9.3)
|
|
8083
8086
|
valibot: 1.2.0(typescript@5.9.3)
|
|
8084
8087
|
transitivePeerDependencies:
|
|
8085
8088
|
- '@tmcp/auth'
|
|
8086
8089
|
- typescript
|
|
8087
8090
|
|
|
8088
|
-
'@storybook/builder-vite@10.2.
|
|
8091
|
+
'@storybook/builder-vite@10.2.15(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
8089
8092
|
dependencies:
|
|
8090
|
-
'@storybook/csf-plugin': 10.2.
|
|
8091
|
-
storybook: 10.2.
|
|
8093
|
+
'@storybook/csf-plugin': 10.2.15(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
8094
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8092
8095
|
ts-dedent: 2.2.0
|
|
8093
8096
|
vite: 7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2)
|
|
8094
8097
|
transitivePeerDependencies:
|
|
@@ -8096,9 +8099,9 @@ snapshots:
|
|
|
8096
8099
|
- rollup
|
|
8097
8100
|
- webpack
|
|
8098
8101
|
|
|
8099
|
-
'@storybook/csf-plugin@10.2.
|
|
8102
|
+
'@storybook/csf-plugin@10.2.15(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
8100
8103
|
dependencies:
|
|
8101
|
-
storybook: 10.2.
|
|
8104
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8102
8105
|
unplugin: 2.3.11
|
|
8103
8106
|
optionalDependencies:
|
|
8104
8107
|
esbuild: 0.27.3
|
|
@@ -8122,25 +8125,25 @@ snapshots:
|
|
|
8122
8125
|
- '@tmcp/auth'
|
|
8123
8126
|
- typescript
|
|
8124
8127
|
|
|
8125
|
-
'@storybook/react-dom-shim@10.2.
|
|
8128
|
+
'@storybook/react-dom-shim@10.2.15(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))':
|
|
8126
8129
|
dependencies:
|
|
8127
8130
|
react: 19.2.4
|
|
8128
8131
|
react-dom: 19.2.4(react@19.2.4)
|
|
8129
|
-
storybook: 10.2.
|
|
8132
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8130
8133
|
|
|
8131
|
-
'@storybook/react-vite@10.2.
|
|
8134
|
+
'@storybook/react-vite@10.2.15(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
8132
8135
|
dependencies:
|
|
8133
8136
|
'@joshwooding/vite-plugin-react-docgen-typescript': 0.6.4(typescript@5.9.3)(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
8134
8137
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8135
|
-
'@storybook/builder-vite': 10.2.
|
|
8136
|
-
'@storybook/react': 10.2.
|
|
8138
|
+
'@storybook/builder-vite': 10.2.15(esbuild@0.27.3)(rollup@4.59.0)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
8139
|
+
'@storybook/react': 10.2.15(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
|
8137
8140
|
empathic: 2.0.0
|
|
8138
8141
|
magic-string: 0.30.21
|
|
8139
8142
|
react: 19.2.4
|
|
8140
8143
|
react-docgen: 8.0.2
|
|
8141
8144
|
react-dom: 19.2.4(react@19.2.4)
|
|
8142
8145
|
resolve: 1.22.11
|
|
8143
|
-
storybook: 10.2.
|
|
8146
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8144
8147
|
tsconfig-paths: 4.2.0
|
|
8145
8148
|
vite: 7.3.1(@types/node@24.11.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)(yaml@2.8.2)
|
|
8146
8149
|
transitivePeerDependencies:
|
|
@@ -8150,14 +8153,14 @@ snapshots:
|
|
|
8150
8153
|
- typescript
|
|
8151
8154
|
- webpack
|
|
8152
8155
|
|
|
8153
|
-
'@storybook/react@10.2.
|
|
8156
|
+
'@storybook/react@10.2.15(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)':
|
|
8154
8157
|
dependencies:
|
|
8155
8158
|
'@storybook/global': 5.0.0
|
|
8156
|
-
'@storybook/react-dom-shim': 10.2.
|
|
8159
|
+
'@storybook/react-dom-shim': 10.2.15(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
8157
8160
|
react: 19.2.4
|
|
8158
8161
|
react-docgen: 8.0.2
|
|
8159
8162
|
react-dom: 19.2.4(react@19.2.4)
|
|
8160
|
-
storybook: 10.2.
|
|
8163
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8161
8164
|
optionalDependencies:
|
|
8162
8165
|
typescript: 5.9.3
|
|
8163
8166
|
transitivePeerDependencies:
|
|
@@ -8612,11 +8615,11 @@ snapshots:
|
|
|
8612
8615
|
loupe: 3.2.1
|
|
8613
8616
|
tinyrainbow: 2.0.0
|
|
8614
8617
|
|
|
8615
|
-
'@vueless/storybook-dark-mode@10.0.7(storybook@10.2.
|
|
8618
|
+
'@vueless/storybook-dark-mode@10.0.7(storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))':
|
|
8616
8619
|
dependencies:
|
|
8617
8620
|
'@storybook/global': 5.0.0
|
|
8618
8621
|
lodash-es: 4.17.23
|
|
8619
|
-
storybook: 10.2.
|
|
8622
|
+
storybook: 10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
8620
8623
|
|
|
8621
8624
|
'@whatwg-node/disposablestack@0.0.6':
|
|
8622
8625
|
dependencies:
|
|
@@ -8900,9 +8903,9 @@ snapshots:
|
|
|
8900
8903
|
browserslist@4.28.1:
|
|
8901
8904
|
dependencies:
|
|
8902
8905
|
baseline-browser-mapping: 2.10.0
|
|
8903
|
-
caniuse-lite: 1.0.
|
|
8904
|
-
electron-to-chromium: 1.5.
|
|
8905
|
-
node-releases: 2.0.
|
|
8906
|
+
caniuse-lite: 1.0.30001776
|
|
8907
|
+
electron-to-chromium: 1.5.307
|
|
8908
|
+
node-releases: 2.0.36
|
|
8906
8909
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
8907
8910
|
|
|
8908
8911
|
bser@2.1.1:
|
|
@@ -8972,7 +8975,7 @@ snapshots:
|
|
|
8972
8975
|
pascal-case: 3.1.2
|
|
8973
8976
|
tslib: 2.8.1
|
|
8974
8977
|
|
|
8975
|
-
caniuse-lite@1.0.
|
|
8978
|
+
caniuse-lite@1.0.30001776: {}
|
|
8976
8979
|
|
|
8977
8980
|
capital-case@1.0.4:
|
|
8978
8981
|
dependencies:
|
|
@@ -9142,7 +9145,7 @@ snapshots:
|
|
|
9142
9145
|
optionalDependencies:
|
|
9143
9146
|
typescript: 5.9.3
|
|
9144
9147
|
|
|
9145
|
-
cosmiconfig@9.0.
|
|
9148
|
+
cosmiconfig@9.0.1(typescript@5.9.3):
|
|
9146
9149
|
dependencies:
|
|
9147
9150
|
env-paths: 2.2.1
|
|
9148
9151
|
import-fresh: 3.3.1
|
|
@@ -9330,7 +9333,7 @@ snapshots:
|
|
|
9330
9333
|
|
|
9331
9334
|
ee-first@1.1.1: {}
|
|
9332
9335
|
|
|
9333
|
-
electron-to-chromium@1.5.
|
|
9336
|
+
electron-to-chromium@1.5.307: {}
|
|
9334
9337
|
|
|
9335
9338
|
embla-carousel-react@8.6.0(react@19.2.4):
|
|
9336
9339
|
dependencies:
|
|
@@ -10391,7 +10394,7 @@ snapshots:
|
|
|
10391
10394
|
|
|
10392
10395
|
node-int64@0.4.0: {}
|
|
10393
10396
|
|
|
10394
|
-
node-releases@2.0.
|
|
10397
|
+
node-releases@2.0.36: {}
|
|
10395
10398
|
|
|
10396
10399
|
nopt@5.0.0:
|
|
10397
10400
|
dependencies:
|
|
@@ -10737,7 +10740,7 @@ snapshots:
|
|
|
10737
10740
|
optionalDependencies:
|
|
10738
10741
|
'@types/react': 19.2.14
|
|
10739
10742
|
|
|
10740
|
-
react-resizable-panels@4.7.
|
|
10743
|
+
react-resizable-panels@4.7.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
10741
10744
|
dependencies:
|
|
10742
10745
|
react: 19.2.4
|
|
10743
10746
|
react-dom: 19.2.4(react@19.2.4)
|
|
@@ -11122,7 +11125,7 @@ snapshots:
|
|
|
11122
11125
|
|
|
11123
11126
|
std-env@3.10.0: {}
|
|
11124
11127
|
|
|
11125
|
-
storybook@10.2.
|
|
11128
|
+
storybook@10.2.15(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
11126
11129
|
dependencies:
|
|
11127
11130
|
'@storybook/global': 5.0.0
|
|
11128
11131
|
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|