@licklist/design 0.72.7 → 0.72.71
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.
|
@@ -207,7 +207,7 @@ var PaymentPage = function(_param) {
|
|
|
207
207
|
rightBlock: /*#__PURE__*/ jsx(PageBody.RightBlock, {
|
|
208
208
|
children: /*#__PURE__*/ jsx(BookingSummary, _object_spread_props(_object_spread({}, bookingSummaryProps), {
|
|
209
209
|
isPaymentPage: true,
|
|
210
|
-
headerTitle: t('
|
|
210
|
+
headerTitle: t('remainingBalance'),
|
|
211
211
|
headerComponent: /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
212
212
|
amount: totalBooked
|
|
213
213
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.72.
|
|
3
|
+
"version": "0.72.71",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@licklist/core": "0.32.
|
|
45
|
+
"@licklist/core": "0.32.13",
|
|
46
46
|
"@licklist/eslint-config": "0.5.6",
|
|
47
47
|
"@licklist/plugins": "0.35.10",
|
|
48
48
|
"lodash": "4.17.21",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@dnd-kit/utilities": "2.0.0",
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
64
|
-
"@licklist/core": "0.32.
|
|
64
|
+
"@licklist/core": "0.32.13",
|
|
65
65
|
"@licklist/eslint-config": "0.5.6",
|
|
66
66
|
"@licklist/plugins": "0.35.10",
|
|
67
67
|
"@mantine/core": "6.0.22",
|
|
@@ -162,7 +162,7 @@ export const PaymentPage = ({
|
|
|
162
162
|
<BookingSummary
|
|
163
163
|
{...bookingSummaryProps}
|
|
164
164
|
isPaymentPage
|
|
165
|
-
headerTitle={t('
|
|
165
|
+
headerTitle={t('remainingBalance')}
|
|
166
166
|
headerComponent={<SummaryTotalBlock amount={totalBooked} />}
|
|
167
167
|
footer={
|
|
168
168
|
<div className='d-flex flex-column justify-content-between'>
|
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.13":
|
|
2485
|
+
version: 0.32.13
|
|
2486
|
+
resolution: "@licklist/core@npm:0.32.13"
|
|
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/8c4504137e8a5d6ac9d5c3bcced5cd24c970bf23cdcd1dd9fe308522f3f682e6ab513bc4e3a9a4dfdde68dc9f212895fbb4cb750f995728f5367ddc0419cf4d7
|
|
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.13"
|
|
2496
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2497
2525
|
"@licklist/plugins": "npm:0.35.10"
|
|
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.13
|
|
2627
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2628
2656
|
"@licklist/plugins": 0.35.10
|
|
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.
|
|
3279
|
-
version: 4.
|
|
3280
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.36.0":
|
|
3307
|
+
version: 4.36.0
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.36.0"
|
|
3281
3309
|
conditions: os=android & cpu=arm
|
|
3282
3310
|
languageName: node
|
|
3283
3311
|
linkType: hard
|
|
3284
3312
|
|
|
3285
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3286
|
-
version: 4.
|
|
3287
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.36.0":
|
|
3314
|
+
version: 4.36.0
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.36.0"
|
|
3288
3316
|
conditions: os=android & cpu=arm64
|
|
3289
3317
|
languageName: node
|
|
3290
3318
|
linkType: hard
|
|
3291
3319
|
|
|
3292
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3293
|
-
version: 4.
|
|
3294
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.36.0":
|
|
3321
|
+
version: 4.36.0
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.36.0"
|
|
3295
3323
|
conditions: os=darwin & cpu=arm64
|
|
3296
3324
|
languageName: node
|
|
3297
3325
|
linkType: hard
|
|
3298
3326
|
|
|
3299
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3300
|
-
version: 4.
|
|
3301
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.36.0":
|
|
3328
|
+
version: 4.36.0
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.36.0"
|
|
3302
3330
|
conditions: os=darwin & cpu=x64
|
|
3303
3331
|
languageName: node
|
|
3304
3332
|
linkType: hard
|
|
3305
3333
|
|
|
3306
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.36.0":
|
|
3335
|
+
version: 4.36.0
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.36.0"
|
|
3309
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3310
3338
|
languageName: node
|
|
3311
3339
|
linkType: hard
|
|
3312
3340
|
|
|
3313
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.36.0":
|
|
3342
|
+
version: 4.36.0
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.36.0"
|
|
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.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.36.0":
|
|
3349
|
+
version: 4.36.0
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.36.0"
|
|
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.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.36.0":
|
|
3356
|
+
version: 4.36.0
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.36.0"
|
|
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.
|
|
3335
|
-
version: 4.
|
|
3336
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.36.0":
|
|
3363
|
+
version: 4.36.0
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.36.0"
|
|
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.
|
|
3342
|
-
version: 4.
|
|
3343
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.36.0":
|
|
3370
|
+
version: 4.36.0
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.36.0"
|
|
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.
|
|
3349
|
-
version: 4.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.36.0":
|
|
3377
|
+
version: 4.36.0
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.36.0"
|
|
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.
|
|
3356
|
-
version: 4.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.36.0":
|
|
3384
|
+
version: 4.36.0
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.36.0"
|
|
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.
|
|
3363
|
-
version: 4.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.36.0":
|
|
3391
|
+
version: 4.36.0
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.36.0"
|
|
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.
|
|
3370
|
-
version: 4.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.36.0":
|
|
3398
|
+
version: 4.36.0
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.36.0"
|
|
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.
|
|
3377
|
-
version: 4.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.36.0":
|
|
3405
|
+
version: 4.36.0
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.36.0"
|
|
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.
|
|
3384
|
-
version: 4.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.36.0":
|
|
3412
|
+
version: 4.36.0
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.36.0"
|
|
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.
|
|
3391
|
-
version: 4.
|
|
3392
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.36.0":
|
|
3419
|
+
version: 4.36.0
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.36.0"
|
|
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.
|
|
3398
|
-
version: 4.
|
|
3399
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.36.0":
|
|
3426
|
+
version: 4.36.0
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.36.0"
|
|
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.
|
|
3405
|
-
version: 4.
|
|
3406
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.36.0":
|
|
3433
|
+
version: 4.36.0
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.36.0"
|
|
3407
3435
|
conditions: os=win32 & cpu=x64
|
|
3408
3436
|
languageName: node
|
|
3409
3437
|
linkType: hard
|
|
@@ -5936,11 +5964,11 @@ __metadata:
|
|
|
5936
5964
|
linkType: hard
|
|
5937
5965
|
|
|
5938
5966
|
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5939
|
-
version: 19.0.
|
|
5940
|
-
resolution: "@types/react@npm:19.0.
|
|
5967
|
+
version: 19.0.11
|
|
5968
|
+
resolution: "@types/react@npm:19.0.11"
|
|
5941
5969
|
dependencies:
|
|
5942
5970
|
csstype: "npm:^3.0.2"
|
|
5943
|
-
checksum: 10c0/
|
|
5971
|
+
checksum: 10c0/386cdde579b60e22160d6894a985655742703346bdc71fed9809f8f90ca87e2dd0252e86b81f92621a2c1de8d0fbf35e3963996db8c451cc670570061ed62f29
|
|
5944
5972
|
languageName: node
|
|
5945
5973
|
linkType: hard
|
|
5946
5974
|
|
|
@@ -7068,17 +7096,18 @@ __metadata:
|
|
|
7068
7096
|
linkType: hard
|
|
7069
7097
|
|
|
7070
7098
|
"array.prototype.reduce@npm:^1.0.6":
|
|
7071
|
-
version: 1.0.
|
|
7072
|
-
resolution: "array.prototype.reduce@npm:1.0.
|
|
7099
|
+
version: 1.0.8
|
|
7100
|
+
resolution: "array.prototype.reduce@npm:1.0.8"
|
|
7073
7101
|
dependencies:
|
|
7074
|
-
call-bind: "npm:^1.0.
|
|
7102
|
+
call-bind: "npm:^1.0.8"
|
|
7103
|
+
call-bound: "npm:^1.0.4"
|
|
7075
7104
|
define-properties: "npm:^1.2.1"
|
|
7076
|
-
es-abstract: "npm:^1.23.
|
|
7105
|
+
es-abstract: "npm:^1.23.9"
|
|
7077
7106
|
es-array-method-boxes-properly: "npm:^1.0.0"
|
|
7078
7107
|
es-errors: "npm:^1.3.0"
|
|
7079
|
-
es-object-atoms: "npm:^1.
|
|
7080
|
-
is-string: "npm:^1.
|
|
7081
|
-
checksum: 10c0/
|
|
7108
|
+
es-object-atoms: "npm:^1.1.1"
|
|
7109
|
+
is-string: "npm:^1.1.1"
|
|
7110
|
+
checksum: 10c0/0a4635f468e9161f51c4a87f80057b8b3c27b0ccc3e40ad7ea77cd1e147f1119f46977b0452f3fa325f543126200f2caf8c1390bd5303edf90d9c1dcd7d5a8a0
|
|
7082
7111
|
languageName: node
|
|
7083
7112
|
linkType: hard
|
|
7084
7113
|
|
|
@@ -8072,9 +8101,9 @@ __metadata:
|
|
|
8072
8101
|
linkType: hard
|
|
8073
8102
|
|
|
8074
8103
|
"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/
|
|
8104
|
+
version: 1.0.30001706
|
|
8105
|
+
resolution: "caniuse-lite@npm:1.0.30001706"
|
|
8106
|
+
checksum: 10c0/b502d0a509611fd5b009e1123d482e983696984b6b749c3f485fd8d02cc58376c59cf0bb15f22fa2d337da104970edd27dd525d4663cebc728e26ac4adedff0d
|
|
8078
8107
|
languageName: node
|
|
8079
8108
|
linkType: hard
|
|
8080
8109
|
|
|
@@ -9861,9 +9890,9 @@ __metadata:
|
|
|
9861
9890
|
linkType: hard
|
|
9862
9891
|
|
|
9863
9892
|
"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/
|
|
9893
|
+
version: 1.5.120
|
|
9894
|
+
resolution: "electron-to-chromium@npm:1.5.120"
|
|
9895
|
+
checksum: 10c0/807c88e912748665a1eacd356672df88ce1ee4e6476c2bef084ee9e7ba184d7a94512a5f98218ab6deab920e78cbaec40f6cba75277c381fcc294e538a25d06d
|
|
9867
9896
|
languageName: node
|
|
9868
9897
|
linkType: hard
|
|
9869
9898
|
|
|
@@ -10070,7 +10099,7 @@ __metadata:
|
|
|
10070
10099
|
languageName: node
|
|
10071
10100
|
linkType: hard
|
|
10072
10101
|
|
|
10073
|
-
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.
|
|
10102
|
+
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.6, es-abstract@npm:^1.23.9":
|
|
10074
10103
|
version: 1.23.9
|
|
10075
10104
|
resolution: "es-abstract@npm:1.23.9"
|
|
10076
10105
|
dependencies:
|
|
@@ -13776,9 +13805,9 @@ __metadata:
|
|
|
13776
13805
|
linkType: hard
|
|
13777
13806
|
|
|
13778
13807
|
"libphonenumber-js@npm:^1.9.11":
|
|
13779
|
-
version: 1.12.
|
|
13780
|
-
resolution: "libphonenumber-js@npm:1.12.
|
|
13781
|
-
checksum: 10c0/
|
|
13808
|
+
version: 1.12.6
|
|
13809
|
+
resolution: "libphonenumber-js@npm:1.12.6"
|
|
13810
|
+
checksum: 10c0/7218d8ce96a19c76c677a89da41c6b55c89c07f64999b464b5fde605d2abfcbefe2afc5bbb13f08be0f5a3dfa9ac27ac9b7ab7b65450563467fa82fb91579389
|
|
13782
13811
|
languageName: node
|
|
13783
13812
|
linkType: hard
|
|
13784
13813
|
|
|
@@ -14519,9 +14548,9 @@ __metadata:
|
|
|
14519
14548
|
linkType: hard
|
|
14520
14549
|
|
|
14521
14550
|
"mime-db@npm:>= 1.43.0 < 2":
|
|
14522
|
-
version: 1.
|
|
14523
|
-
resolution: "mime-db@npm:1.
|
|
14524
|
-
checksum: 10c0/
|
|
14551
|
+
version: 1.54.0
|
|
14552
|
+
resolution: "mime-db@npm:1.54.0"
|
|
14553
|
+
checksum: 10c0/8d907917bc2a90fa2df842cdf5dfeaf509adc15fe0531e07bb2f6ab15992416479015828d6a74200041c492e42cce3ebf78e5ce714388a0a538ea9c53eece284
|
|
14525
14554
|
languageName: node
|
|
14526
14555
|
linkType: hard
|
|
14527
14556
|
|
|
@@ -14938,11 +14967,11 @@ __metadata:
|
|
|
14938
14967
|
linkType: hard
|
|
14939
14968
|
|
|
14940
14969
|
"nanoid@npm:^3.3.7, nanoid@npm:^3.3.8":
|
|
14941
|
-
version: 3.3.
|
|
14942
|
-
resolution: "nanoid@npm:3.3.
|
|
14970
|
+
version: 3.3.11
|
|
14971
|
+
resolution: "nanoid@npm:3.3.11"
|
|
14943
14972
|
bin:
|
|
14944
14973
|
nanoid: bin/nanoid.cjs
|
|
14945
|
-
checksum: 10c0/
|
|
14974
|
+
checksum: 10c0/40e7f70b3d15f725ca072dfc4f74e81fcf1fbb02e491cf58ac0c79093adc9b0a73b152bcde57df4b79cd097e13023d7504acb38404a4da7bc1cd8e887b82fe0b
|
|
14946
14975
|
languageName: node
|
|
14947
14976
|
linkType: hard
|
|
14948
14977
|
|
|
@@ -15290,13 +15319,14 @@ __metadata:
|
|
|
15290
15319
|
linkType: hard
|
|
15291
15320
|
|
|
15292
15321
|
"object.entries@npm:^1.1.0, object.entries@npm:^1.1.2, object.entries@npm:^1.1.8":
|
|
15293
|
-
version: 1.1.
|
|
15294
|
-
resolution: "object.entries@npm:1.1.
|
|
15322
|
+
version: 1.1.9
|
|
15323
|
+
resolution: "object.entries@npm:1.1.9"
|
|
15295
15324
|
dependencies:
|
|
15296
|
-
call-bind: "npm:^1.0.
|
|
15325
|
+
call-bind: "npm:^1.0.8"
|
|
15326
|
+
call-bound: "npm:^1.0.4"
|
|
15297
15327
|
define-properties: "npm:^1.2.1"
|
|
15298
|
-
es-object-atoms: "npm:^1.
|
|
15299
|
-
checksum: 10c0/
|
|
15328
|
+
es-object-atoms: "npm:^1.1.1"
|
|
15329
|
+
checksum: 10c0/d4b8c1e586650407da03370845f029aa14076caca4e4d4afadbc69cfb5b78035fd3ee7be417141abdb0258fa142e59b11923b4c44d8b1255b28f5ffcc50da7db
|
|
15300
15330
|
languageName: node
|
|
15301
15331
|
linkType: hard
|
|
15302
15332
|
|
|
@@ -16925,12 +16955,12 @@ __metadata:
|
|
|
16925
16955
|
linkType: hard
|
|
16926
16956
|
|
|
16927
16957
|
"prosemirror-inputrules@npm:^1.2.0":
|
|
16928
|
-
version: 1.
|
|
16929
|
-
resolution: "prosemirror-inputrules@npm:1.
|
|
16958
|
+
version: 1.5.0
|
|
16959
|
+
resolution: "prosemirror-inputrules@npm:1.5.0"
|
|
16930
16960
|
dependencies:
|
|
16931
16961
|
prosemirror-state: "npm:^1.0.0"
|
|
16932
16962
|
prosemirror-transform: "npm:^1.0.0"
|
|
16933
|
-
checksum: 10c0/
|
|
16963
|
+
checksum: 10c0/5d69b8b148c530ddcf5b99d448e8e8fd60c088da2de222838d2a0b63c7c92476ad09a434859e42b96291130f6fda48fa9a0824534c9b6fc6d15bb302f6359730
|
|
16934
16964
|
languageName: node
|
|
16935
16965
|
linkType: hard
|
|
16936
16966
|
|
|
@@ -16945,13 +16975,13 @@ __metadata:
|
|
|
16945
16975
|
linkType: hard
|
|
16946
16976
|
|
|
16947
16977
|
"prosemirror-markdown@npm:^1.10.1":
|
|
16948
|
-
version: 1.13.
|
|
16949
|
-
resolution: "prosemirror-markdown@npm:1.13.
|
|
16978
|
+
version: 1.13.2
|
|
16979
|
+
resolution: "prosemirror-markdown@npm:1.13.2"
|
|
16950
16980
|
dependencies:
|
|
16951
16981
|
"@types/markdown-it": "npm:^14.0.0"
|
|
16952
16982
|
markdown-it: "npm:^14.0.0"
|
|
16953
|
-
prosemirror-model: "npm:^1.
|
|
16954
|
-
checksum: 10c0/
|
|
16983
|
+
prosemirror-model: "npm:^1.25.0"
|
|
16984
|
+
checksum: 10c0/53c48ef0d0d18ca0a7c39bdb18485508bfe10582f9b1d04d7114e6f6e9678a4481b318f310b19d4e95f65d947fbe6348affddcb909ad9b8c9f865cc07ceff22b
|
|
16955
16985
|
languageName: node
|
|
16956
16986
|
linkType: hard
|
|
16957
16987
|
|
|
@@ -16967,21 +16997,21 @@ __metadata:
|
|
|
16967
16997
|
languageName: node
|
|
16968
16998
|
linkType: hard
|
|
16969
16999
|
|
|
16970
|
-
"prosemirror-model@npm:^1.0.0, prosemirror-model@npm:^1.16.1, prosemirror-model@npm:^1.18.1, prosemirror-model@npm:^1.
|
|
16971
|
-
version: 1.
|
|
16972
|
-
resolution: "prosemirror-model@npm:1.
|
|
17000
|
+
"prosemirror-model@npm:^1.0.0, prosemirror-model@npm:^1.16.1, prosemirror-model@npm:^1.18.1, prosemirror-model@npm:^1.20.0, prosemirror-model@npm:^1.21.0, prosemirror-model@npm:^1.24.1, prosemirror-model@npm:^1.25.0":
|
|
17001
|
+
version: 1.25.0
|
|
17002
|
+
resolution: "prosemirror-model@npm:1.25.0"
|
|
16973
17003
|
dependencies:
|
|
16974
17004
|
orderedmap: "npm:^2.0.0"
|
|
16975
|
-
checksum: 10c0/
|
|
17005
|
+
checksum: 10c0/5845436dfa4da6334622942d3487a6b48c1fb1be0379432733d804a6889c3fcdaf9737eb7b625c7041df56664580fad6c153d4e698778051f19e7f73afcef7b8
|
|
16976
17006
|
languageName: node
|
|
16977
17007
|
linkType: hard
|
|
16978
17008
|
|
|
16979
17009
|
"prosemirror-schema-basic@npm:^1.2.0":
|
|
16980
|
-
version: 1.2.
|
|
16981
|
-
resolution: "prosemirror-schema-basic@npm:1.2.
|
|
17010
|
+
version: 1.2.4
|
|
17011
|
+
resolution: "prosemirror-schema-basic@npm:1.2.4"
|
|
16982
17012
|
dependencies:
|
|
16983
|
-
prosemirror-model: "npm:^1.
|
|
16984
|
-
checksum: 10c0/
|
|
17013
|
+
prosemirror-model: "npm:^1.25.0"
|
|
17014
|
+
checksum: 10c0/cd86f88a5eb51ab5459aa91e6824e73ec15b0f1546fee89be7826663663ef11eefaacacda5a14c43b4c8d8477fd653642418b9c7d485bb92e323f9b8e7607a78
|
|
16985
17015
|
languageName: node
|
|
16986
17016
|
linkType: hard
|
|
16987
17017
|
|
|
@@ -18059,15 +18089,15 @@ __metadata:
|
|
|
18059
18089
|
linkType: hard
|
|
18060
18090
|
|
|
18061
18091
|
"react-textarea-autosize@npm:^8.3.0":
|
|
18062
|
-
version: 8.5.
|
|
18063
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
18092
|
+
version: 8.5.8
|
|
18093
|
+
resolution: "react-textarea-autosize@npm:8.5.8"
|
|
18064
18094
|
dependencies:
|
|
18065
18095
|
"@babel/runtime": "npm:^7.20.13"
|
|
18066
18096
|
use-composed-ref: "npm:^1.3.0"
|
|
18067
18097
|
use-latest: "npm:^1.2.1"
|
|
18068
18098
|
peerDependencies:
|
|
18069
18099
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
18070
|
-
checksum: 10c0/
|
|
18100
|
+
checksum: 10c0/3d7add9773fd3dc189a6668efb82c1d2d5238ee5b7e933204f5f7da9df8daef81df50b36ca573a57beaa31b2727c6176ea806422790ad23be6cf7f5a5f71bbb9
|
|
18071
18101
|
languageName: node
|
|
18072
18102
|
linkType: hard
|
|
18073
18103
|
|
|
@@ -18900,28 +18930,28 @@ __metadata:
|
|
|
18900
18930
|
linkType: hard
|
|
18901
18931
|
|
|
18902
18932
|
"rollup@npm:^4.13.0":
|
|
18903
|
-
version: 4.
|
|
18904
|
-
resolution: "rollup@npm:4.
|
|
18905
|
-
dependencies:
|
|
18906
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18907
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18908
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18909
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18910
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18911
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18912
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18913
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18914
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18915
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18916
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18917
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18918
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18919
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18920
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18921
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18922
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18923
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18924
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18933
|
+
version: 4.36.0
|
|
18934
|
+
resolution: "rollup@npm:4.36.0"
|
|
18935
|
+
dependencies:
|
|
18936
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.36.0"
|
|
18937
|
+
"@rollup/rollup-android-arm64": "npm:4.36.0"
|
|
18938
|
+
"@rollup/rollup-darwin-arm64": "npm:4.36.0"
|
|
18939
|
+
"@rollup/rollup-darwin-x64": "npm:4.36.0"
|
|
18940
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.36.0"
|
|
18941
|
+
"@rollup/rollup-freebsd-x64": "npm:4.36.0"
|
|
18942
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.36.0"
|
|
18943
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.36.0"
|
|
18944
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.36.0"
|
|
18945
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.36.0"
|
|
18946
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.36.0"
|
|
18947
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.36.0"
|
|
18948
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.36.0"
|
|
18949
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.36.0"
|
|
18950
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.36.0"
|
|
18951
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.36.0"
|
|
18952
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.36.0"
|
|
18953
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.36.0"
|
|
18954
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.36.0"
|
|
18925
18955
|
"@types/estree": "npm:1.0.6"
|
|
18926
18956
|
fsevents: "npm:~2.3.2"
|
|
18927
18957
|
dependenciesMeta:
|
|
@@ -18967,7 +18997,7 @@ __metadata:
|
|
|
18967
18997
|
optional: true
|
|
18968
18998
|
bin:
|
|
18969
18999
|
rollup: dist/bin/rollup
|
|
18970
|
-
checksum: 10c0/
|
|
19000
|
+
checksum: 10c0/52ad34ba18edb3613253ecbc7db5c8d6067ed103d8786051e96d42bcb383f7473bbda91b25297435b8a531fe308726cf1bb978456b9fcce044e4885510d73252
|
|
18971
19001
|
languageName: node
|
|
18972
19002
|
linkType: hard
|
|
18973
19003
|
|
|
@@ -20057,14 +20087,15 @@ __metadata:
|
|
|
20057
20087
|
linkType: hard
|
|
20058
20088
|
|
|
20059
20089
|
"string.prototype.padstart@npm:^3.0.0":
|
|
20060
|
-
version: 3.1.
|
|
20061
|
-
resolution: "string.prototype.padstart@npm:3.1.
|
|
20090
|
+
version: 3.1.7
|
|
20091
|
+
resolution: "string.prototype.padstart@npm:3.1.7"
|
|
20062
20092
|
dependencies:
|
|
20063
|
-
call-bind: "npm:^1.0.
|
|
20093
|
+
call-bind: "npm:^1.0.8"
|
|
20094
|
+
call-bound: "npm:^1.0.4"
|
|
20064
20095
|
define-properties: "npm:^1.2.1"
|
|
20065
|
-
es-abstract: "npm:^1.23.
|
|
20066
|
-
es-object-atoms: "npm:^1.
|
|
20067
|
-
checksum: 10c0/
|
|
20096
|
+
es-abstract: "npm:^1.23.9"
|
|
20097
|
+
es-object-atoms: "npm:^1.1.1"
|
|
20098
|
+
checksum: 10c0/b554810e1b65c68c3a1b5bf38d0b17830116491b7ddeeaa4504588cb79e6c614beebe71f4047c5f3ca8fdf5502ef6a0c3770f4374ce5144b1660b81462014e4e
|
|
20068
20099
|
languageName: node
|
|
20069
20100
|
linkType: hard
|
|
20070
20101
|
|