@licklist/design 0.72.1 → 0.72.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/events/edit-event-modal/IntervalInput.d.ts +3 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +11 -4
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +3 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +20 -6
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +5 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +5 -3
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +2 -2
- package/dist/index.js +1 -1
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +7 -3
- package/package.json +3 -3
- package/src/events/edit-event-modal/IntervalInput.tsx +13 -3
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +24 -2
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +9 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +2 -3
- package/src/recurrence-input/RecurrenceInput.tsx +10 -6
- package/yarn.lock +194 -166
package/yarn.lock
CHANGED
|
@@ -2481,6 +2481,34 @@ __metadata:
|
|
|
2481
2481
|
languageName: node
|
|
2482
2482
|
linkType: hard
|
|
2483
2483
|
|
|
2484
|
+
"@licklist/core@npm:0.32.11":
|
|
2485
|
+
version: 0.32.11
|
|
2486
|
+
resolution: "@licklist/core@npm:0.32.11"
|
|
2487
|
+
dependencies:
|
|
2488
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2489
|
+
axios: "npm:0.26.0"
|
|
2490
|
+
i18next: "npm:19.4.5"
|
|
2491
|
+
luxon: "npm:3.5.0"
|
|
2492
|
+
react: "npm:17.0.2"
|
|
2493
|
+
react-dom: "npm:17.0.2"
|
|
2494
|
+
react-i18next: "npm:11.8.8"
|
|
2495
|
+
react-intl: "npm:6.6.8"
|
|
2496
|
+
uuid: "npm:9.0.0"
|
|
2497
|
+
wait-for-expect: "npm:3.0.2"
|
|
2498
|
+
zustand: "npm:3.7.2"
|
|
2499
|
+
peerDependencies:
|
|
2500
|
+
"@licklist/eslint-config": 0.5.6
|
|
2501
|
+
axios: 0.26.0
|
|
2502
|
+
luxon: 3.5.0
|
|
2503
|
+
react: 17.0.2
|
|
2504
|
+
react-dom: 17.0.2
|
|
2505
|
+
react-i18next: 11.8.8
|
|
2506
|
+
react-intl: 6.6.8
|
|
2507
|
+
zustand: 3.7.2
|
|
2508
|
+
checksum: 10c0/6555b3ef6a6d5907a6978b08fcde5f0e4d16992fda5afe725ed7dfc34a606032722937edc2471e1dd2a68ce7c85aa93983eea6543c1a74fd1f78ed92c9f8041b
|
|
2509
|
+
languageName: node
|
|
2510
|
+
linkType: hard
|
|
2511
|
+
|
|
2484
2512
|
"@licklist/design@workspace:.":
|
|
2485
2513
|
version: 0.0.0-use.local
|
|
2486
2514
|
resolution: "@licklist/design@workspace:."
|
|
@@ -2492,7 +2520,7 @@ __metadata:
|
|
|
2492
2520
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2493
2521
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2494
2522
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2495
|
-
"@licklist/core": "npm:0.32.
|
|
2523
|
+
"@licklist/core": "npm:0.32.11"
|
|
2496
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2497
2525
|
"@licklist/plugins": "npm:0.35.9"
|
|
2498
2526
|
"@mantine/core": "npm:6.0.22"
|
|
@@ -2623,7 +2651,7 @@ __metadata:
|
|
|
2623
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2624
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2625
2653
|
peerDependencies:
|
|
2626
|
-
"@licklist/core": 0.32.
|
|
2654
|
+
"@licklist/core": 0.32.11
|
|
2627
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2628
2656
|
"@licklist/plugins": 0.35.9
|
|
2629
2657
|
lodash: 4.17.21
|
|
@@ -3275,135 +3303,135 @@ __metadata:
|
|
|
3275
3303
|
languageName: node
|
|
3276
3304
|
linkType: hard
|
|
3277
3305
|
|
|
3278
|
-
"@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3279
|
-
version: 4.34.
|
|
3280
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.34.9":
|
|
3307
|
+
version: 4.34.9
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.9"
|
|
3281
3309
|
conditions: os=android & cpu=arm
|
|
3282
3310
|
languageName: node
|
|
3283
3311
|
linkType: hard
|
|
3284
3312
|
|
|
3285
|
-
"@rollup/rollup-android-arm64@npm:4.34.
|
|
3286
|
-
version: 4.34.
|
|
3287
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.34.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.34.9":
|
|
3314
|
+
version: 4.34.9
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.34.9"
|
|
3288
3316
|
conditions: os=android & cpu=arm64
|
|
3289
3317
|
languageName: node
|
|
3290
3318
|
linkType: hard
|
|
3291
3319
|
|
|
3292
|
-
"@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3293
|
-
version: 4.34.
|
|
3294
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.34.9":
|
|
3321
|
+
version: 4.34.9
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.9"
|
|
3295
3323
|
conditions: os=darwin & cpu=arm64
|
|
3296
3324
|
languageName: node
|
|
3297
3325
|
linkType: hard
|
|
3298
3326
|
|
|
3299
|
-
"@rollup/rollup-darwin-x64@npm:4.34.
|
|
3300
|
-
version: 4.34.
|
|
3301
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.34.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.34.9":
|
|
3328
|
+
version: 4.34.9
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.34.9"
|
|
3302
3330
|
conditions: os=darwin & cpu=x64
|
|
3303
3331
|
languageName: node
|
|
3304
3332
|
linkType: hard
|
|
3305
3333
|
|
|
3306
|
-
"@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3307
|
-
version: 4.34.
|
|
3308
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.34.9":
|
|
3335
|
+
version: 4.34.9
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.9"
|
|
3309
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3310
3338
|
languageName: node
|
|
3311
3339
|
linkType: hard
|
|
3312
3340
|
|
|
3313
|
-
"@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3314
|
-
version: 4.34.
|
|
3315
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.34.9":
|
|
3342
|
+
version: 4.34.9
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.9"
|
|
3316
3344
|
conditions: os=freebsd & cpu=x64
|
|
3317
3345
|
languageName: node
|
|
3318
3346
|
linkType: hard
|
|
3319
3347
|
|
|
3320
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3321
|
-
version: 4.34.
|
|
3322
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9":
|
|
3349
|
+
version: 4.34.9
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9"
|
|
3323
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3324
3352
|
languageName: node
|
|
3325
3353
|
linkType: hard
|
|
3326
3354
|
|
|
3327
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3328
|
-
version: 4.34.
|
|
3329
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.9":
|
|
3356
|
+
version: 4.34.9
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.9"
|
|
3330
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3331
3359
|
languageName: node
|
|
3332
3360
|
linkType: hard
|
|
3333
3361
|
|
|
3334
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3335
|
-
version: 4.34.
|
|
3336
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.34.9":
|
|
3363
|
+
version: 4.34.9
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.9"
|
|
3337
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3338
3366
|
languageName: node
|
|
3339
3367
|
linkType: hard
|
|
3340
3368
|
|
|
3341
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3342
|
-
version: 4.34.
|
|
3343
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.34.9":
|
|
3370
|
+
version: 4.34.9
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.9"
|
|
3344
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3345
3373
|
languageName: node
|
|
3346
3374
|
linkType: hard
|
|
3347
3375
|
|
|
3348
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3349
|
-
version: 4.34.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9":
|
|
3377
|
+
version: 4.34.9
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9"
|
|
3351
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3352
3380
|
languageName: node
|
|
3353
3381
|
linkType: hard
|
|
3354
3382
|
|
|
3355
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3356
|
-
version: 4.34.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9":
|
|
3384
|
+
version: 4.34.9
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9"
|
|
3358
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3359
3387
|
languageName: node
|
|
3360
3388
|
linkType: hard
|
|
3361
3389
|
|
|
3362
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3363
|
-
version: 4.34.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.9":
|
|
3391
|
+
version: 4.34.9
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.9"
|
|
3365
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3366
3394
|
languageName: node
|
|
3367
3395
|
linkType: hard
|
|
3368
3396
|
|
|
3369
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3370
|
-
version: 4.34.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.34.9":
|
|
3398
|
+
version: 4.34.9
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.9"
|
|
3372
3400
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3373
3401
|
languageName: node
|
|
3374
3402
|
linkType: hard
|
|
3375
3403
|
|
|
3376
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3377
|
-
version: 4.34.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.34.9":
|
|
3405
|
+
version: 4.34.9
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.9"
|
|
3379
3407
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3380
3408
|
languageName: node
|
|
3381
3409
|
linkType: hard
|
|
3382
3410
|
|
|
3383
|
-
"@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3384
|
-
version: 4.34.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.34.9":
|
|
3412
|
+
version: 4.34.9
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.9"
|
|
3386
3414
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3387
3415
|
languageName: node
|
|
3388
3416
|
linkType: hard
|
|
3389
3417
|
|
|
3390
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3391
|
-
version: 4.34.
|
|
3392
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.34.9":
|
|
3419
|
+
version: 4.34.9
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.9"
|
|
3393
3421
|
conditions: os=win32 & cpu=arm64
|
|
3394
3422
|
languageName: node
|
|
3395
3423
|
linkType: hard
|
|
3396
3424
|
|
|
3397
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3398
|
-
version: 4.34.
|
|
3399
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.34.9":
|
|
3426
|
+
version: 4.34.9
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.9"
|
|
3400
3428
|
conditions: os=win32 & cpu=ia32
|
|
3401
3429
|
languageName: node
|
|
3402
3430
|
linkType: hard
|
|
3403
3431
|
|
|
3404
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3405
|
-
version: 4.34.
|
|
3406
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.34.9":
|
|
3433
|
+
version: 4.34.9
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.9"
|
|
3407
3435
|
conditions: os=win32 & cpu=x64
|
|
3408
3436
|
languageName: node
|
|
3409
3437
|
linkType: hard
|
|
@@ -5066,11 +5094,11 @@ __metadata:
|
|
|
5066
5094
|
linkType: hard
|
|
5067
5095
|
|
|
5068
5096
|
"@swc/types@npm:^0.1.9":
|
|
5069
|
-
version: 0.1.
|
|
5070
|
-
resolution: "@swc/types@npm:0.1.
|
|
5097
|
+
version: 0.1.19
|
|
5098
|
+
resolution: "@swc/types@npm:0.1.19"
|
|
5071
5099
|
dependencies:
|
|
5072
5100
|
"@swc/counter": "npm:^0.1.3"
|
|
5073
|
-
checksum: 10c0/
|
|
5101
|
+
checksum: 10c0/21b727d97d38f1bdbe9ef8fdf693bca19ebd5334ab32d7d2624a925d9adc8934935ad0f168cdbfd938b2f4b754a1fb7581f253bf47ab416177b6ac2c5c72578b
|
|
5074
5102
|
languageName: node
|
|
5075
5103
|
linkType: hard
|
|
5076
5104
|
|
|
@@ -5664,11 +5692,11 @@ __metadata:
|
|
|
5664
5692
|
linkType: hard
|
|
5665
5693
|
|
|
5666
5694
|
"@types/node@npm:*":
|
|
5667
|
-
version: 22.13.
|
|
5668
|
-
resolution: "@types/node@npm:22.13.
|
|
5695
|
+
version: 22.13.9
|
|
5696
|
+
resolution: "@types/node@npm:22.13.9"
|
|
5669
5697
|
dependencies:
|
|
5670
5698
|
undici-types: "npm:~6.20.0"
|
|
5671
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/eb6acd04169a076631dcaab712128d492cd17a1b3f10daae4a377f3d439c860c3cd3e32f4ef221671f56183b976ac7c4089f4193457314a88675ead4663438a4
|
|
5672
5700
|
languageName: node
|
|
5673
5701
|
linkType: hard
|
|
5674
5702
|
|
|
@@ -6576,11 +6604,11 @@ __metadata:
|
|
|
6576
6604
|
linkType: hard
|
|
6577
6605
|
|
|
6578
6606
|
"acorn@npm:^8.14.0, acorn@npm:^8.5.0, acorn@npm:^8.8.2":
|
|
6579
|
-
version: 8.14.
|
|
6580
|
-
resolution: "acorn@npm:8.14.
|
|
6607
|
+
version: 8.14.1
|
|
6608
|
+
resolution: "acorn@npm:8.14.1"
|
|
6581
6609
|
bin:
|
|
6582
6610
|
acorn: bin/acorn
|
|
6583
|
-
checksum: 10c0/
|
|
6611
|
+
checksum: 10c0/dbd36c1ed1d2fa3550140000371fcf721578095b18777b85a79df231ca093b08edc6858d75d6e48c73e431c174dcf9214edbd7e6fa5911b93bd8abfa54e47123
|
|
6584
6612
|
languageName: node
|
|
6585
6613
|
linkType: hard
|
|
6586
6614
|
|
|
@@ -7250,9 +7278,9 @@ __metadata:
|
|
|
7250
7278
|
linkType: hard
|
|
7251
7279
|
|
|
7252
7280
|
"axe-core@npm:^4.2.0, axe-core@npm:^4.3.5":
|
|
7253
|
-
version: 4.10.
|
|
7254
|
-
resolution: "axe-core@npm:4.10.
|
|
7255
|
-
checksum: 10c0/
|
|
7281
|
+
version: 4.10.3
|
|
7282
|
+
resolution: "axe-core@npm:4.10.3"
|
|
7283
|
+
checksum: 10c0/1b1c24f435b2ffe89d76eca0001cbfff42dbf012ad9bd37398b70b11f0d614281a38a28bc3069e8972e3c90ec929a8937994bd24b0ebcbaab87b8d1e241ab0c7
|
|
7256
7284
|
languageName: node
|
|
7257
7285
|
linkType: hard
|
|
7258
7286
|
|
|
@@ -7803,7 +7831,7 @@ __metadata:
|
|
|
7803
7831
|
languageName: node
|
|
7804
7832
|
linkType: hard
|
|
7805
7833
|
|
|
7806
|
-
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.
|
|
7834
|
+
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.4":
|
|
7807
7835
|
version: 4.24.4
|
|
7808
7836
|
resolution: "browserslist@npm:4.24.4"
|
|
7809
7837
|
dependencies:
|
|
@@ -7982,7 +8010,7 @@ __metadata:
|
|
|
7982
8010
|
languageName: node
|
|
7983
8011
|
linkType: hard
|
|
7984
8012
|
|
|
7985
|
-
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1":
|
|
8013
|
+
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1, call-bind-apply-helpers@npm:^1.0.2":
|
|
7986
8014
|
version: 1.0.2
|
|
7987
8015
|
resolution: "call-bind-apply-helpers@npm:1.0.2"
|
|
7988
8016
|
dependencies:
|
|
@@ -8005,12 +8033,12 @@ __metadata:
|
|
|
8005
8033
|
linkType: hard
|
|
8006
8034
|
|
|
8007
8035
|
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3":
|
|
8008
|
-
version: 1.0.
|
|
8009
|
-
resolution: "call-bound@npm:1.0.
|
|
8036
|
+
version: 1.0.4
|
|
8037
|
+
resolution: "call-bound@npm:1.0.4"
|
|
8010
8038
|
dependencies:
|
|
8011
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
8012
|
-
get-intrinsic: "npm:^1.
|
|
8013
|
-
checksum: 10c0/
|
|
8039
|
+
call-bind-apply-helpers: "npm:^1.0.2"
|
|
8040
|
+
get-intrinsic: "npm:^1.3.0"
|
|
8041
|
+
checksum: 10c0/f4796a6a0941e71c766aea672f63b72bc61234c4f4964dc6d7606e3664c307e7d77845328a8f3359ce39ddb377fed67318f9ee203dea1d47e46165dcf2917644
|
|
8014
8042
|
languageName: node
|
|
8015
8043
|
linkType: hard
|
|
8016
8044
|
|
|
@@ -8072,9 +8100,9 @@ __metadata:
|
|
|
8072
8100
|
linkType: hard
|
|
8073
8101
|
|
|
8074
8102
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
|
|
8075
|
-
version: 1.0.
|
|
8076
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8077
|
-
checksum: 10c0/
|
|
8103
|
+
version: 1.0.30001702
|
|
8104
|
+
resolution: "caniuse-lite@npm:1.0.30001702"
|
|
8105
|
+
checksum: 10c0/52d46f41a96d179fd4e387bb6b26898148c31b626ff9aba105d207d2b0f869c7cb32ac67a6e8e0aeba3f03f33145ccfbee237250dfb58dba8b6526b4dd395ac6
|
|
8078
8106
|
languageName: node
|
|
8079
8107
|
linkType: hard
|
|
8080
8108
|
|
|
@@ -8217,8 +8245,8 @@ __metadata:
|
|
|
8217
8245
|
linkType: hard
|
|
8218
8246
|
|
|
8219
8247
|
"chromatic@npm:^11.4.0":
|
|
8220
|
-
version: 11.
|
|
8221
|
-
resolution: "chromatic@npm:11.
|
|
8248
|
+
version: 11.27.0
|
|
8249
|
+
resolution: "chromatic@npm:11.27.0"
|
|
8222
8250
|
peerDependencies:
|
|
8223
8251
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8224
8252
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8231,7 +8259,7 @@ __metadata:
|
|
|
8231
8259
|
chroma: dist/bin.js
|
|
8232
8260
|
chromatic: dist/bin.js
|
|
8233
8261
|
chromatic-cli: dist/bin.js
|
|
8234
|
-
checksum: 10c0/
|
|
8262
|
+
checksum: 10c0/500c1a522a48b3ef9188d63693b2602128b4cd7b2b96e5cb5412cdc0e3b7ac2a33c30d8f55f7662de4111e1c7c70bcb970e86782700e02580881400bdd10419b
|
|
8235
8263
|
languageName: node
|
|
8236
8264
|
linkType: hard
|
|
8237
8265
|
|
|
@@ -8717,25 +8745,25 @@ __metadata:
|
|
|
8717
8745
|
linkType: hard
|
|
8718
8746
|
|
|
8719
8747
|
"core-js-compat@npm:^3.40.0, core-js-compat@npm:^3.8.1":
|
|
8720
|
-
version: 3.
|
|
8721
|
-
resolution: "core-js-compat@npm:3.
|
|
8748
|
+
version: 3.41.0
|
|
8749
|
+
resolution: "core-js-compat@npm:3.41.0"
|
|
8722
8750
|
dependencies:
|
|
8723
|
-
browserslist: "npm:^4.24.
|
|
8724
|
-
checksum: 10c0/
|
|
8751
|
+
browserslist: "npm:^4.24.4"
|
|
8752
|
+
checksum: 10c0/92d2c748d3dd1c4e3b6cee6b6683b9212db9bc0a6574d933781210daf3baaeb76334ed4636eb8935b45802aa8d9235ab604c9a262694e02a2fa17ad0f6976829
|
|
8725
8753
|
languageName: node
|
|
8726
8754
|
linkType: hard
|
|
8727
8755
|
|
|
8728
8756
|
"core-js-pure@npm:^3.30.2, core-js-pure@npm:^3.8.2":
|
|
8729
|
-
version: 3.
|
|
8730
|
-
resolution: "core-js-pure@npm:3.
|
|
8731
|
-
checksum: 10c0/
|
|
8757
|
+
version: 3.41.0
|
|
8758
|
+
resolution: "core-js-pure@npm:3.41.0"
|
|
8759
|
+
checksum: 10c0/d5003e91f167dd5670174d27bf313407325d0915454f41337510b89ba420f1d0d1b22d3b1793eb329b28e9273e951fb895eb574ecfc1ccc77ed6ad14af1c763b
|
|
8732
8760
|
languageName: node
|
|
8733
8761
|
linkType: hard
|
|
8734
8762
|
|
|
8735
8763
|
"core-js@npm:^3.0.4, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
|
|
8736
|
-
version: 3.
|
|
8737
|
-
resolution: "core-js@npm:3.
|
|
8738
|
-
checksum: 10c0/
|
|
8764
|
+
version: 3.41.0
|
|
8765
|
+
resolution: "core-js@npm:3.41.0"
|
|
8766
|
+
checksum: 10c0/a29ed0b7fe81acf49d04ce5c17a1947166b1c15197327a5d12f95bbe84b46d60c3c13de701d808f41da06fa316285f3f55ce5903abc8d5642afc1eac4457afc8
|
|
8739
8767
|
languageName: node
|
|
8740
8768
|
linkType: hard
|
|
8741
8769
|
|
|
@@ -8916,7 +8944,7 @@ __metadata:
|
|
|
8916
8944
|
languageName: node
|
|
8917
8945
|
linkType: hard
|
|
8918
8946
|
|
|
8919
|
-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
|
|
8947
|
+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6":
|
|
8920
8948
|
version: 7.0.6
|
|
8921
8949
|
resolution: "cross-spawn@npm:7.0.6"
|
|
8922
8950
|
dependencies:
|
|
@@ -9861,9 +9889,9 @@ __metadata:
|
|
|
9861
9889
|
linkType: hard
|
|
9862
9890
|
|
|
9863
9891
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9864
|
-
version: 1.5.
|
|
9865
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9866
|
-
checksum: 10c0/
|
|
9892
|
+
version: 1.5.112
|
|
9893
|
+
resolution: "electron-to-chromium@npm:1.5.112"
|
|
9894
|
+
checksum: 10c0/fc597268d6d3d7458b55141c436802a6c51078855f021823cdb380b80ad1a69e1c2899fdfc9cffa501d47feb3791ea6a75893fe802a608c7845e979a48f5ac25
|
|
9867
9895
|
languageName: node
|
|
9868
9896
|
linkType: hard
|
|
9869
9897
|
|
|
@@ -10191,7 +10219,7 @@ __metadata:
|
|
|
10191
10219
|
languageName: node
|
|
10192
10220
|
linkType: hard
|
|
10193
10221
|
|
|
10194
|
-
"es-object-atoms@npm:^1.0.0":
|
|
10222
|
+
"es-object-atoms@npm:^1.0.0, es-object-atoms@npm:^1.1.1":
|
|
10195
10223
|
version: 1.1.1
|
|
10196
10224
|
resolution: "es-object-atoms@npm:1.1.1"
|
|
10197
10225
|
dependencies:
|
|
@@ -10975,11 +11003,11 @@ __metadata:
|
|
|
10975
11003
|
linkType: hard
|
|
10976
11004
|
|
|
10977
11005
|
"fastq@npm:^1.6.0":
|
|
10978
|
-
version: 1.19.
|
|
10979
|
-
resolution: "fastq@npm:1.19.
|
|
11006
|
+
version: 1.19.1
|
|
11007
|
+
resolution: "fastq@npm:1.19.1"
|
|
10980
11008
|
dependencies:
|
|
10981
11009
|
reusify: "npm:^1.0.4"
|
|
10982
|
-
checksum: 10c0/
|
|
11010
|
+
checksum: 10c0/ebc6e50ac7048daaeb8e64522a1ea7a26e92b3cee5cd1c7f2316cdca81ba543aa40a136b53891446ea5c3a67ec215fbaca87ad405f102dd97012f62916905630
|
|
10983
11011
|
languageName: node
|
|
10984
11012
|
linkType: hard
|
|
10985
11013
|
|
|
@@ -11235,12 +11263,12 @@ __metadata:
|
|
|
11235
11263
|
linkType: hard
|
|
11236
11264
|
|
|
11237
11265
|
"foreground-child@npm:^3.1.0":
|
|
11238
|
-
version: 3.3.
|
|
11239
|
-
resolution: "foreground-child@npm:3.3.
|
|
11266
|
+
version: 3.3.1
|
|
11267
|
+
resolution: "foreground-child@npm:3.3.1"
|
|
11240
11268
|
dependencies:
|
|
11241
|
-
cross-spawn: "npm:^7.0.
|
|
11269
|
+
cross-spawn: "npm:^7.0.6"
|
|
11242
11270
|
signal-exit: "npm:^4.0.1"
|
|
11243
|
-
checksum: 10c0/
|
|
11271
|
+
checksum: 10c0/8986e4af2430896e65bc2788d6679067294d6aee9545daefc84923a0a4b399ad9c7a3ea7bd8c0b2b80fdf4a92de4c69df3f628233ff3224260e9c1541a9e9ed3
|
|
11244
11272
|
languageName: node
|
|
11245
11273
|
linkType: hard
|
|
11246
11274
|
|
|
@@ -11579,21 +11607,21 @@ __metadata:
|
|
|
11579
11607
|
languageName: node
|
|
11580
11608
|
linkType: hard
|
|
11581
11609
|
|
|
11582
|
-
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7":
|
|
11583
|
-
version: 1.
|
|
11584
|
-
resolution: "get-intrinsic@npm:1.
|
|
11610
|
+
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0":
|
|
11611
|
+
version: 1.3.0
|
|
11612
|
+
resolution: "get-intrinsic@npm:1.3.0"
|
|
11585
11613
|
dependencies:
|
|
11586
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
11614
|
+
call-bind-apply-helpers: "npm:^1.0.2"
|
|
11587
11615
|
es-define-property: "npm:^1.0.1"
|
|
11588
11616
|
es-errors: "npm:^1.3.0"
|
|
11589
|
-
es-object-atoms: "npm:^1.
|
|
11617
|
+
es-object-atoms: "npm:^1.1.1"
|
|
11590
11618
|
function-bind: "npm:^1.1.2"
|
|
11591
|
-
get-proto: "npm:^1.0.
|
|
11619
|
+
get-proto: "npm:^1.0.1"
|
|
11592
11620
|
gopd: "npm:^1.2.0"
|
|
11593
11621
|
has-symbols: "npm:^1.1.0"
|
|
11594
11622
|
hasown: "npm:^2.0.2"
|
|
11595
11623
|
math-intrinsics: "npm:^1.1.0"
|
|
11596
|
-
checksum: 10c0/
|
|
11624
|
+
checksum: 10c0/52c81808af9a8130f581e6a6a83e1ba4a9f703359e7a438d1369a5267a25412322f03dcbd7c549edaef0b6214a0630a28511d7df0130c93cfd380f4fa0b5b66a
|
|
11597
11625
|
languageName: node
|
|
11598
11626
|
linkType: hard
|
|
11599
11627
|
|
|
@@ -13776,9 +13804,9 @@ __metadata:
|
|
|
13776
13804
|
linkType: hard
|
|
13777
13805
|
|
|
13778
13806
|
"libphonenumber-js@npm:^1.9.11":
|
|
13779
|
-
version: 1.
|
|
13780
|
-
resolution: "libphonenumber-js@npm:1.
|
|
13781
|
-
checksum: 10c0/
|
|
13807
|
+
version: 1.12.5
|
|
13808
|
+
resolution: "libphonenumber-js@npm:1.12.5"
|
|
13809
|
+
checksum: 10c0/8d892015c70da77d1bfa77023ffe150c1443c31778d39dca0b41000e527273b39d60442168f41131330279b11367ecfcbedd971afa36dad4edf5041d90206127
|
|
13782
13810
|
languageName: node
|
|
13783
13811
|
linkType: hard
|
|
13784
13812
|
|
|
@@ -14680,8 +14708,8 @@ __metadata:
|
|
|
14680
14708
|
linkType: hard
|
|
14681
14709
|
|
|
14682
14710
|
"minipass-fetch@npm:^4.0.0":
|
|
14683
|
-
version: 4.0.
|
|
14684
|
-
resolution: "minipass-fetch@npm:4.0.
|
|
14711
|
+
version: 4.0.1
|
|
14712
|
+
resolution: "minipass-fetch@npm:4.0.1"
|
|
14685
14713
|
dependencies:
|
|
14686
14714
|
encoding: "npm:^0.1.13"
|
|
14687
14715
|
minipass: "npm:^7.0.3"
|
|
@@ -14690,7 +14718,7 @@ __metadata:
|
|
|
14690
14718
|
dependenciesMeta:
|
|
14691
14719
|
encoding:
|
|
14692
14720
|
optional: true
|
|
14693
|
-
checksum: 10c0/
|
|
14721
|
+
checksum: 10c0/a3147b2efe8e078c9bf9d024a0059339c5a09c5b1dded6900a219c218cc8b1b78510b62dae556b507304af226b18c3f1aeb1d48660283602d5b6586c399eed5c
|
|
14694
14722
|
languageName: node
|
|
14695
14723
|
linkType: hard
|
|
14696
14724
|
|
|
@@ -14901,11 +14929,11 @@ __metadata:
|
|
|
14901
14929
|
linkType: hard
|
|
14902
14930
|
|
|
14903
14931
|
"nan@npm:^2.12.1":
|
|
14904
|
-
version: 2.22.
|
|
14905
|
-
resolution: "nan@npm:2.22.
|
|
14932
|
+
version: 2.22.2
|
|
14933
|
+
resolution: "nan@npm:2.22.2"
|
|
14906
14934
|
dependencies:
|
|
14907
14935
|
node-gyp: "npm:latest"
|
|
14908
|
-
checksum: 10c0/
|
|
14936
|
+
checksum: 10c0/971f963b8120631880fa47a389c71b00cadc1c1b00ef8f147782a3f4387d4fc8195d0695911272d57438c11562fb27b24c4ae5f8c05d5e4eeb4478ba51bb73c5
|
|
14909
14937
|
languageName: node
|
|
14910
14938
|
linkType: hard
|
|
14911
14939
|
|
|
@@ -16986,13 +17014,13 @@ __metadata:
|
|
|
16986
17014
|
linkType: hard
|
|
16987
17015
|
|
|
16988
17016
|
"prosemirror-schema-list@npm:^1.1.6, prosemirror-schema-list@npm:^1.2.2":
|
|
16989
|
-
version: 1.5.
|
|
16990
|
-
resolution: "prosemirror-schema-list@npm:1.5.
|
|
17017
|
+
version: 1.5.1
|
|
17018
|
+
resolution: "prosemirror-schema-list@npm:1.5.1"
|
|
16991
17019
|
dependencies:
|
|
16992
17020
|
prosemirror-model: "npm:^1.0.0"
|
|
16993
17021
|
prosemirror-state: "npm:^1.0.0"
|
|
16994
17022
|
prosemirror-transform: "npm:^1.7.3"
|
|
16995
|
-
checksum: 10c0/
|
|
17023
|
+
checksum: 10c0/e6fd27446bc90556a9797f6ca0cb54e7db53cc7c20fbf633b7d0f4709c45accfa2f3a0f6575fe47aa83cb75781a9b773198d236a44db9d8eef2802a1501e4301
|
|
16996
17024
|
languageName: node
|
|
16997
17025
|
linkType: hard
|
|
16998
17026
|
|
|
@@ -17035,22 +17063,22 @@ __metadata:
|
|
|
17035
17063
|
linkType: hard
|
|
17036
17064
|
|
|
17037
17065
|
"prosemirror-transform@npm:^1.0.0, prosemirror-transform@npm:^1.1.0, prosemirror-transform@npm:^1.10.2, prosemirror-transform@npm:^1.3.3, prosemirror-transform@npm:^1.7.0, prosemirror-transform@npm:^1.7.3":
|
|
17038
|
-
version: 1.10.
|
|
17039
|
-
resolution: "prosemirror-transform@npm:1.10.
|
|
17066
|
+
version: 1.10.3
|
|
17067
|
+
resolution: "prosemirror-transform@npm:1.10.3"
|
|
17040
17068
|
dependencies:
|
|
17041
17069
|
prosemirror-model: "npm:^1.21.0"
|
|
17042
|
-
checksum: 10c0/
|
|
17070
|
+
checksum: 10c0/736630453cbc3c19c4e0146fe99cbd15df7738686bf77415195498a6efcbec7bb11f64b20cbe27cbbb91a0d92f88981fcf9174a8d48b52308652910a5a7f7473
|
|
17043
17071
|
languageName: node
|
|
17044
17072
|
linkType: hard
|
|
17045
17073
|
|
|
17046
17074
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0, prosemirror-view@npm:^1.37.2":
|
|
17047
|
-
version: 1.38.
|
|
17048
|
-
resolution: "prosemirror-view@npm:1.38.
|
|
17075
|
+
version: 1.38.1
|
|
17076
|
+
resolution: "prosemirror-view@npm:1.38.1"
|
|
17049
17077
|
dependencies:
|
|
17050
17078
|
prosemirror-model: "npm:^1.20.0"
|
|
17051
17079
|
prosemirror-state: "npm:^1.0.0"
|
|
17052
17080
|
prosemirror-transform: "npm:^1.1.0"
|
|
17053
|
-
checksum: 10c0/
|
|
17081
|
+
checksum: 10c0/495833857047a1bb5d8bd88f91b3bfa92e5ba726bb9488e062db2fc2d5d9e01ff9c305aa1a1af3272f7fa763ffc6ac5935841df98b8cb28856228877af42b278
|
|
17054
17082
|
languageName: node
|
|
17055
17083
|
linkType: hard
|
|
17056
17084
|
|
|
@@ -17349,13 +17377,13 @@ __metadata:
|
|
|
17349
17377
|
linkType: hard
|
|
17350
17378
|
|
|
17351
17379
|
"react-confetti@npm:^6.1.0":
|
|
17352
|
-
version: 6.
|
|
17353
|
-
resolution: "react-confetti@npm:6.
|
|
17380
|
+
version: 6.4.0
|
|
17381
|
+
resolution: "react-confetti@npm:6.4.0"
|
|
17354
17382
|
dependencies:
|
|
17355
17383
|
tween-functions: "npm:^1.2.0"
|
|
17356
17384
|
peerDependencies:
|
|
17357
17385
|
react: ^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0
|
|
17358
|
-
checksum: 10c0/
|
|
17386
|
+
checksum: 10c0/a0e1bfc826cc086e13c18f2f8997e1825025be8ea80f5b1ffdd4871babe89a6876eac99f43525d4d4cbf141fab2a9372f5d51d19fa5995b64e77e6717ac4b286
|
|
17359
17387
|
languageName: node
|
|
17360
17388
|
linkType: hard
|
|
17361
17389
|
|
|
@@ -18741,9 +18769,9 @@ __metadata:
|
|
|
18741
18769
|
linkType: hard
|
|
18742
18770
|
|
|
18743
18771
|
"reusify@npm:^1.0.4":
|
|
18744
|
-
version: 1.0
|
|
18745
|
-
resolution: "reusify@npm:1.0
|
|
18746
|
-
checksum: 10c0/
|
|
18772
|
+
version: 1.1.0
|
|
18773
|
+
resolution: "reusify@npm:1.1.0"
|
|
18774
|
+
checksum: 10c0/4eff0d4a5f9383566c7d7ec437b671cc51b25963bd61bf127c3f3d3f68e44a026d99b8d2f1ad344afff8d278a8fe70a8ea092650a716d22287e8bef7126bb2fa
|
|
18747
18775
|
languageName: node
|
|
18748
18776
|
linkType: hard
|
|
18749
18777
|
|
|
@@ -18900,28 +18928,28 @@ __metadata:
|
|
|
18900
18928
|
linkType: hard
|
|
18901
18929
|
|
|
18902
18930
|
"rollup@npm:^4.13.0":
|
|
18903
|
-
version: 4.34.
|
|
18904
|
-
resolution: "rollup@npm:4.34.
|
|
18905
|
-
dependencies:
|
|
18906
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.34.
|
|
18907
|
-
"@rollup/rollup-android-arm64": "npm:4.34.
|
|
18908
|
-
"@rollup/rollup-darwin-arm64": "npm:4.34.
|
|
18909
|
-
"@rollup/rollup-darwin-x64": "npm:4.34.
|
|
18910
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.34.
|
|
18911
|
-
"@rollup/rollup-freebsd-x64": "npm:4.34.
|
|
18912
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.
|
|
18913
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.
|
|
18914
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.
|
|
18915
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.34.
|
|
18916
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.
|
|
18917
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.
|
|
18918
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.
|
|
18919
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.
|
|
18920
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.34.
|
|
18921
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.34.
|
|
18922
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.
|
|
18923
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.
|
|
18924
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.34.
|
|
18931
|
+
version: 4.34.9
|
|
18932
|
+
resolution: "rollup@npm:4.34.9"
|
|
18933
|
+
dependencies:
|
|
18934
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.34.9"
|
|
18935
|
+
"@rollup/rollup-android-arm64": "npm:4.34.9"
|
|
18936
|
+
"@rollup/rollup-darwin-arm64": "npm:4.34.9"
|
|
18937
|
+
"@rollup/rollup-darwin-x64": "npm:4.34.9"
|
|
18938
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.34.9"
|
|
18939
|
+
"@rollup/rollup-freebsd-x64": "npm:4.34.9"
|
|
18940
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.9"
|
|
18941
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.9"
|
|
18942
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.9"
|
|
18943
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.34.9"
|
|
18944
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.9"
|
|
18945
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.9"
|
|
18946
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.9"
|
|
18947
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.9"
|
|
18948
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.34.9"
|
|
18949
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.34.9"
|
|
18950
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.9"
|
|
18951
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.9"
|
|
18952
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.34.9"
|
|
18925
18953
|
"@types/estree": "npm:1.0.6"
|
|
18926
18954
|
fsevents: "npm:~2.3.2"
|
|
18927
18955
|
dependenciesMeta:
|
|
@@ -18967,7 +18995,7 @@ __metadata:
|
|
|
18967
18995
|
optional: true
|
|
18968
18996
|
bin:
|
|
18969
18997
|
rollup: dist/bin/rollup
|
|
18970
|
-
checksum: 10c0/
|
|
18998
|
+
checksum: 10c0/dd0be1f7c4f8a93040026be13ecc39259fb55313db0dac7eafd97a3ac01ab4584e6b1a8afd86b0259dcf391699d5560a678abe6c0729af0aa4f2d5df70f05c8c
|
|
18971
18999
|
languageName: node
|
|
18972
19000
|
linkType: hard
|
|
18973
19001
|
|
|
@@ -19026,11 +19054,11 @@ __metadata:
|
|
|
19026
19054
|
linkType: hard
|
|
19027
19055
|
|
|
19028
19056
|
"rxjs@npm:^7.5.5":
|
|
19029
|
-
version: 7.8.
|
|
19030
|
-
resolution: "rxjs@npm:7.8.
|
|
19057
|
+
version: 7.8.2
|
|
19058
|
+
resolution: "rxjs@npm:7.8.2"
|
|
19031
19059
|
dependencies:
|
|
19032
19060
|
tslib: "npm:^2.1.0"
|
|
19033
|
-
checksum: 10c0/
|
|
19061
|
+
checksum: 10c0/1fcd33d2066ada98ba8f21fcbbcaee9f0b271de1d38dc7f4e256bfbc6ffcdde68c8bfb69093de7eeb46f24b1fb820620bf0223706cff26b4ab99a7ff7b2e2c45
|
|
19034
19062
|
languageName: node
|
|
19035
19063
|
linkType: hard
|
|
19036
19064
|
|
|
@@ -21335,8 +21363,8 @@ __metadata:
|
|
|
21335
21363
|
linkType: hard
|
|
21336
21364
|
|
|
21337
21365
|
"update-browserslist-db@npm:^1.1.1":
|
|
21338
|
-
version: 1.1.
|
|
21339
|
-
resolution: "update-browserslist-db@npm:1.1.
|
|
21366
|
+
version: 1.1.3
|
|
21367
|
+
resolution: "update-browserslist-db@npm:1.1.3"
|
|
21340
21368
|
dependencies:
|
|
21341
21369
|
escalade: "npm:^3.2.0"
|
|
21342
21370
|
picocolors: "npm:^1.1.1"
|
|
@@ -21344,7 +21372,7 @@ __metadata:
|
|
|
21344
21372
|
browserslist: ">= 4.21.0"
|
|
21345
21373
|
bin:
|
|
21346
21374
|
update-browserslist-db: cli.js
|
|
21347
|
-
checksum: 10c0/
|
|
21375
|
+
checksum: 10c0/682e8ecbf9de474a626f6462aa85927936cdd256fe584c6df2508b0df9f7362c44c957e9970df55dfe44d3623807d26316ea2c7d26b80bb76a16c56c37233c32
|
|
21348
21376
|
languageName: node
|
|
21349
21377
|
linkType: hard
|
|
21350
21378
|
|