@licklist/design 0.75.0 → 0.75.1-dev.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/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +2 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +2 -1
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -0
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +2 -3
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +4 -11
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +4 -5
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +5 -3
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +4 -3
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +2 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/form/context.d.ts +1 -2
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts +2 -0
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +7 -0
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product/scanRange/ProductScanRangeControl.d.ts +12 -0
- package/dist/product-set/product/scanRange/ProductScanRangeControl.d.ts.map +1 -0
- package/dist/product-set/product/scanRange/ProductScanRangeControl.js +153 -0
- package/dist/product-set/product/scanRange/index.d.ts +2 -0
- package/dist/product-set/product/scanRange/index.d.ts.map +1 -0
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/product-set/utils/index.d.ts +3 -1
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +3 -0
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +3 -0
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +21 -0
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +2 -3
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +8 -6
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +12 -7
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +3 -1
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +2 -1
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +2 -2
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +5 -13
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +1 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/ryft/utils/ryft-form.ts +6 -5
- package/src/layout/DropDown.tsx +1 -1
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/control/ProductSetControl.tsx +11 -8
- package/src/product-set/form/ProductSetForm.tsx +7 -6
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/ProductsControl.tsx +3 -9
- package/src/product-set/form/StepsControl.tsx +1 -3
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/form/context.tsx +2 -5
- package/src/product-set/product/ProductControl.tsx +19 -17
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
- package/src/product-set/product/scanRange/ProductScanRangeControl.stories.ts +45 -0
- package/src/product-set/product/scanRange/ProductScanRangeControl.tsx +163 -0
- package/src/product-set/product/scanRange/index.ts +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/sortable-tree/SortableTreeItem.tsx +1 -6
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +2 -3
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +183 -183
package/yarn.lock
CHANGED
|
@@ -349,7 +349,7 @@ __metadata:
|
|
|
349
349
|
languageName: node
|
|
350
350
|
linkType: hard
|
|
351
351
|
|
|
352
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.
|
|
352
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.1, @babel/parser@npm:^7.27.2":
|
|
353
353
|
version: 7.27.2
|
|
354
354
|
resolution: "@babel/parser@npm:7.27.2"
|
|
355
355
|
dependencies:
|
|
@@ -2450,9 +2450,9 @@ __metadata:
|
|
|
2450
2450
|
languageName: node
|
|
2451
2451
|
linkType: hard
|
|
2452
2452
|
|
|
2453
|
-
"@licklist/core@npm:0.
|
|
2454
|
-
version: 0.
|
|
2455
|
-
resolution: "@licklist/core@npm:0.
|
|
2453
|
+
"@licklist/core@npm:0.31.2-dev.10":
|
|
2454
|
+
version: 0.31.2-dev.10
|
|
2455
|
+
resolution: "@licklist/core@npm:0.31.2-dev.10"
|
|
2456
2456
|
dependencies:
|
|
2457
2457
|
"@sentry/browser": "npm:6.2.0"
|
|
2458
2458
|
axios: "npm:0.26.0"
|
|
@@ -2474,13 +2474,13 @@ __metadata:
|
|
|
2474
2474
|
react-i18next: 11.8.8
|
|
2475
2475
|
react-intl: 6.6.8
|
|
2476
2476
|
zustand: 3.7.2
|
|
2477
|
-
checksum: 10c0/
|
|
2477
|
+
checksum: 10c0/ebd034a5275a13a637d0e7cba377a02ee087b9486c4b3061875e26574750237876e530be2fa71f7390c534544d7cc4982db739ee9a3f48ac41c8d19a5bfa4868
|
|
2478
2478
|
languageName: node
|
|
2479
2479
|
linkType: hard
|
|
2480
2480
|
|
|
2481
|
-
"@licklist/core@npm:0.
|
|
2482
|
-
version: 0.
|
|
2483
|
-
resolution: "@licklist/core@npm:0.
|
|
2481
|
+
"@licklist/core@npm:0.31.2-dev.18":
|
|
2482
|
+
version: 0.31.2-dev.18
|
|
2483
|
+
resolution: "@licklist/core@npm:0.31.2-dev.18"
|
|
2484
2484
|
dependencies:
|
|
2485
2485
|
"@sentry/browser": "npm:6.2.0"
|
|
2486
2486
|
axios: "npm:0.26.0"
|
|
@@ -2502,7 +2502,7 @@ __metadata:
|
|
|
2502
2502
|
react-i18next: 11.8.8
|
|
2503
2503
|
react-intl: 6.6.8
|
|
2504
2504
|
zustand: 3.7.2
|
|
2505
|
-
checksum: 10c0/
|
|
2505
|
+
checksum: 10c0/bfbf0e3f00cc5bf93b860340ebc189dca5f7bc4bc9bffd6e974f2b78a0b5c15d9b6211f57c6094bf1da3de411a00ae1cdca0fbb9a40631a23b45d623df6eeed2
|
|
2506
2506
|
languageName: node
|
|
2507
2507
|
linkType: hard
|
|
2508
2508
|
|
|
@@ -2517,9 +2517,9 @@ __metadata:
|
|
|
2517
2517
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2518
2518
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2519
2519
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2520
|
-
"@licklist/core": "npm:0.
|
|
2520
|
+
"@licklist/core": "npm:0.31.2-dev.18"
|
|
2521
2521
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2522
|
-
"@licklist/plugins": "npm:0.35.
|
|
2522
|
+
"@licklist/plugins": "npm:0.35.1-dev.9"
|
|
2523
2523
|
"@mantine/core": "npm:6.0.22"
|
|
2524
2524
|
"@mantine/hooks": "npm:6.0.22"
|
|
2525
2525
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2648,9 +2648,9 @@ __metadata:
|
|
|
2648
2648
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2649
2649
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2650
2650
|
peerDependencies:
|
|
2651
|
-
"@licklist/core": 0.
|
|
2651
|
+
"@licklist/core": 0.32.15-dev.3
|
|
2652
2652
|
"@licklist/eslint-config": 0.5.6
|
|
2653
|
-
"@licklist/plugins": 0.35.
|
|
2653
|
+
"@licklist/plugins": 0.35.1-dev.9
|
|
2654
2654
|
lodash: 4.17.21
|
|
2655
2655
|
luxon: 3.5.0
|
|
2656
2656
|
react: 17.0.2
|
|
@@ -2680,11 +2680,11 @@ __metadata:
|
|
|
2680
2680
|
languageName: node
|
|
2681
2681
|
linkType: hard
|
|
2682
2682
|
|
|
2683
|
-
"@licklist/plugins@npm:0.35.
|
|
2684
|
-
version: 0.35.
|
|
2685
|
-
resolution: "@licklist/plugins@npm:0.35.
|
|
2683
|
+
"@licklist/plugins@npm:0.35.1-dev.9":
|
|
2684
|
+
version: 0.35.1-dev.9
|
|
2685
|
+
resolution: "@licklist/plugins@npm:0.35.1-dev.9"
|
|
2686
2686
|
dependencies:
|
|
2687
|
-
"@licklist/core": "npm:0.
|
|
2687
|
+
"@licklist/core": "npm:0.31.2-dev.10"
|
|
2688
2688
|
axios: "npm:0.26.0"
|
|
2689
2689
|
history: "npm:4.10.1"
|
|
2690
2690
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2704,7 +2704,7 @@ __metadata:
|
|
|
2704
2704
|
rrule: "npm:2.6.8"
|
|
2705
2705
|
use-debounce: "npm:7.0.1"
|
|
2706
2706
|
peerDependencies:
|
|
2707
|
-
"@licklist/core": 0.
|
|
2707
|
+
"@licklist/core": 0.31.2-dev.10
|
|
2708
2708
|
"@licklist/eslint-config": 0.5.6
|
|
2709
2709
|
axios: 0.26.0
|
|
2710
2710
|
lodash: 4.17.21
|
|
@@ -2716,7 +2716,7 @@ __metadata:
|
|
|
2716
2716
|
react-loader: 2.4.7
|
|
2717
2717
|
react-query: 3.34.12
|
|
2718
2718
|
react-router-dom: 5.2.0
|
|
2719
|
-
checksum: 10c0/
|
|
2719
|
+
checksum: 10c0/4f436bf15b6a5ecfdc0f34c2b4c4790c65eb3035590e299983032ab6779f3553a8f56bbed5700c5d3da9486f8fbf7a07ccd608533edfd13af5b178e067ae5518
|
|
2720
2720
|
languageName: node
|
|
2721
2721
|
linkType: hard
|
|
2722
2722
|
|
|
@@ -3199,11 +3199,11 @@ __metadata:
|
|
|
3199
3199
|
linkType: hard
|
|
3200
3200
|
|
|
3201
3201
|
"@react-types/shared@npm:^3.9.0":
|
|
3202
|
-
version: 3.29.
|
|
3203
|
-
resolution: "@react-types/shared@npm:3.29.
|
|
3202
|
+
version: 3.29.1
|
|
3203
|
+
resolution: "@react-types/shared@npm:3.29.1"
|
|
3204
3204
|
peerDependencies:
|
|
3205
3205
|
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
|
|
3206
|
-
checksum: 10c0/
|
|
3206
|
+
checksum: 10c0/7b124568475d8e067d3d71de2dc31d82479a92b9a9a7cd493802e2780b973787adfb65eb718d475950078c57087369edf156aed68e5029111a39c3b34bf4250b
|
|
3207
3207
|
languageName: node
|
|
3208
3208
|
linkType: hard
|
|
3209
3209
|
|
|
@@ -3300,142 +3300,142 @@ __metadata:
|
|
|
3300
3300
|
languageName: node
|
|
3301
3301
|
linkType: hard
|
|
3302
3302
|
|
|
3303
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3304
|
-
version: 4.
|
|
3305
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3303
|
+
"@rollup/rollup-android-arm-eabi@npm:4.41.0":
|
|
3304
|
+
version: 4.41.0
|
|
3305
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.41.0"
|
|
3306
3306
|
conditions: os=android & cpu=arm
|
|
3307
3307
|
languageName: node
|
|
3308
3308
|
linkType: hard
|
|
3309
3309
|
|
|
3310
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3311
|
-
version: 4.
|
|
3312
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3310
|
+
"@rollup/rollup-android-arm64@npm:4.41.0":
|
|
3311
|
+
version: 4.41.0
|
|
3312
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.41.0"
|
|
3313
3313
|
conditions: os=android & cpu=arm64
|
|
3314
3314
|
languageName: node
|
|
3315
3315
|
linkType: hard
|
|
3316
3316
|
|
|
3317
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3318
|
-
version: 4.
|
|
3319
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3317
|
+
"@rollup/rollup-darwin-arm64@npm:4.41.0":
|
|
3318
|
+
version: 4.41.0
|
|
3319
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.41.0"
|
|
3320
3320
|
conditions: os=darwin & cpu=arm64
|
|
3321
3321
|
languageName: node
|
|
3322
3322
|
linkType: hard
|
|
3323
3323
|
|
|
3324
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3325
|
-
version: 4.
|
|
3326
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3324
|
+
"@rollup/rollup-darwin-x64@npm:4.41.0":
|
|
3325
|
+
version: 4.41.0
|
|
3326
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.41.0"
|
|
3327
3327
|
conditions: os=darwin & cpu=x64
|
|
3328
3328
|
languageName: node
|
|
3329
3329
|
linkType: hard
|
|
3330
3330
|
|
|
3331
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3332
|
-
version: 4.
|
|
3333
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3331
|
+
"@rollup/rollup-freebsd-arm64@npm:4.41.0":
|
|
3332
|
+
version: 4.41.0
|
|
3333
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.41.0"
|
|
3334
3334
|
conditions: os=freebsd & cpu=arm64
|
|
3335
3335
|
languageName: node
|
|
3336
3336
|
linkType: hard
|
|
3337
3337
|
|
|
3338
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3339
|
-
version: 4.
|
|
3340
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3338
|
+
"@rollup/rollup-freebsd-x64@npm:4.41.0":
|
|
3339
|
+
version: 4.41.0
|
|
3340
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.41.0"
|
|
3341
3341
|
conditions: os=freebsd & cpu=x64
|
|
3342
3342
|
languageName: node
|
|
3343
3343
|
linkType: hard
|
|
3344
3344
|
|
|
3345
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3346
|
-
version: 4.
|
|
3347
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3345
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.41.0":
|
|
3346
|
+
version: 4.41.0
|
|
3347
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.41.0"
|
|
3348
3348
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3349
3349
|
languageName: node
|
|
3350
3350
|
linkType: hard
|
|
3351
3351
|
|
|
3352
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3353
|
-
version: 4.
|
|
3354
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3352
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.41.0":
|
|
3353
|
+
version: 4.41.0
|
|
3354
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.41.0"
|
|
3355
3355
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3356
3356
|
languageName: node
|
|
3357
3357
|
linkType: hard
|
|
3358
3358
|
|
|
3359
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3360
|
-
version: 4.
|
|
3361
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3359
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.41.0":
|
|
3360
|
+
version: 4.41.0
|
|
3361
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.41.0"
|
|
3362
3362
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3363
3363
|
languageName: node
|
|
3364
3364
|
linkType: hard
|
|
3365
3365
|
|
|
3366
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3367
|
-
version: 4.
|
|
3368
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3366
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.41.0":
|
|
3367
|
+
version: 4.41.0
|
|
3368
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.41.0"
|
|
3369
3369
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3370
3370
|
languageName: node
|
|
3371
3371
|
linkType: hard
|
|
3372
3372
|
|
|
3373
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3374
|
-
version: 4.
|
|
3375
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3373
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.41.0":
|
|
3374
|
+
version: 4.41.0
|
|
3375
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.41.0"
|
|
3376
3376
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3377
3377
|
languageName: node
|
|
3378
3378
|
linkType: hard
|
|
3379
3379
|
|
|
3380
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3381
|
-
version: 4.
|
|
3382
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3380
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.41.0":
|
|
3381
|
+
version: 4.41.0
|
|
3382
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.41.0"
|
|
3383
3383
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3384
3384
|
languageName: node
|
|
3385
3385
|
linkType: hard
|
|
3386
3386
|
|
|
3387
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3388
|
-
version: 4.
|
|
3389
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3387
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.41.0":
|
|
3388
|
+
version: 4.41.0
|
|
3389
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.41.0"
|
|
3390
3390
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3391
3391
|
languageName: node
|
|
3392
3392
|
linkType: hard
|
|
3393
3393
|
|
|
3394
|
-
"@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3395
|
-
version: 4.
|
|
3396
|
-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3394
|
+
"@rollup/rollup-linux-riscv64-musl@npm:4.41.0":
|
|
3395
|
+
version: 4.41.0
|
|
3396
|
+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.41.0"
|
|
3397
3397
|
conditions: os=linux & cpu=riscv64 & libc=musl
|
|
3398
3398
|
languageName: node
|
|
3399
3399
|
linkType: hard
|
|
3400
3400
|
|
|
3401
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3402
|
-
version: 4.
|
|
3403
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3401
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.41.0":
|
|
3402
|
+
version: 4.41.0
|
|
3403
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.41.0"
|
|
3404
3404
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3405
3405
|
languageName: node
|
|
3406
3406
|
linkType: hard
|
|
3407
3407
|
|
|
3408
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3409
|
-
version: 4.
|
|
3410
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3408
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.41.0":
|
|
3409
|
+
version: 4.41.0
|
|
3410
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.41.0"
|
|
3411
3411
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3412
3412
|
languageName: node
|
|
3413
3413
|
linkType: hard
|
|
3414
3414
|
|
|
3415
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3416
|
-
version: 4.
|
|
3417
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3415
|
+
"@rollup/rollup-linux-x64-musl@npm:4.41.0":
|
|
3416
|
+
version: 4.41.0
|
|
3417
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.41.0"
|
|
3418
3418
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3419
3419
|
languageName: node
|
|
3420
3420
|
linkType: hard
|
|
3421
3421
|
|
|
3422
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3423
|
-
version: 4.
|
|
3424
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3422
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.41.0":
|
|
3423
|
+
version: 4.41.0
|
|
3424
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.41.0"
|
|
3425
3425
|
conditions: os=win32 & cpu=arm64
|
|
3426
3426
|
languageName: node
|
|
3427
3427
|
linkType: hard
|
|
3428
3428
|
|
|
3429
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3430
|
-
version: 4.
|
|
3431
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3429
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.41.0":
|
|
3430
|
+
version: 4.41.0
|
|
3431
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.41.0"
|
|
3432
3432
|
conditions: os=win32 & cpu=ia32
|
|
3433
3433
|
languageName: node
|
|
3434
3434
|
linkType: hard
|
|
3435
3435
|
|
|
3436
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3437
|
-
version: 4.
|
|
3438
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3436
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.41.0":
|
|
3437
|
+
version: 4.41.0
|
|
3438
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.41.0"
|
|
3439
3439
|
conditions: os=win32 & cpu=x64
|
|
3440
3440
|
languageName: node
|
|
3441
3441
|
linkType: hard
|
|
@@ -5696,11 +5696,11 @@ __metadata:
|
|
|
5696
5696
|
linkType: hard
|
|
5697
5697
|
|
|
5698
5698
|
"@types/node@npm:*":
|
|
5699
|
-
version: 22.15.
|
|
5700
|
-
resolution: "@types/node@npm:22.15.
|
|
5699
|
+
version: 22.15.21
|
|
5700
|
+
resolution: "@types/node@npm:22.15.21"
|
|
5701
5701
|
dependencies:
|
|
5702
5702
|
undici-types: "npm:~6.21.0"
|
|
5703
|
-
checksum: 10c0/
|
|
5703
|
+
checksum: 10c0/f092bbccda2131c2b2c8f720338080aa0ef1d928f5f1062c03954a4f7dafa7ee3ed29bc3e51bd4e2584473b3d943c637a2b39ad7174898970818270187cf10c1
|
|
5704
5704
|
languageName: node
|
|
5705
5705
|
linkType: hard
|
|
5706
5706
|
|
|
@@ -5853,9 +5853,9 @@ __metadata:
|
|
|
5853
5853
|
linkType: hard
|
|
5854
5854
|
|
|
5855
5855
|
"@types/qs@npm:^6.9.5":
|
|
5856
|
-
version: 6.
|
|
5857
|
-
resolution: "@types/qs@npm:6.
|
|
5858
|
-
checksum: 10c0/
|
|
5856
|
+
version: 6.14.0
|
|
5857
|
+
resolution: "@types/qs@npm:6.14.0"
|
|
5858
|
+
checksum: 10c0/5b3036df6e507483869cdb3858201b2e0b64b4793dc4974f188caa5b5732f2333ab9db45c08157975054d3b070788b35088b4bc60257ae263885016ee2131310
|
|
5859
5859
|
languageName: node
|
|
5860
5860
|
linkType: hard
|
|
5861
5861
|
|
|
@@ -6201,53 +6201,53 @@ __metadata:
|
|
|
6201
6201
|
languageName: node
|
|
6202
6202
|
linkType: hard
|
|
6203
6203
|
|
|
6204
|
-
"@volar/language-core@npm:2.4.
|
|
6205
|
-
version: 2.4.
|
|
6206
|
-
resolution: "@volar/language-core@npm:2.4.
|
|
6204
|
+
"@volar/language-core@npm:2.4.14, @volar/language-core@npm:~2.4.0-alpha.18":
|
|
6205
|
+
version: 2.4.14
|
|
6206
|
+
resolution: "@volar/language-core@npm:2.4.14"
|
|
6207
6207
|
dependencies:
|
|
6208
|
-
"@volar/source-map": "npm:2.4.
|
|
6209
|
-
checksum: 10c0/
|
|
6208
|
+
"@volar/source-map": "npm:2.4.14"
|
|
6209
|
+
checksum: 10c0/ac375e88cf7bad7eb94eb48750eeb37a237378c5ebafd8c0ea764c39fee2a69d9195468c19fbbeeeaa4a205b966e83f732004ab52df1d72206c30dcea2a1b623
|
|
6210
6210
|
languageName: node
|
|
6211
6211
|
linkType: hard
|
|
6212
6212
|
|
|
6213
|
-
"@volar/source-map@npm:2.4.
|
|
6214
|
-
version: 2.4.
|
|
6215
|
-
resolution: "@volar/source-map@npm:2.4.
|
|
6216
|
-
checksum: 10c0/
|
|
6213
|
+
"@volar/source-map@npm:2.4.14":
|
|
6214
|
+
version: 2.4.14
|
|
6215
|
+
resolution: "@volar/source-map@npm:2.4.14"
|
|
6216
|
+
checksum: 10c0/b8c0c83e5796b92a5087749e4db5d894edf61775c3912f4bd0bbe45a237441a78e1502e433d3cb25feef1c63f01e7a5d51ea417dfb6b352b3e898f707c64c972
|
|
6217
6217
|
languageName: node
|
|
6218
6218
|
linkType: hard
|
|
6219
6219
|
|
|
6220
6220
|
"@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
|
|
6221
|
-
version: 2.4.
|
|
6222
|
-
resolution: "@volar/typescript@npm:2.4.
|
|
6221
|
+
version: 2.4.14
|
|
6222
|
+
resolution: "@volar/typescript@npm:2.4.14"
|
|
6223
6223
|
dependencies:
|
|
6224
|
-
"@volar/language-core": "npm:2.4.
|
|
6224
|
+
"@volar/language-core": "npm:2.4.14"
|
|
6225
6225
|
path-browserify: "npm:^1.0.1"
|
|
6226
6226
|
vscode-uri: "npm:^3.0.8"
|
|
6227
|
-
checksum: 10c0/
|
|
6227
|
+
checksum: 10c0/bdbe2375cc99b1acfc29c718c30240b888a41cf32b413a24425ea666552d65fec32de20dda14c522e2ec626dcaf2f6f55ba1c9dc1d2c5a5727fe7e2ea87857d3
|
|
6228
6228
|
languageName: node
|
|
6229
6229
|
linkType: hard
|
|
6230
6230
|
|
|
6231
|
-
"@vue/compiler-core@npm:3.5.
|
|
6232
|
-
version: 3.5.
|
|
6233
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6231
|
+
"@vue/compiler-core@npm:3.5.14":
|
|
6232
|
+
version: 3.5.14
|
|
6233
|
+
resolution: "@vue/compiler-core@npm:3.5.14"
|
|
6234
6234
|
dependencies:
|
|
6235
|
-
"@babel/parser": "npm:^7.
|
|
6236
|
-
"@vue/shared": "npm:3.5.
|
|
6235
|
+
"@babel/parser": "npm:^7.27.2"
|
|
6236
|
+
"@vue/shared": "npm:3.5.14"
|
|
6237
6237
|
entities: "npm:^4.5.0"
|
|
6238
6238
|
estree-walker: "npm:^2.0.2"
|
|
6239
|
-
source-map-js: "npm:^1.2.
|
|
6240
|
-
checksum: 10c0/
|
|
6239
|
+
source-map-js: "npm:^1.2.1"
|
|
6240
|
+
checksum: 10c0/386f6ee8dedc1c0e0296b30e6f4bfe346c965dba991de68c8dc1dc8b4e0cbb68636e060b137e12eb4703e58534b6170e9c9f6e71f246d10a9719757adce0be23
|
|
6241
6241
|
languageName: node
|
|
6242
6242
|
linkType: hard
|
|
6243
6243
|
|
|
6244
6244
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6245
|
-
version: 3.5.
|
|
6246
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6245
|
+
version: 3.5.14
|
|
6246
|
+
resolution: "@vue/compiler-dom@npm:3.5.14"
|
|
6247
6247
|
dependencies:
|
|
6248
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6249
|
-
"@vue/shared": "npm:3.5.
|
|
6250
|
-
checksum: 10c0/
|
|
6248
|
+
"@vue/compiler-core": "npm:3.5.14"
|
|
6249
|
+
"@vue/shared": "npm:3.5.14"
|
|
6250
|
+
checksum: 10c0/3640306a4cb93e3c63f88291b6dc3ffa343ff889dd27195ee43998ca84d07fc266218ccb19084330a94e83dcb288ca124d898e3338441231f74831f2e4438ad6
|
|
6251
6251
|
languageName: node
|
|
6252
6252
|
linkType: hard
|
|
6253
6253
|
|
|
@@ -6282,10 +6282,10 @@ __metadata:
|
|
|
6282
6282
|
languageName: node
|
|
6283
6283
|
linkType: hard
|
|
6284
6284
|
|
|
6285
|
-
"@vue/shared@npm:3.5.
|
|
6286
|
-
version: 3.5.
|
|
6287
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6288
|
-
checksum: 10c0/
|
|
6285
|
+
"@vue/shared@npm:3.5.14, @vue/shared@npm:^3.4.0":
|
|
6286
|
+
version: 3.5.14
|
|
6287
|
+
resolution: "@vue/shared@npm:3.5.14"
|
|
6288
|
+
checksum: 10c0/cf1fc42fd318e876dcdafb6ca2584498e55012f48487b4f8e3a7d209c35415a779600bd1288c171095518fbf6fc90efea75a06937fdc4d3f316a12bc7c7dd94b
|
|
6289
6289
|
languageName: node
|
|
6290
6290
|
linkType: hard
|
|
6291
6291
|
|
|
@@ -6577,7 +6577,7 @@ __metadata:
|
|
|
6577
6577
|
languageName: node
|
|
6578
6578
|
linkType: hard
|
|
6579
6579
|
|
|
6580
|
-
"acorn@npm:^8.14.0, acorn@npm:^8.5.0
|
|
6580
|
+
"acorn@npm:^8.14.0, acorn@npm:^8.5.0":
|
|
6581
6581
|
version: 8.14.1
|
|
6582
6582
|
resolution: "acorn@npm:8.14.1"
|
|
6583
6583
|
bin:
|
|
@@ -6916,11 +6916,11 @@ __metadata:
|
|
|
6916
6916
|
linkType: hard
|
|
6917
6917
|
|
|
6918
6918
|
"aria-hidden@npm:^1.1.3":
|
|
6919
|
-
version: 1.2.
|
|
6920
|
-
resolution: "aria-hidden@npm:1.2.
|
|
6919
|
+
version: 1.2.6
|
|
6920
|
+
resolution: "aria-hidden@npm:1.2.6"
|
|
6921
6921
|
dependencies:
|
|
6922
6922
|
tslib: "npm:^2.0.0"
|
|
6923
|
-
checksum: 10c0/
|
|
6923
|
+
checksum: 10c0/7720cb539497a9f760f68f98a4b30f22c6767aa0e72fa7d58279f7c164e258fc38b2699828f8de881aab0fc8e9c56d1313a3f1a965046fc0381a554dbc72b54a
|
|
6924
6924
|
languageName: node
|
|
6925
6925
|
linkType: hard
|
|
6926
6926
|
|
|
@@ -8075,9 +8075,9 @@ __metadata:
|
|
|
8075
8075
|
linkType: hard
|
|
8076
8076
|
|
|
8077
8077
|
"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.30001716":
|
|
8078
|
-
version: 1.0.
|
|
8079
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8080
|
-
checksum: 10c0/
|
|
8078
|
+
version: 1.0.30001718
|
|
8079
|
+
resolution: "caniuse-lite@npm:1.0.30001718"
|
|
8080
|
+
checksum: 10c0/67f9ad09bc16443e28d14f265d6e468480cd8dc1900d0d8b982222de80c699c4f2306599c3da8a3fa7139f110d4b30d49dbac78f215470f479abb6ffe141d5d3
|
|
8081
8081
|
languageName: node
|
|
8082
8082
|
linkType: hard
|
|
8083
8083
|
|
|
@@ -9342,14 +9342,14 @@ __metadata:
|
|
|
9342
9342
|
linkType: hard
|
|
9343
9343
|
|
|
9344
9344
|
"debug@npm:4, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.6":
|
|
9345
|
-
version: 4.4.
|
|
9346
|
-
resolution: "debug@npm:4.4.
|
|
9345
|
+
version: 4.4.1
|
|
9346
|
+
resolution: "debug@npm:4.4.1"
|
|
9347
9347
|
dependencies:
|
|
9348
9348
|
ms: "npm:^2.1.3"
|
|
9349
9349
|
peerDependenciesMeta:
|
|
9350
9350
|
supports-color:
|
|
9351
9351
|
optional: true
|
|
9352
|
-
checksum: 10c0/
|
|
9352
|
+
checksum: 10c0/d2b44bc1afd912b49bb7ebb0d50a860dc93a4dd7d946e8de94abc957bb63726b7dd5aa48c18c2386c379ec024c46692e15ed3ed97d481729f929201e671fcd55
|
|
9353
9353
|
languageName: node
|
|
9354
9354
|
linkType: hard
|
|
9355
9355
|
|
|
@@ -9864,9 +9864,9 @@ __metadata:
|
|
|
9864
9864
|
linkType: hard
|
|
9865
9865
|
|
|
9866
9866
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.149":
|
|
9867
|
-
version: 1.5.
|
|
9868
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9869
|
-
checksum: 10c0/
|
|
9867
|
+
version: 1.5.155
|
|
9868
|
+
resolution: "electron-to-chromium@npm:1.5.155"
|
|
9869
|
+
checksum: 10c0/aee32a0b03282e488352370f6a910de37788b814031020a0e244943450e844e8a41f741d6e5ec70d553dfa4382ef80088034ddc400b48f45de95de331b9ec178
|
|
9870
9870
|
languageName: node
|
|
9871
9871
|
linkType: hard
|
|
9872
9872
|
|
|
@@ -11664,11 +11664,11 @@ __metadata:
|
|
|
11664
11664
|
linkType: hard
|
|
11665
11665
|
|
|
11666
11666
|
"get-tsconfig@npm:^4.7.3":
|
|
11667
|
-
version: 4.10.
|
|
11668
|
-
resolution: "get-tsconfig@npm:4.10.
|
|
11667
|
+
version: 4.10.1
|
|
11668
|
+
resolution: "get-tsconfig@npm:4.10.1"
|
|
11669
11669
|
dependencies:
|
|
11670
11670
|
resolve-pkg-maps: "npm:^1.0.0"
|
|
11671
|
-
checksum: 10c0/
|
|
11671
|
+
checksum: 10c0/7f8e3dabc6a49b747920a800fb88e1952fef871cdf51b79e98db48275a5de6cdaf499c55ee67df5fa6fe7ce65f0063e26de0f2e53049b408c585aa74d39ffa21
|
|
11672
11672
|
languageName: node
|
|
11673
11673
|
linkType: hard
|
|
11674
11674
|
|
|
@@ -12363,9 +12363,9 @@ __metadata:
|
|
|
12363
12363
|
linkType: hard
|
|
12364
12364
|
|
|
12365
12365
|
"http-cache-semantics@npm:^4.1.1":
|
|
12366
|
-
version: 4.
|
|
12367
|
-
resolution: "http-cache-semantics@npm:4.
|
|
12368
|
-
checksum: 10c0/
|
|
12366
|
+
version: 4.2.0
|
|
12367
|
+
resolution: "http-cache-semantics@npm:4.2.0"
|
|
12368
|
+
checksum: 10c0/45b66a945cf13ec2d1f29432277201313babf4a01d9e52f44b31ca923434083afeca03f18417f599c9ab3d0e7b618ceb21257542338b57c54b710463b4a53e37
|
|
12369
12369
|
languageName: node
|
|
12370
12370
|
linkType: hard
|
|
12371
12371
|
|
|
@@ -17059,13 +17059,13 @@ __metadata:
|
|
|
17059
17059
|
linkType: hard
|
|
17060
17060
|
|
|
17061
17061
|
"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.39.1":
|
|
17062
|
-
version: 1.39.
|
|
17063
|
-
resolution: "prosemirror-view@npm:1.39.
|
|
17062
|
+
version: 1.39.3
|
|
17063
|
+
resolution: "prosemirror-view@npm:1.39.3"
|
|
17064
17064
|
dependencies:
|
|
17065
17065
|
prosemirror-model: "npm:^1.20.0"
|
|
17066
17066
|
prosemirror-state: "npm:^1.0.0"
|
|
17067
17067
|
prosemirror-transform: "npm:^1.1.0"
|
|
17068
|
-
checksum: 10c0/
|
|
17068
|
+
checksum: 10c0/9eba336bd74d120131fa4763c79134cecdbb943248221a5bb4dd2ee3fc552ced6a27e4044cac0b4b86bc24dbe30e81fd06a050951a5932ead20fe6dee5df8312
|
|
17069
17069
|
languageName: node
|
|
17070
17070
|
linkType: hard
|
|
17071
17071
|
|
|
@@ -17886,8 +17886,8 @@ __metadata:
|
|
|
17886
17886
|
linkType: hard
|
|
17887
17887
|
|
|
17888
17888
|
"react-remove-scroll@npm:^2.5.5":
|
|
17889
|
-
version: 2.
|
|
17890
|
-
resolution: "react-remove-scroll@npm:2.
|
|
17889
|
+
version: 2.7.0
|
|
17890
|
+
resolution: "react-remove-scroll@npm:2.7.0"
|
|
17891
17891
|
dependencies:
|
|
17892
17892
|
react-remove-scroll-bar: "npm:^2.3.7"
|
|
17893
17893
|
react-style-singleton: "npm:^2.2.3"
|
|
@@ -17900,7 +17900,7 @@ __metadata:
|
|
|
17900
17900
|
peerDependenciesMeta:
|
|
17901
17901
|
"@types/react":
|
|
17902
17902
|
optional: true
|
|
17903
|
-
checksum: 10c0/
|
|
17903
|
+
checksum: 10c0/cf8b9a1b0808cafe9f2b1fbb2ab56e3efff7f311fba847f26154b972a681c003c288af517cf48d0b68704c2be0d3d73152e7ec2cc8590fa495135b0aac07a871
|
|
17904
17904
|
languageName: node
|
|
17905
17905
|
linkType: hard
|
|
17906
17906
|
|
|
@@ -18888,29 +18888,29 @@ __metadata:
|
|
|
18888
18888
|
linkType: hard
|
|
18889
18889
|
|
|
18890
18890
|
"rollup@npm:^4.13.0":
|
|
18891
|
-
version: 4.
|
|
18892
|
-
resolution: "rollup@npm:4.
|
|
18893
|
-
dependencies:
|
|
18894
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18895
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18896
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18897
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18898
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18899
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18900
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18901
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18902
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18903
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18904
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18905
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18906
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18907
|
-
"@rollup/rollup-linux-riscv64-musl": "npm:4.
|
|
18908
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18909
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18910
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18911
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18912
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18913
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18891
|
+
version: 4.41.0
|
|
18892
|
+
resolution: "rollup@npm:4.41.0"
|
|
18893
|
+
dependencies:
|
|
18894
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.41.0"
|
|
18895
|
+
"@rollup/rollup-android-arm64": "npm:4.41.0"
|
|
18896
|
+
"@rollup/rollup-darwin-arm64": "npm:4.41.0"
|
|
18897
|
+
"@rollup/rollup-darwin-x64": "npm:4.41.0"
|
|
18898
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.41.0"
|
|
18899
|
+
"@rollup/rollup-freebsd-x64": "npm:4.41.0"
|
|
18900
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.41.0"
|
|
18901
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.41.0"
|
|
18902
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.41.0"
|
|
18903
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.41.0"
|
|
18904
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.41.0"
|
|
18905
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.41.0"
|
|
18906
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.41.0"
|
|
18907
|
+
"@rollup/rollup-linux-riscv64-musl": "npm:4.41.0"
|
|
18908
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.41.0"
|
|
18909
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.41.0"
|
|
18910
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.41.0"
|
|
18911
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.41.0"
|
|
18912
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.41.0"
|
|
18913
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.41.0"
|
|
18914
18914
|
"@types/estree": "npm:1.0.7"
|
|
18915
18915
|
fsevents: "npm:~2.3.2"
|
|
18916
18916
|
dependenciesMeta:
|
|
@@ -18958,7 +18958,7 @@ __metadata:
|
|
|
18958
18958
|
optional: true
|
|
18959
18959
|
bin:
|
|
18960
18960
|
rollup: dist/bin/rollup
|
|
18961
|
-
checksum: 10c0/
|
|
18961
|
+
checksum: 10c0/4c3d361f400317cb18f5e3912553a514bb1dcc7ce0c92ff66b9786b598632eb1d56f7bb1cc11ed16a4ccdbe6808ae851bc6bde5d2305cc587450c6212e69617f
|
|
18962
18962
|
languageName: node
|
|
18963
18963
|
linkType: hard
|
|
18964
18964
|
|
|
@@ -19240,11 +19240,11 @@ __metadata:
|
|
|
19240
19240
|
linkType: hard
|
|
19241
19241
|
|
|
19242
19242
|
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
|
|
19243
|
-
version: 7.7.
|
|
19244
|
-
resolution: "semver@npm:7.7.
|
|
19243
|
+
version: 7.7.2
|
|
19244
|
+
resolution: "semver@npm:7.7.2"
|
|
19245
19245
|
bin:
|
|
19246
19246
|
semver: bin/semver.js
|
|
19247
|
-
checksum: 10c0/
|
|
19247
|
+
checksum: 10c0/aca305edfbf2383c22571cb7714f48cadc7ac95371b4b52362fb8eeffdfbc0de0669368b82b2b15978f8848f01d7114da65697e56cd8c37b0dab8c58e543f9ea
|
|
19248
19248
|
languageName: node
|
|
19249
19249
|
linkType: hard
|
|
19250
19250
|
|
|
@@ -19670,7 +19670,7 @@ __metadata:
|
|
|
19670
19670
|
languageName: node
|
|
19671
19671
|
linkType: hard
|
|
19672
19672
|
|
|
19673
|
-
"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.
|
|
19673
|
+
"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1":
|
|
19674
19674
|
version: 1.2.1
|
|
19675
19675
|
resolution: "source-map-js@npm:1.2.1"
|
|
19676
19676
|
checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf
|
|
@@ -20538,16 +20538,16 @@ __metadata:
|
|
|
20538
20538
|
linkType: hard
|
|
20539
20539
|
|
|
20540
20540
|
"terser@npm:^5.3.4":
|
|
20541
|
-
version: 5.39.
|
|
20542
|
-
resolution: "terser@npm:5.39.
|
|
20541
|
+
version: 5.39.2
|
|
20542
|
+
resolution: "terser@npm:5.39.2"
|
|
20543
20543
|
dependencies:
|
|
20544
20544
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20545
|
-
acorn: "npm:^8.
|
|
20545
|
+
acorn: "npm:^8.14.0"
|
|
20546
20546
|
commander: "npm:^2.20.0"
|
|
20547
20547
|
source-map-support: "npm:~0.5.20"
|
|
20548
20548
|
bin:
|
|
20549
20549
|
terser: bin/terser
|
|
20550
|
-
checksum: 10c0/
|
|
20550
|
+
checksum: 10c0/f70462feddecf458ad2441b16b2969e0024f81c6e47207717a096cfa1d60b85e0c60a129b42c80bcb258c28ae16e4e6d875db8bb9df9be9b5bc748807c2916ba
|
|
20551
20551
|
languageName: node
|
|
20552
20552
|
linkType: hard
|
|
20553
20553
|
|
|
@@ -20788,8 +20788,8 @@ __metadata:
|
|
|
20788
20788
|
linkType: hard
|
|
20789
20789
|
|
|
20790
20790
|
"tsconfck@npm:^3.0.3":
|
|
20791
|
-
version: 3.1.
|
|
20792
|
-
resolution: "tsconfck@npm:3.1.
|
|
20791
|
+
version: 3.1.6
|
|
20792
|
+
resolution: "tsconfck@npm:3.1.6"
|
|
20793
20793
|
peerDependencies:
|
|
20794
20794
|
typescript: ^5.0.0
|
|
20795
20795
|
peerDependenciesMeta:
|
|
@@ -20797,7 +20797,7 @@ __metadata:
|
|
|
20797
20797
|
optional: true
|
|
20798
20798
|
bin:
|
|
20799
20799
|
tsconfck: bin/tsconfck.js
|
|
20800
|
-
checksum: 10c0/
|
|
20800
|
+
checksum: 10c0/269c3c513540be44844117bb9b9258fe6f8aeab026d32aeebf458d5299125f330711429dbb556dbf125a0bc25f4a81e6c24ac96de2740badd295c3fb400f66c4
|
|
20801
20801
|
languageName: node
|
|
20802
20802
|
linkType: hard
|
|
20803
20803
|
|
|
@@ -21437,14 +21437,14 @@ __metadata:
|
|
|
21437
21437
|
linkType: hard
|
|
21438
21438
|
|
|
21439
21439
|
"use-isomorphic-layout-effect@npm:^1.1.1":
|
|
21440
|
-
version: 1.2.
|
|
21441
|
-
resolution: "use-isomorphic-layout-effect@npm:1.2.
|
|
21440
|
+
version: 1.2.1
|
|
21441
|
+
resolution: "use-isomorphic-layout-effect@npm:1.2.1"
|
|
21442
21442
|
peerDependencies:
|
|
21443
21443
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
21444
21444
|
peerDependenciesMeta:
|
|
21445
21445
|
"@types/react":
|
|
21446
21446
|
optional: true
|
|
21447
|
-
checksum: 10c0/
|
|
21447
|
+
checksum: 10c0/4d3c1124d630fbe09c1d2a16af0cd78ac2fe1d22eb24a178363e3d84a897659cc04e8e8cd71f66ff78ff75ef8287fa72e746cb213b96c1097e70e4b4ed69f63f
|
|
21448
21448
|
languageName: node
|
|
21449
21449
|
linkType: hard
|
|
21450
21450
|
|
|
@@ -22182,11 +22182,11 @@ __metadata:
|
|
|
22182
22182
|
linkType: hard
|
|
22183
22183
|
|
|
22184
22184
|
"yaml@npm:^2.3.4":
|
|
22185
|
-
version: 2.
|
|
22186
|
-
resolution: "yaml@npm:2.
|
|
22185
|
+
version: 2.8.0
|
|
22186
|
+
resolution: "yaml@npm:2.8.0"
|
|
22187
22187
|
bin:
|
|
22188
22188
|
yaml: bin.mjs
|
|
22189
|
-
checksum: 10c0/
|
|
22189
|
+
checksum: 10c0/f6f7310cf7264a8107e72c1376f4de37389945d2fb4656f8060eca83f01d2d703f9d1b925dd8f39852a57034fafefde6225409ddd9f22aebfda16c6141b71858
|
|
22190
22190
|
languageName: node
|
|
22191
22191
|
linkType: hard
|
|
22192
22192
|
|