@licklist/design 0.67.3 → 0.67.4-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/.storybook/main.cjs +15 -12
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/Calendar.d.ts +1 -1
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +35 -40
- package/dist/calendar/utils/index.d.ts +2 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +20 -4
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +1 -4
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -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 +4 -4
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +27 -26
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -3
- 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/iframe/event/event-card/IframeEventCard.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +9 -3
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +1 -0
- package/dist/modals/confirmation/ConfirmModal.d.ts +3 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +172 -8
- package/dist/product-set/card/ProductSetCard.d.ts +6 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +30 -11
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +3 -2
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +3 -1
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- package/dist/product-set/control/ProductSetControl.d.ts +3 -3
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +4 -16
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +48 -2
- package/dist/product-set/form/ProductSetForm.d.ts +6 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +65 -5
- package/dist/product-set/form/ProductSetNameControl.d.ts +6 -0
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductSetNameControl.js +35 -0
- 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/SelectCategoryModal.d.ts +12 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -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/index.d.ts +1 -0
- package/dist/product-set/form/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.d.ts +7 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +10 -1
- package/dist/provider/location-input/LocationInput.d.ts +4 -1
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +41 -2
- package/dist/provider/location-input/LocationInputDescription.d.ts +4 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +27 -12
- package/dist/provider/location-input/index.d.ts +1 -0
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +3 -1
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +7 -3
- package/dist/provider/venue-form/VenueForm.d.ts +3 -1
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +7 -3
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +4 -8
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +2 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +7 -13
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +4 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +7 -3
- package/dist/recurring-date-picker-input/utils.d.ts +5 -0
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +72 -3
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +4 -7
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
- package/dist/sales/manual-booking/formatDays.js +3 -3
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
- package/dist/sales/notes/NotesTableRow.js +3 -4
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +25 -24
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +4 -7
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/events/EditEventModal.scss +1 -3
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -1
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +0 -1
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/dist/styles/iframe-events/Event.scss +2 -4
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/dist/styles/product-set/CreateProductSetItem.scss +15 -13
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/ProductSetForm.scss +25 -2
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +2 -2
- package/dist/styles/report/ReportCard.scss +1 -0
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +4 -0
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/BookingTabs.scss +7 -5
- package/dist/styles/sales/Filters.scss +5 -4
- package/dist/styles/sales/GuestProfile.scss +170 -175
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +4 -2
- package/dist/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +10 -32
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneForm.scss +1 -0
- package/dist/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/dist/typeahead/Typeahead.d.ts +5 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +9 -2
- package/dist/zone/form/ZoneForm.d.ts +3 -2
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +4 -2
- package/dist/zone/form/components/ZoneControl.d.ts +3 -2
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +5 -2
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +5 -4
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +5 -2
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/package.json +10 -10
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +31 -28
- package/src/calendar/utils/index.ts +26 -4
- package/src/date-time-button/DateTimeButton.tsx +1 -9
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -2
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +35 -37
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -3
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/header/elements/Elements.stories.tsx +1 -1
- package/src/help/popover/Popover.stories.tsx +1 -1
- package/src/iframe/event/event-card/IframeEventCard.tsx +16 -2
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/layout/DropDown.tsx +2 -1
- package/src/layout/DropDownToggle.tsx +2 -0
- package/src/modals/confirmation/ConfirmModal.tsx +19 -3
- package/src/product-set/card/ProductSetCard.stories.tsx +3 -1
- package/src/product-set/card/ProductSetCard.tsx +47 -8
- package/src/product-set/control/DateAndRecurrenceInput.tsx +6 -4
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/control/ProductSetControl.tsx +4 -15
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +25 -3
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- package/src/product-set/form/ProductZonesControl.tsx +4 -7
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/form/index.ts +1 -0
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
- package/src/product-set/utils/index.ts +11 -0
- package/src/provider/location-input/LocationInput.tsx +36 -1
- package/src/provider/location-input/LocationInputDescription.tsx +23 -11
- package/src/provider/location-input/index.ts +1 -0
- package/src/provider/provider-form/ProviderForm.tsx +7 -2
- package/src/provider/venue-form/VenueForm.tsx +5 -2
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +4 -18
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +8 -22
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +11 -4
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +17 -3
- package/src/recurring-date-picker-input/utils.ts +86 -1
- package/src/sales/booking/results/components/ResultCard.tsx +4 -10
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
- package/src/sales/manual-booking/formatDays.ts +3 -3
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
- package/src/sales/notes/NotesTableRow.tsx +3 -3
- package/src/setting/admin/AdminSetting.stories.tsx +1 -0
- package/src/setting/admin/AdminSettingForm.tsx +2 -2
- package/src/setting/system/SystemSetting.stories.tsx +1 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/back-button/BackButton.scss +25 -24
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +4 -7
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/src/styles/custom-fields/_index.scss +1 -1
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/events/EditEventModal.scss +1 -3
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/form/Input.scss +1 -1
- package/src/styles/header/Header.scss +1 -1
- package/src/styles/header/elements/CompanySelector.scss +2 -2
- package/src/styles/iframe-events/Calendar.scss +0 -1
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/src/styles/iframe-events/Event.scss +2 -4
- package/src/styles/iframe-events/EventForm.scss +54 -54
- package/src/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/notification/Notification.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/src/styles/product-set/CreateProductSetItem.scss +15 -13
- package/src/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/ProductSetForm.scss +25 -2
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +2 -2
- package/src/styles/report/ReportCard.scss +1 -0
- package/src/styles/report/_index.scss +1 -1
- package/src/styles/resources-blocking/_index.scss +4 -0
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/BookingTabs.scss +7 -5
- package/src/styles/sales/Filters.scss +5 -4
- package/src/styles/sales/GuestProfile.scss +170 -175
- package/src/styles/sales/LifeTimeSales.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +4 -2
- package/src/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +4 -4
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +10 -32
- package/src/styles/themes/licklist/_variables.scss +1 -1
- package/src/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneForm.scss +1 -0
- package/src/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/src/tiptap-editor/TipTapEditor.stories.tsx +6 -4
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +5 -2
- package/src/typeahead/Typeahead.tsx +15 -1
- package/src/zone/form/ZoneForm.tsx +9 -2
- package/src/zone/form/components/ZoneControl.tsx +8 -3
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +10 -5
- package/src/zone/form/utils/dates.ts +9 -10
- package/yarn.lock +202 -196
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
package/yarn.lock
CHANGED
|
@@ -2405,18 +2405,6 @@ __metadata:
|
|
|
2405
2405
|
languageName: node
|
|
2406
2406
|
linkType: hard
|
|
2407
2407
|
|
|
2408
|
-
"@fortawesome/react-fontawesome@npm:0.1.9":
|
|
2409
|
-
version: 0.1.9
|
|
2410
|
-
resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
|
|
2411
|
-
dependencies:
|
|
2412
|
-
prop-types: "npm:^15.7.2"
|
|
2413
|
-
peerDependencies:
|
|
2414
|
-
"@fortawesome/fontawesome-svg-core": ^1.2.20
|
|
2415
|
-
react: 16.x
|
|
2416
|
-
checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
|
|
2417
|
-
languageName: node
|
|
2418
|
-
linkType: hard
|
|
2419
|
-
|
|
2420
2408
|
"@gar/promisify@npm:^1.0.1":
|
|
2421
2409
|
version: 1.1.3
|
|
2422
2410
|
resolution: "@gar/promisify@npm:1.1.3"
|
|
@@ -2573,14 +2561,14 @@ __metadata:
|
|
|
2573
2561
|
languageName: node
|
|
2574
2562
|
linkType: hard
|
|
2575
2563
|
|
|
2576
|
-
"@licklist/core@npm:0.29.
|
|
2577
|
-
version: 0.29.
|
|
2578
|
-
resolution: "@licklist/core@npm:0.29.
|
|
2564
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2565
|
+
version: 0.29.1-dev.2
|
|
2566
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2579
2567
|
dependencies:
|
|
2580
2568
|
"@sentry/browser": "npm:6.2.0"
|
|
2581
2569
|
axios: "npm:0.26.0"
|
|
2582
2570
|
i18next: "npm:19.4.5"
|
|
2583
|
-
luxon: "npm:
|
|
2571
|
+
luxon: "npm:3.5.0"
|
|
2584
2572
|
react: "npm:17.0.2"
|
|
2585
2573
|
react-dom: "npm:17.0.2"
|
|
2586
2574
|
react-i18next: "npm:11.8.8"
|
|
@@ -2590,23 +2578,23 @@ __metadata:
|
|
|
2590
2578
|
peerDependencies:
|
|
2591
2579
|
"@licklist/eslint-config": 0.5.5
|
|
2592
2580
|
axios: 0.26.0
|
|
2593
|
-
luxon:
|
|
2581
|
+
luxon: 3.5.0
|
|
2594
2582
|
react: 17.0.2
|
|
2595
2583
|
react-dom: 17.0.2
|
|
2596
2584
|
react-i18next: 11.8.8
|
|
2597
2585
|
react-intl: 6.6.8
|
|
2598
|
-
checksum: 10c0/
|
|
2586
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2599
2587
|
languageName: node
|
|
2600
2588
|
linkType: hard
|
|
2601
2589
|
|
|
2602
|
-
"@licklist/core@npm:0.29.1":
|
|
2603
|
-
version: 0.29.1
|
|
2604
|
-
resolution: "@licklist/core@npm:0.29.1"
|
|
2590
|
+
"@licklist/core@npm:0.29.1-dev.3":
|
|
2591
|
+
version: 0.29.1-dev.3
|
|
2592
|
+
resolution: "@licklist/core@npm:0.29.1-dev.3"
|
|
2605
2593
|
dependencies:
|
|
2606
2594
|
"@sentry/browser": "npm:6.2.0"
|
|
2607
2595
|
axios: "npm:0.26.0"
|
|
2608
2596
|
i18next: "npm:19.4.5"
|
|
2609
|
-
luxon: "npm:
|
|
2597
|
+
luxon: "npm:3.5.0"
|
|
2610
2598
|
react: "npm:17.0.2"
|
|
2611
2599
|
react-dom: "npm:17.0.2"
|
|
2612
2600
|
react-i18next: "npm:11.8.8"
|
|
@@ -2616,12 +2604,12 @@ __metadata:
|
|
|
2616
2604
|
peerDependencies:
|
|
2617
2605
|
"@licklist/eslint-config": 0.5.5
|
|
2618
2606
|
axios: 0.26.0
|
|
2619
|
-
luxon:
|
|
2607
|
+
luxon: 3.5.0
|
|
2620
2608
|
react: 17.0.2
|
|
2621
2609
|
react-dom: 17.0.2
|
|
2622
2610
|
react-i18next: 11.8.8
|
|
2623
2611
|
react-intl: 6.6.8
|
|
2624
|
-
checksum: 10c0/
|
|
2612
|
+
checksum: 10c0/8a31309e88f15d193557a93c875d1fceeedde7be0e6a870b3a4d80a25dca7a445b23e1dd7878ca6ffd5b65cc71aa8a53127131e719bd4f37178833c83fc3b22e
|
|
2625
2613
|
languageName: node
|
|
2626
2614
|
linkType: hard
|
|
2627
2615
|
|
|
@@ -2636,10 +2624,9 @@ __metadata:
|
|
|
2636
2624
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2637
2625
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2638
2626
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2639
|
-
"@
|
|
2640
|
-
"@licklist/core": "npm:0.29.1"
|
|
2627
|
+
"@licklist/core": "npm:0.29.1-dev.3"
|
|
2641
2628
|
"@licklist/eslint-config": "npm:0.5.5"
|
|
2642
|
-
"@licklist/plugins": "npm:0.32.0"
|
|
2629
|
+
"@licklist/plugins": "npm:0.32.0-dev.3"
|
|
2643
2630
|
"@mdx-js/react": "npm:1.6.22"
|
|
2644
2631
|
"@popperjs/core": "npm:2.11.8"
|
|
2645
2632
|
"@react-aria/utils": "npm:3.9.0"
|
|
@@ -2678,7 +2665,7 @@ __metadata:
|
|
|
2678
2665
|
"@tiptap/react": "npm:2.0.0-beta.109"
|
|
2679
2666
|
"@tiptap/suggestion": "npm:2.0.0-beta.92"
|
|
2680
2667
|
"@types/lodash": "npm:4.17.5"
|
|
2681
|
-
"@types/luxon": "npm:
|
|
2668
|
+
"@types/luxon": "npm:3.4.2"
|
|
2682
2669
|
"@types/mdx-js__react": "npm:1.5.3"
|
|
2683
2670
|
"@types/node": "npm:20.9.0"
|
|
2684
2671
|
"@types/react": "npm:17.0.80"
|
|
@@ -2715,7 +2702,7 @@ __metadata:
|
|
|
2715
2702
|
konva: "npm:6.0.0"
|
|
2716
2703
|
lint-staged: "npm:12.3.2"
|
|
2717
2704
|
lodash: "npm:4.17.21"
|
|
2718
|
-
luxon: "npm:
|
|
2705
|
+
luxon: "npm:3.5.0"
|
|
2719
2706
|
moment: "npm:2.29.1"
|
|
2720
2707
|
prettier: "npm:3.3.3"
|
|
2721
2708
|
react: "npm:17.0.2"
|
|
@@ -2761,11 +2748,11 @@ __metadata:
|
|
|
2761
2748
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2762
2749
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2763
2750
|
peerDependencies:
|
|
2764
|
-
"@licklist/core": 0.29.1
|
|
2751
|
+
"@licklist/core": 0.29.1-dev.3
|
|
2765
2752
|
"@licklist/eslint-config": 0.5.5
|
|
2766
|
-
"@licklist/plugins": 0.32.0
|
|
2753
|
+
"@licklist/plugins": 0.32.0-dev.3
|
|
2767
2754
|
lodash: 4.17.21
|
|
2768
|
-
luxon:
|
|
2755
|
+
luxon: 3.5.0
|
|
2769
2756
|
react: 17.0.2
|
|
2770
2757
|
react-dom: 17.0.2
|
|
2771
2758
|
react-hook-form: 7.52.2
|
|
@@ -2794,17 +2781,17 @@ __metadata:
|
|
|
2794
2781
|
languageName: node
|
|
2795
2782
|
linkType: hard
|
|
2796
2783
|
|
|
2797
|
-
"@licklist/plugins@npm:0.32.0":
|
|
2798
|
-
version: 0.32.0
|
|
2799
|
-
resolution: "@licklist/plugins@npm:0.32.0"
|
|
2784
|
+
"@licklist/plugins@npm:0.32.0-dev.3":
|
|
2785
|
+
version: 0.32.0-dev.3
|
|
2786
|
+
resolution: "@licklist/plugins@npm:0.32.0-dev.3"
|
|
2800
2787
|
dependencies:
|
|
2801
|
-
"@licklist/core": "npm:0.29.
|
|
2788
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2802
2789
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2803
2790
|
axios: "npm:0.26.0"
|
|
2804
2791
|
history: "npm:4.10.1"
|
|
2805
2792
|
laravel-echo: "npm:1.15.1"
|
|
2806
2793
|
lodash: "npm:4.17.21"
|
|
2807
|
-
luxon: "npm:
|
|
2794
|
+
luxon: "npm:3.5.0"
|
|
2808
2795
|
moment: "npm:2.27.0"
|
|
2809
2796
|
pusher-js: "npm:8.2.0"
|
|
2810
2797
|
react: "npm:17.0.2"
|
|
@@ -2819,11 +2806,11 @@ __metadata:
|
|
|
2819
2806
|
rrule: "npm:2.6.8"
|
|
2820
2807
|
use-debounce: "npm:7.0.1"
|
|
2821
2808
|
peerDependencies:
|
|
2822
|
-
"@licklist/core": 0.29.
|
|
2809
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2823
2810
|
"@licklist/eslint-config": 0.5.5
|
|
2824
2811
|
axios: 0.26.0
|
|
2825
2812
|
lodash: 4.17.21
|
|
2826
|
-
luxon:
|
|
2813
|
+
luxon: 3.5.0
|
|
2827
2814
|
react: 17.0.2
|
|
2828
2815
|
react-dom: 17.0.2
|
|
2829
2816
|
react-hook-form: 7.52.2
|
|
@@ -2831,7 +2818,7 @@ __metadata:
|
|
|
2831
2818
|
react-loader: 2.4.7
|
|
2832
2819
|
react-query: 3.34.12
|
|
2833
2820
|
react-router-dom: 5.2.0
|
|
2834
|
-
checksum: 10c0/
|
|
2821
|
+
checksum: 10c0/a713a713d8f6d481245243a938f74874eb2ee531890807e1d5a1781a6150ddfac1c9558bc056bc809bbdb64f312129dec93dfac527a89037f6bf69eb6770fd4a
|
|
2835
2822
|
languageName: node
|
|
2836
2823
|
linkType: hard
|
|
2837
2824
|
|
|
@@ -3239,114 +3226,114 @@ __metadata:
|
|
|
3239
3226
|
languageName: node
|
|
3240
3227
|
linkType: hard
|
|
3241
3228
|
|
|
3242
|
-
"@rollup/rollup-android-arm-eabi@npm:4.22.
|
|
3243
|
-
version: 4.22.
|
|
3244
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.
|
|
3229
|
+
"@rollup/rollup-android-arm-eabi@npm:4.22.5":
|
|
3230
|
+
version: 4.22.5
|
|
3231
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.5"
|
|
3245
3232
|
conditions: os=android & cpu=arm
|
|
3246
3233
|
languageName: node
|
|
3247
3234
|
linkType: hard
|
|
3248
3235
|
|
|
3249
|
-
"@rollup/rollup-android-arm64@npm:4.22.
|
|
3250
|
-
version: 4.22.
|
|
3251
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.22.
|
|
3236
|
+
"@rollup/rollup-android-arm64@npm:4.22.5":
|
|
3237
|
+
version: 4.22.5
|
|
3238
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.22.5"
|
|
3252
3239
|
conditions: os=android & cpu=arm64
|
|
3253
3240
|
languageName: node
|
|
3254
3241
|
linkType: hard
|
|
3255
3242
|
|
|
3256
|
-
"@rollup/rollup-darwin-arm64@npm:4.22.
|
|
3257
|
-
version: 4.22.
|
|
3258
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.22.
|
|
3243
|
+
"@rollup/rollup-darwin-arm64@npm:4.22.5":
|
|
3244
|
+
version: 4.22.5
|
|
3245
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.22.5"
|
|
3259
3246
|
conditions: os=darwin & cpu=arm64
|
|
3260
3247
|
languageName: node
|
|
3261
3248
|
linkType: hard
|
|
3262
3249
|
|
|
3263
|
-
"@rollup/rollup-darwin-x64@npm:4.22.
|
|
3264
|
-
version: 4.22.
|
|
3265
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.22.
|
|
3250
|
+
"@rollup/rollup-darwin-x64@npm:4.22.5":
|
|
3251
|
+
version: 4.22.5
|
|
3252
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.22.5"
|
|
3266
3253
|
conditions: os=darwin & cpu=x64
|
|
3267
3254
|
languageName: node
|
|
3268
3255
|
linkType: hard
|
|
3269
3256
|
|
|
3270
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.
|
|
3271
|
-
version: 4.22.
|
|
3272
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.
|
|
3257
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5":
|
|
3258
|
+
version: 4.22.5
|
|
3259
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5"
|
|
3273
3260
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3274
3261
|
languageName: node
|
|
3275
3262
|
linkType: hard
|
|
3276
3263
|
|
|
3277
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.22.
|
|
3278
|
-
version: 4.22.
|
|
3279
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.
|
|
3264
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.22.5":
|
|
3265
|
+
version: 4.22.5
|
|
3266
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.5"
|
|
3280
3267
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3281
3268
|
languageName: node
|
|
3282
3269
|
linkType: hard
|
|
3283
3270
|
|
|
3284
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.22.
|
|
3285
|
-
version: 4.22.
|
|
3286
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.
|
|
3271
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.22.5":
|
|
3272
|
+
version: 4.22.5
|
|
3273
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.5"
|
|
3287
3274
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3288
3275
|
languageName: node
|
|
3289
3276
|
linkType: hard
|
|
3290
3277
|
|
|
3291
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.22.
|
|
3292
|
-
version: 4.22.
|
|
3293
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.
|
|
3278
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.22.5":
|
|
3279
|
+
version: 4.22.5
|
|
3280
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.5"
|
|
3294
3281
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3295
3282
|
languageName: node
|
|
3296
3283
|
linkType: hard
|
|
3297
3284
|
|
|
3298
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.
|
|
3299
|
-
version: 4.22.
|
|
3300
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.
|
|
3285
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5":
|
|
3286
|
+
version: 4.22.5
|
|
3287
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5"
|
|
3301
3288
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3302
3289
|
languageName: node
|
|
3303
3290
|
linkType: hard
|
|
3304
3291
|
|
|
3305
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.22.
|
|
3306
|
-
version: 4.22.
|
|
3307
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.
|
|
3292
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.22.5":
|
|
3293
|
+
version: 4.22.5
|
|
3294
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.5"
|
|
3308
3295
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3309
3296
|
languageName: node
|
|
3310
3297
|
linkType: hard
|
|
3311
3298
|
|
|
3312
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.22.
|
|
3313
|
-
version: 4.22.
|
|
3314
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.
|
|
3299
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.22.5":
|
|
3300
|
+
version: 4.22.5
|
|
3301
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.5"
|
|
3315
3302
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3316
3303
|
languageName: node
|
|
3317
3304
|
linkType: hard
|
|
3318
3305
|
|
|
3319
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.22.
|
|
3320
|
-
version: 4.22.
|
|
3321
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.
|
|
3306
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.22.5":
|
|
3307
|
+
version: 4.22.5
|
|
3308
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.5"
|
|
3322
3309
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3323
3310
|
languageName: node
|
|
3324
3311
|
linkType: hard
|
|
3325
3312
|
|
|
3326
|
-
"@rollup/rollup-linux-x64-musl@npm:4.22.
|
|
3327
|
-
version: 4.22.
|
|
3328
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.
|
|
3313
|
+
"@rollup/rollup-linux-x64-musl@npm:4.22.5":
|
|
3314
|
+
version: 4.22.5
|
|
3315
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.5"
|
|
3329
3316
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3330
3317
|
languageName: node
|
|
3331
3318
|
linkType: hard
|
|
3332
3319
|
|
|
3333
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.22.
|
|
3334
|
-
version: 4.22.
|
|
3335
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.
|
|
3320
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.22.5":
|
|
3321
|
+
version: 4.22.5
|
|
3322
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.5"
|
|
3336
3323
|
conditions: os=win32 & cpu=arm64
|
|
3337
3324
|
languageName: node
|
|
3338
3325
|
linkType: hard
|
|
3339
3326
|
|
|
3340
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.22.
|
|
3341
|
-
version: 4.22.
|
|
3342
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.
|
|
3327
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.22.5":
|
|
3328
|
+
version: 4.22.5
|
|
3329
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.5"
|
|
3343
3330
|
conditions: os=win32 & cpu=ia32
|
|
3344
3331
|
languageName: node
|
|
3345
3332
|
linkType: hard
|
|
3346
3333
|
|
|
3347
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.22.
|
|
3348
|
-
version: 4.22.
|
|
3349
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.
|
|
3334
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.22.5":
|
|
3335
|
+
version: 4.22.5
|
|
3336
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.5"
|
|
3350
3337
|
conditions: os=win32 & cpu=x64
|
|
3351
3338
|
languageName: node
|
|
3352
3339
|
linkType: hard
|
|
@@ -5090,14 +5077,14 @@ __metadata:
|
|
|
5090
5077
|
linkType: hard
|
|
5091
5078
|
|
|
5092
5079
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5093
|
-
version: 2.
|
|
5094
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.
|
|
5080
|
+
version: 2.8.0
|
|
5081
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.8.0"
|
|
5095
5082
|
dependencies:
|
|
5096
5083
|
tippy.js: "npm:^6.3.7"
|
|
5097
5084
|
peerDependencies:
|
|
5098
5085
|
"@tiptap/core": ^2.7.0
|
|
5099
5086
|
"@tiptap/pm": ^2.7.0
|
|
5100
|
-
checksum: 10c0/
|
|
5087
|
+
checksum: 10c0/8c05bf1a1ea3a72c290e69f64b5e165e1af740a5b1434d8da2ab457def27793ece75680f5ab7c6c5f264d69be75a2f42c104acb07f4338fd55a70028cd8a4ad1
|
|
5101
5088
|
languageName: node
|
|
5102
5089
|
linkType: hard
|
|
5103
5090
|
|
|
@@ -5120,14 +5107,14 @@ __metadata:
|
|
|
5120
5107
|
linkType: hard
|
|
5121
5108
|
|
|
5122
5109
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5123
|
-
version: 2.
|
|
5124
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.
|
|
5110
|
+
version: 2.8.0
|
|
5111
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.8.0"
|
|
5125
5112
|
dependencies:
|
|
5126
5113
|
tippy.js: "npm:^6.3.7"
|
|
5127
5114
|
peerDependencies:
|
|
5128
5115
|
"@tiptap/core": ^2.7.0
|
|
5129
5116
|
"@tiptap/pm": ^2.7.0
|
|
5130
|
-
checksum: 10c0/
|
|
5117
|
+
checksum: 10c0/d9895b0c78d40dca295fe17bf2d3c1a181a2aeb1e9fec958ef7df8bac1fe59345f4f22a1bc3a5f7cfe54ff472c6ebea725c71b8db8f5082ec3e350e5da7f4a7d
|
|
5131
5118
|
languageName: node
|
|
5132
5119
|
linkType: hard
|
|
5133
5120
|
|
|
@@ -5362,29 +5349,22 @@ __metadata:
|
|
|
5362
5349
|
linkType: hard
|
|
5363
5350
|
|
|
5364
5351
|
"@types/color-convert@npm:^2.0.0":
|
|
5365
|
-
version: 2.0.
|
|
5366
|
-
resolution: "@types/color-convert@npm:2.0.
|
|
5352
|
+
version: 2.0.4
|
|
5353
|
+
resolution: "@types/color-convert@npm:2.0.4"
|
|
5367
5354
|
dependencies:
|
|
5368
|
-
"@types/color-name": "npm
|
|
5369
|
-
checksum: 10c0/
|
|
5370
|
-
languageName: node
|
|
5371
|
-
linkType: hard
|
|
5372
|
-
|
|
5373
|
-
"@types/color-name@npm:*":
|
|
5374
|
-
version: 1.1.4
|
|
5375
|
-
resolution: "@types/color-name@npm:1.1.4"
|
|
5376
|
-
checksum: 10c0/11a5b67408a53a972fa98e4bbe2b0ff4cb74a3b3abb5f250cb5ec7b055a45aa8e00ddaf39b8327ef683ede9b2ff9b3ee9d25cd708d12b1b6a9aee5e8e6002920
|
|
5355
|
+
"@types/color-name": "npm:^1.1.0"
|
|
5356
|
+
checksum: 10c0/fdd2cea0ccf593055c8d952760286a4c114ed72a9940798d13f159823bf71d40a6b124009865e2e066f062d6d5611b677ddb61fd0ed05f6494170454cc6457c2
|
|
5377
5357
|
languageName: node
|
|
5378
5358
|
linkType: hard
|
|
5379
5359
|
|
|
5380
|
-
"@types/
|
|
5381
|
-
version: 1.
|
|
5382
|
-
resolution: "@types/
|
|
5383
|
-
checksum: 10c0/
|
|
5360
|
+
"@types/color-name@npm:^1.1.0":
|
|
5361
|
+
version: 1.1.5
|
|
5362
|
+
resolution: "@types/color-name@npm:1.1.5"
|
|
5363
|
+
checksum: 10c0/ce566d98ab1c2622a2e9d9d1d5cbde403e731a4fc084e8b0f56e89901cd3c46981feafb797d4505918d5eb5a7fd897fce2332d489f450ddf1c58bc4986bd9d76
|
|
5384
5364
|
languageName: node
|
|
5385
5365
|
linkType: hard
|
|
5386
5366
|
|
|
5387
|
-
"@types/estree@npm:^1.0.0":
|
|
5367
|
+
"@types/estree@npm:1.0.6, @types/estree@npm:^1.0.0":
|
|
5388
5368
|
version: 1.0.6
|
|
5389
5369
|
resolution: "@types/estree@npm:1.0.6"
|
|
5390
5370
|
checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a
|
|
@@ -5522,6 +5502,13 @@ __metadata:
|
|
|
5522
5502
|
languageName: node
|
|
5523
5503
|
linkType: hard
|
|
5524
5504
|
|
|
5505
|
+
"@types/linkify-it@npm:^5":
|
|
5506
|
+
version: 5.0.0
|
|
5507
|
+
resolution: "@types/linkify-it@npm:5.0.0"
|
|
5508
|
+
checksum: 10c0/7bbbf45b9dde17bf3f184fee585aef0e7342f6954f0377a24e4ff42ab5a85d5b806aaa5c8d16e2faf2a6b87b2d94467a196b7d2b85c9c7de2f0eaac5487aaab8
|
|
5509
|
+
languageName: node
|
|
5510
|
+
linkType: hard
|
|
5511
|
+
|
|
5525
5512
|
"@types/lodash@npm:4.17.5":
|
|
5526
5513
|
version: 4.17.5
|
|
5527
5514
|
resolution: "@types/lodash@npm:4.17.5"
|
|
@@ -5529,10 +5516,20 @@ __metadata:
|
|
|
5529
5516
|
languageName: node
|
|
5530
5517
|
linkType: hard
|
|
5531
5518
|
|
|
5532
|
-
"@types/luxon@npm:
|
|
5533
|
-
version:
|
|
5534
|
-
resolution: "@types/luxon@npm:
|
|
5535
|
-
checksum: 10c0/
|
|
5519
|
+
"@types/luxon@npm:3.4.2":
|
|
5520
|
+
version: 3.4.2
|
|
5521
|
+
resolution: "@types/luxon@npm:3.4.2"
|
|
5522
|
+
checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
|
|
5523
|
+
languageName: node
|
|
5524
|
+
linkType: hard
|
|
5525
|
+
|
|
5526
|
+
"@types/markdown-it@npm:^14.0.0":
|
|
5527
|
+
version: 14.1.2
|
|
5528
|
+
resolution: "@types/markdown-it@npm:14.1.2"
|
|
5529
|
+
dependencies:
|
|
5530
|
+
"@types/linkify-it": "npm:^5"
|
|
5531
|
+
"@types/mdurl": "npm:^2"
|
|
5532
|
+
checksum: 10c0/34f709f0476bd4e7b2ba7c3341072a6d532f1f4cb6f70aef371e403af8a08a7c372ba6907ac426bc618d356dab660c5b872791ff6c1ead80c483e0d639c6f127
|
|
5536
5533
|
languageName: node
|
|
5537
5534
|
linkType: hard
|
|
5538
5535
|
|
|
@@ -5554,6 +5551,13 @@ __metadata:
|
|
|
5554
5551
|
languageName: node
|
|
5555
5552
|
linkType: hard
|
|
5556
5553
|
|
|
5554
|
+
"@types/mdurl@npm:^2":
|
|
5555
|
+
version: 2.0.0
|
|
5556
|
+
resolution: "@types/mdurl@npm:2.0.0"
|
|
5557
|
+
checksum: 10c0/cde7bb571630ed1ceb3b92a28f7b59890bb38b8f34cd35326e2df43eebfc74985e6aa6fd4184e307393bad8a9e0783a519a3f9d13c8e03788c0f98e5ec869c5e
|
|
5558
|
+
languageName: node
|
|
5559
|
+
linkType: hard
|
|
5560
|
+
|
|
5557
5561
|
"@types/mdx-js__react@npm:1.5.3":
|
|
5558
5562
|
version: 1.5.3
|
|
5559
5563
|
resolution: "@types/mdx-js__react@npm:1.5.3"
|
|
@@ -5590,11 +5594,11 @@ __metadata:
|
|
|
5590
5594
|
linkType: hard
|
|
5591
5595
|
|
|
5592
5596
|
"@types/node@npm:*":
|
|
5593
|
-
version: 22.7.
|
|
5594
|
-
resolution: "@types/node@npm:22.7.
|
|
5597
|
+
version: 22.7.4
|
|
5598
|
+
resolution: "@types/node@npm:22.7.4"
|
|
5595
5599
|
dependencies:
|
|
5596
5600
|
undici-types: "npm:~6.19.2"
|
|
5597
|
-
checksum: 10c0/
|
|
5601
|
+
checksum: 10c0/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01
|
|
5598
5602
|
languageName: node
|
|
5599
5603
|
linkType: hard
|
|
5600
5604
|
|
|
@@ -5862,12 +5866,12 @@ __metadata:
|
|
|
5862
5866
|
linkType: hard
|
|
5863
5867
|
|
|
5864
5868
|
"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5865
|
-
version: 18.3.
|
|
5866
|
-
resolution: "@types/react@npm:18.3.
|
|
5869
|
+
version: 18.3.10
|
|
5870
|
+
resolution: "@types/react@npm:18.3.10"
|
|
5867
5871
|
dependencies:
|
|
5868
5872
|
"@types/prop-types": "npm:*"
|
|
5869
5873
|
csstype: "npm:^3.0.2"
|
|
5870
|
-
checksum: 10c0/
|
|
5874
|
+
checksum: 10c0/f5be1de1b0331c1fdb33d577f4cf7f1b949d4bded5347b2351a537f03c51dade5be115e21b161dcf1b37061954d320f6a0bdf8d7b70e24eda51071fdd614383d
|
|
5871
5875
|
languageName: node
|
|
5872
5876
|
linkType: hard
|
|
5873
5877
|
|
|
@@ -5883,13 +5887,13 @@ __metadata:
|
|
|
5883
5887
|
linkType: hard
|
|
5884
5888
|
|
|
5885
5889
|
"@types/react@npm:^17":
|
|
5886
|
-
version: 17.0.
|
|
5887
|
-
resolution: "@types/react@npm:17.0.
|
|
5890
|
+
version: 17.0.83
|
|
5891
|
+
resolution: "@types/react@npm:17.0.83"
|
|
5888
5892
|
dependencies:
|
|
5889
5893
|
"@types/prop-types": "npm:*"
|
|
5890
5894
|
"@types/scheduler": "npm:^0.16"
|
|
5891
5895
|
csstype: "npm:^3.0.2"
|
|
5892
|
-
checksum: 10c0/
|
|
5896
|
+
checksum: 10c0/c8f76790190a9df42099f5f78d08dd4095f2da3bd97ff7cce0001d5a97ff3ffb31f703575acf2c457606e0d0b229ca8d1ba0ff459b77a4e44c5ea5154fe3fb4b
|
|
5893
5897
|
languageName: node
|
|
5894
5898
|
linkType: hard
|
|
5895
5899
|
|
|
@@ -6150,26 +6154,26 @@ __metadata:
|
|
|
6150
6154
|
languageName: node
|
|
6151
6155
|
linkType: hard
|
|
6152
6156
|
|
|
6153
|
-
"@vue/compiler-core@npm:3.5.
|
|
6154
|
-
version: 3.5.
|
|
6155
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6157
|
+
"@vue/compiler-core@npm:3.5.10":
|
|
6158
|
+
version: 3.5.10
|
|
6159
|
+
resolution: "@vue/compiler-core@npm:3.5.10"
|
|
6156
6160
|
dependencies:
|
|
6157
6161
|
"@babel/parser": "npm:^7.25.3"
|
|
6158
|
-
"@vue/shared": "npm:3.5.
|
|
6162
|
+
"@vue/shared": "npm:3.5.10"
|
|
6159
6163
|
entities: "npm:^4.5.0"
|
|
6160
6164
|
estree-walker: "npm:^2.0.2"
|
|
6161
6165
|
source-map-js: "npm:^1.2.0"
|
|
6162
|
-
checksum: 10c0/
|
|
6166
|
+
checksum: 10c0/fb84f4cca8d9890289ac2e880edab8bd07231b0255cbc5578d99a6c07c299ae80a328eb0be1f1ab1d211d80d7d5fe156e573c81b3b30956257eb78f1ac7ecf8c
|
|
6163
6167
|
languageName: node
|
|
6164
6168
|
linkType: hard
|
|
6165
6169
|
|
|
6166
6170
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6167
|
-
version: 3.5.
|
|
6168
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6171
|
+
version: 3.5.10
|
|
6172
|
+
resolution: "@vue/compiler-dom@npm:3.5.10"
|
|
6169
6173
|
dependencies:
|
|
6170
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6171
|
-
"@vue/shared": "npm:3.5.
|
|
6172
|
-
checksum: 10c0/
|
|
6174
|
+
"@vue/compiler-core": "npm:3.5.10"
|
|
6175
|
+
"@vue/shared": "npm:3.5.10"
|
|
6176
|
+
checksum: 10c0/30c9a0ee414b5d77d8479a17f7cf2e613a351e322edf039ffa827bb93d97750a1002089747f85cf93a9155748df898287417f52473cab17caf6507716cff570e
|
|
6173
6177
|
languageName: node
|
|
6174
6178
|
linkType: hard
|
|
6175
6179
|
|
|
@@ -6204,10 +6208,10 @@ __metadata:
|
|
|
6204
6208
|
languageName: node
|
|
6205
6209
|
linkType: hard
|
|
6206
6210
|
|
|
6207
|
-
"@vue/shared@npm:3.5.
|
|
6208
|
-
version: 3.5.
|
|
6209
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6210
|
-
checksum: 10c0/
|
|
6211
|
+
"@vue/shared@npm:3.5.10, @vue/shared@npm:^3.4.0":
|
|
6212
|
+
version: 3.5.10
|
|
6213
|
+
resolution: "@vue/shared@npm:3.5.10"
|
|
6214
|
+
checksum: 10c0/cb3d06b6ba2026b6baa57a1f60110546cb1530e81d970fc770901c6a61adfe8a705d43cafb317f3b9b7c8f8f152b640a1a7a56e964bee7777c646c69b15e1e3f
|
|
6211
6215
|
languageName: node
|
|
6212
6216
|
linkType: hard
|
|
6213
6217
|
|
|
@@ -7446,7 +7450,7 @@ __metadata:
|
|
|
7446
7450
|
languageName: node
|
|
7447
7451
|
linkType: hard
|
|
7448
7452
|
|
|
7449
|
-
"bn.js@npm:^5.
|
|
7453
|
+
"bn.js@npm:^5.2.1":
|
|
7450
7454
|
version: 5.2.1
|
|
7451
7455
|
resolution: "bn.js@npm:5.2.1"
|
|
7452
7456
|
checksum: 10c0/bed3d8bd34ec89dbcf9f20f88bd7d4a49c160fda3b561c7bb227501f974d3e435a48fb9b61bc3de304acab9215a3bda0803f7017ffb4d0016a0c3a740a283caa
|
|
@@ -7630,12 +7634,13 @@ __metadata:
|
|
|
7630
7634
|
linkType: hard
|
|
7631
7635
|
|
|
7632
7636
|
"browserify-rsa@npm:^4.0.0, browserify-rsa@npm:^4.1.0":
|
|
7633
|
-
version: 4.1.
|
|
7634
|
-
resolution: "browserify-rsa@npm:4.1.
|
|
7637
|
+
version: 4.1.1
|
|
7638
|
+
resolution: "browserify-rsa@npm:4.1.1"
|
|
7635
7639
|
dependencies:
|
|
7636
|
-
bn.js: "npm:^5.
|
|
7637
|
-
randombytes: "npm:^2.0
|
|
7638
|
-
|
|
7640
|
+
bn.js: "npm:^5.2.1"
|
|
7641
|
+
randombytes: "npm:^2.1.0"
|
|
7642
|
+
safe-buffer: "npm:^5.2.1"
|
|
7643
|
+
checksum: 10c0/b650ee1192e3d7f3d779edc06dd96ed8720362e72ac310c367b9d7fe35f7e8dbb983c1829142b2b3215458be8bf17c38adc7224920843024ed8cf39e19c513c0
|
|
7639
7644
|
languageName: node
|
|
7640
7645
|
linkType: hard
|
|
7641
7646
|
|
|
@@ -7925,9 +7930,9 @@ __metadata:
|
|
|
7925
7930
|
linkType: hard
|
|
7926
7931
|
|
|
7927
7932
|
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663":
|
|
7928
|
-
version: 1.0.
|
|
7929
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
7930
|
-
checksum: 10c0/
|
|
7933
|
+
version: 1.0.30001664
|
|
7934
|
+
resolution: "caniuse-lite@npm:1.0.30001664"
|
|
7935
|
+
checksum: 10c0/db2b431aba41a585191ab1e4d40da0ad349ff32400edac2a167bf6bf92dbf9c704eab03dc60fb89e882ce02478d61c3036b2b1bdce8edf9b2aabda5608bae05e
|
|
7931
7936
|
languageName: node
|
|
7932
7937
|
linkType: hard
|
|
7933
7938
|
|
|
@@ -9579,9 +9584,9 @@ __metadata:
|
|
|
9579
9584
|
linkType: hard
|
|
9580
9585
|
|
|
9581
9586
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9582
|
-
version: 1.5.
|
|
9583
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9584
|
-
checksum: 10c0/
|
|
9587
|
+
version: 1.5.29
|
|
9588
|
+
resolution: "electron-to-chromium@npm:1.5.29"
|
|
9589
|
+
checksum: 10c0/ae4849f1fe8d756d30c6f5f992803d8550a98b38a30aecc7d9776858cf229ad05b12cb9f7675f0a89330a077d16e28388cfe394fdd9d0828ffe860c8568c95c2
|
|
9585
9590
|
languageName: node
|
|
9586
9591
|
linkType: hard
|
|
9587
9592
|
|
|
@@ -10038,7 +10043,7 @@ __metadata:
|
|
|
10038
10043
|
languageName: node
|
|
10039
10044
|
linkType: hard
|
|
10040
10045
|
|
|
10041
|
-
"escalade@npm:^3.0.2, escalade@npm:^3.1.1, escalade@npm:^3.
|
|
10046
|
+
"escalade@npm:^3.0.2, escalade@npm:^3.1.1, escalade@npm:^3.2.0":
|
|
10042
10047
|
version: 3.2.0
|
|
10043
10048
|
resolution: "escalade@npm:3.2.0"
|
|
10044
10049
|
checksum: 10c0/ced4dd3a78e15897ed3be74e635110bbf3b08877b0a41be50dcb325ee0e0b5f65fc2d50e9845194d7c4633f327e2e1c6cce00a71b617c5673df0374201d67f65
|
|
@@ -10145,14 +10150,14 @@ __metadata:
|
|
|
10145
10150
|
linkType: hard
|
|
10146
10151
|
|
|
10147
10152
|
"eslint-module-utils@npm:^2.6.0":
|
|
10148
|
-
version: 2.
|
|
10149
|
-
resolution: "eslint-module-utils@npm:2.
|
|
10153
|
+
version: 2.12.0
|
|
10154
|
+
resolution: "eslint-module-utils@npm:2.12.0"
|
|
10150
10155
|
dependencies:
|
|
10151
10156
|
debug: "npm:^3.2.7"
|
|
10152
10157
|
peerDependenciesMeta:
|
|
10153
10158
|
eslint:
|
|
10154
10159
|
optional: true
|
|
10155
|
-
checksum: 10c0/
|
|
10160
|
+
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
|
|
10156
10161
|
languageName: node
|
|
10157
10162
|
linkType: hard
|
|
10158
10163
|
|
|
@@ -10700,9 +10705,9 @@ __metadata:
|
|
|
10700
10705
|
linkType: hard
|
|
10701
10706
|
|
|
10702
10707
|
"fast-uri@npm:^3.0.1":
|
|
10703
|
-
version: 3.0.
|
|
10704
|
-
resolution: "fast-uri@npm:3.0.
|
|
10705
|
-
checksum: 10c0/
|
|
10708
|
+
version: 3.0.2
|
|
10709
|
+
resolution: "fast-uri@npm:3.0.2"
|
|
10710
|
+
checksum: 10c0/8cdd3da7b4022a037d348d587d55caff74b7e4f862bbdd2cc35c1e6e3f97d0aedb567894d44c57ee8798d3192cceb97dcf41dbdabfa07dd2842a0474a6c6eeef
|
|
10706
10711
|
languageName: node
|
|
10707
10712
|
linkType: hard
|
|
10708
10713
|
|
|
@@ -13754,10 +13759,10 @@ __metadata:
|
|
|
13754
13759
|
languageName: node
|
|
13755
13760
|
linkType: hard
|
|
13756
13761
|
|
|
13757
|
-
"luxon@npm:
|
|
13758
|
-
version:
|
|
13759
|
-
resolution: "luxon@npm:
|
|
13760
|
-
checksum: 10c0/
|
|
13762
|
+
"luxon@npm:3.5.0":
|
|
13763
|
+
version: 3.5.0
|
|
13764
|
+
resolution: "luxon@npm:3.5.0"
|
|
13765
|
+
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
|
|
13761
13766
|
languageName: node
|
|
13762
13767
|
linkType: hard
|
|
13763
13768
|
|
|
@@ -15197,9 +15202,9 @@ __metadata:
|
|
|
15197
15202
|
linkType: hard
|
|
15198
15203
|
|
|
15199
15204
|
"package-json-from-dist@npm:^1.0.0":
|
|
15200
|
-
version: 1.0.
|
|
15201
|
-
resolution: "package-json-from-dist@npm:1.0.
|
|
15202
|
-
checksum: 10c0/
|
|
15205
|
+
version: 1.0.1
|
|
15206
|
+
resolution: "package-json-from-dist@npm:1.0.1"
|
|
15207
|
+
checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
|
|
15203
15208
|
languageName: node
|
|
15204
15209
|
linkType: hard
|
|
15205
15210
|
|
|
@@ -15496,7 +15501,7 @@ __metadata:
|
|
|
15496
15501
|
languageName: node
|
|
15497
15502
|
linkType: hard
|
|
15498
15503
|
|
|
15499
|
-
"picocolors@npm:^1.0.0, picocolors@npm:^1.
|
|
15504
|
+
"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0":
|
|
15500
15505
|
version: 1.1.0
|
|
15501
15506
|
resolution: "picocolors@npm:1.1.0"
|
|
15502
15507
|
checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023
|
|
@@ -16058,12 +16063,13 @@ __metadata:
|
|
|
16058
16063
|
linkType: hard
|
|
16059
16064
|
|
|
16060
16065
|
"prosemirror-markdown@npm:^1.10.1":
|
|
16061
|
-
version: 1.13.
|
|
16062
|
-
resolution: "prosemirror-markdown@npm:1.13.
|
|
16066
|
+
version: 1.13.1
|
|
16067
|
+
resolution: "prosemirror-markdown@npm:1.13.1"
|
|
16063
16068
|
dependencies:
|
|
16069
|
+
"@types/markdown-it": "npm:^14.0.0"
|
|
16064
16070
|
markdown-it: "npm:^14.0.0"
|
|
16065
16071
|
prosemirror-model: "npm:^1.20.0"
|
|
16066
|
-
checksum: 10c0/
|
|
16072
|
+
checksum: 10c0/518cad5d4e7b1c1b2abf43995c837392b76b9f7757e814de42885a20d427dfaa2308be6fea39828ae65225a768976cb914825f78138850a282b06ba571aaea3d
|
|
16067
16073
|
languageName: node
|
|
16068
16074
|
linkType: hard
|
|
16069
16075
|
|
|
@@ -17911,26 +17917,26 @@ __metadata:
|
|
|
17911
17917
|
linkType: hard
|
|
17912
17918
|
|
|
17913
17919
|
"rollup@npm:^4.13.0":
|
|
17914
|
-
version: 4.22.
|
|
17915
|
-
resolution: "rollup@npm:4.22.
|
|
17916
|
-
dependencies:
|
|
17917
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.22.
|
|
17918
|
-
"@rollup/rollup-android-arm64": "npm:4.22.
|
|
17919
|
-
"@rollup/rollup-darwin-arm64": "npm:4.22.
|
|
17920
|
-
"@rollup/rollup-darwin-x64": "npm:4.22.
|
|
17921
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.
|
|
17922
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.
|
|
17923
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.
|
|
17924
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.22.
|
|
17925
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.
|
|
17926
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.
|
|
17927
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.
|
|
17928
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.22.
|
|
17929
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.22.
|
|
17930
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.
|
|
17931
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.
|
|
17932
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.22.
|
|
17933
|
-
"@types/estree": "npm:1.0.
|
|
17920
|
+
version: 4.22.5
|
|
17921
|
+
resolution: "rollup@npm:4.22.5"
|
|
17922
|
+
dependencies:
|
|
17923
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.22.5"
|
|
17924
|
+
"@rollup/rollup-android-arm64": "npm:4.22.5"
|
|
17925
|
+
"@rollup/rollup-darwin-arm64": "npm:4.22.5"
|
|
17926
|
+
"@rollup/rollup-darwin-x64": "npm:4.22.5"
|
|
17927
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.5"
|
|
17928
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.5"
|
|
17929
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.5"
|
|
17930
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.22.5"
|
|
17931
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.5"
|
|
17932
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.5"
|
|
17933
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.5"
|
|
17934
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.22.5"
|
|
17935
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.22.5"
|
|
17936
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.5"
|
|
17937
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.5"
|
|
17938
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.22.5"
|
|
17939
|
+
"@types/estree": "npm:1.0.6"
|
|
17934
17940
|
fsevents: "npm:~2.3.2"
|
|
17935
17941
|
dependenciesMeta:
|
|
17936
17942
|
"@rollup/rollup-android-arm-eabi":
|
|
@@ -17969,7 +17975,7 @@ __metadata:
|
|
|
17969
17975
|
optional: true
|
|
17970
17976
|
bin:
|
|
17971
17977
|
rollup: dist/bin/rollup
|
|
17972
|
-
checksum: 10c0/
|
|
17978
|
+
checksum: 10c0/9b9432206ecc2f68edca965f8cf119eccd5346c86c392f733a8062b7c6a309b70c35e8448024146bd0e3444d8b3797758c8e29248b273d1433de94a4ea265246
|
|
17973
17979
|
languageName: node
|
|
17974
17980
|
linkType: hard
|
|
17975
17981
|
|
|
@@ -19399,8 +19405,8 @@ __metadata:
|
|
|
19399
19405
|
linkType: hard
|
|
19400
19406
|
|
|
19401
19407
|
"terser@npm:^5.3.4":
|
|
19402
|
-
version: 5.
|
|
19403
|
-
resolution: "terser@npm:5.
|
|
19408
|
+
version: 5.34.1
|
|
19409
|
+
resolution: "terser@npm:5.34.1"
|
|
19404
19410
|
dependencies:
|
|
19405
19411
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
19406
19412
|
acorn: "npm:^8.8.2"
|
|
@@ -19408,7 +19414,7 @@ __metadata:
|
|
|
19408
19414
|
source-map-support: "npm:~0.5.20"
|
|
19409
19415
|
bin:
|
|
19410
19416
|
terser: bin/terser
|
|
19411
|
-
checksum: 10c0/
|
|
19417
|
+
checksum: 10c0/51c7d704c5c4ae88bf937124112c9972aed4e1fd29d805cc2d86e0f54cd631ecd4e69db5bb3c1e3b450c741c86e2313328bea0fde925329e8a31a07a7941723c
|
|
19412
19418
|
languageName: node
|
|
19413
19419
|
linkType: hard
|
|
19414
19420
|
|
|
@@ -20169,16 +20175,16 @@ __metadata:
|
|
|
20169
20175
|
linkType: hard
|
|
20170
20176
|
|
|
20171
20177
|
"update-browserslist-db@npm:^1.1.0":
|
|
20172
|
-
version: 1.1.
|
|
20173
|
-
resolution: "update-browserslist-db@npm:1.1.
|
|
20178
|
+
version: 1.1.1
|
|
20179
|
+
resolution: "update-browserslist-db@npm:1.1.1"
|
|
20174
20180
|
dependencies:
|
|
20175
|
-
escalade: "npm:^3.
|
|
20176
|
-
picocolors: "npm:^1.0
|
|
20181
|
+
escalade: "npm:^3.2.0"
|
|
20182
|
+
picocolors: "npm:^1.1.0"
|
|
20177
20183
|
peerDependencies:
|
|
20178
20184
|
browserslist: ">= 4.21.0"
|
|
20179
20185
|
bin:
|
|
20180
20186
|
update-browserslist-db: cli.js
|
|
20181
|
-
checksum: 10c0/
|
|
20187
|
+
checksum: 10c0/536a2979adda2b4be81b07e311bd2f3ad5e978690987956bc5f514130ad50cac87cd22c710b686d79731e00fbee8ef43efe5fcd72baa241045209195d43dcc80
|
|
20182
20188
|
languageName: node
|
|
20183
20189
|
linkType: hard
|
|
20184
20190
|
|