@licklist/design 0.67.2 → 0.67.3-dev.1
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/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 +5 -3
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +5 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +6 -8
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -1
- 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 -2
- 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/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/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 -2
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +4 -2
- 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/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/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/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 +11 -11
- 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/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -0
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +3 -5
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +3 -4
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -0
- 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/product-set/card/ProductSetCard.stories.tsx +3 -1
- 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 +5 -1
- 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/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/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/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/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 +217 -204
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
package/yarn.lock
CHANGED
|
@@ -1992,15 +1992,15 @@ __metadata:
|
|
|
1992
1992
|
linkType: hard
|
|
1993
1993
|
|
|
1994
1994
|
"@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.1":
|
|
1995
|
-
version: 1.3.
|
|
1996
|
-
resolution: "@emotion/serialize@npm:1.3.
|
|
1995
|
+
version: 1.3.2
|
|
1996
|
+
resolution: "@emotion/serialize@npm:1.3.2"
|
|
1997
1997
|
dependencies:
|
|
1998
1998
|
"@emotion/hash": "npm:^0.9.2"
|
|
1999
1999
|
"@emotion/memoize": "npm:^0.9.0"
|
|
2000
2000
|
"@emotion/unitless": "npm:^0.10.0"
|
|
2001
|
-
"@emotion/utils": "npm:^1.4.
|
|
2001
|
+
"@emotion/utils": "npm:^1.4.1"
|
|
2002
2002
|
csstype: "npm:^3.0.2"
|
|
2003
|
-
checksum: 10c0/
|
|
2003
|
+
checksum: 10c0/b4873b643721d28b4450f9d77b71e6c8d0109e6825c54fc79e649d2fa438fe4080d2fa696ec8fda421b8e713fcd42306d6197b6121ddd2486ffab8e4b6311ce0
|
|
2004
2004
|
languageName: node
|
|
2005
2005
|
linkType: hard
|
|
2006
2006
|
|
|
@@ -2083,10 +2083,10 @@ __metadata:
|
|
|
2083
2083
|
languageName: node
|
|
2084
2084
|
linkType: hard
|
|
2085
2085
|
|
|
2086
|
-
"@emotion/utils@npm:^1.4.0":
|
|
2087
|
-
version: 1.4.
|
|
2088
|
-
resolution: "@emotion/utils@npm:1.4.
|
|
2089
|
-
checksum: 10c0/
|
|
2086
|
+
"@emotion/utils@npm:^1.4.0, @emotion/utils@npm:^1.4.1":
|
|
2087
|
+
version: 1.4.1
|
|
2088
|
+
resolution: "@emotion/utils@npm:1.4.1"
|
|
2089
|
+
checksum: 10c0/f4704e0bdf48062fd6eb9c64771c88f521aab1e108a48cb23d65b6438597c63a6945301cef4c43611e79e0e76a304ec5481c31025ea8f573d7ad5423d747602c
|
|
2090
2090
|
languageName: node
|
|
2091
2091
|
linkType: hard
|
|
2092
2092
|
|
|
@@ -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
|
|
|
@@ -3224,8 +3211,8 @@ __metadata:
|
|
|
3224
3211
|
linkType: hard
|
|
3225
3212
|
|
|
3226
3213
|
"@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.0.2, @rollup/pluginutils@npm:^5.0.5, @rollup/pluginutils@npm:^5.1.0":
|
|
3227
|
-
version: 5.1.
|
|
3228
|
-
resolution: "@rollup/pluginutils@npm:5.1.
|
|
3214
|
+
version: 5.1.2
|
|
3215
|
+
resolution: "@rollup/pluginutils@npm:5.1.2"
|
|
3229
3216
|
dependencies:
|
|
3230
3217
|
"@types/estree": "npm:^1.0.0"
|
|
3231
3218
|
estree-walker: "npm:^2.0.2"
|
|
@@ -3235,118 +3222,118 @@ __metadata:
|
|
|
3235
3222
|
peerDependenciesMeta:
|
|
3236
3223
|
rollup:
|
|
3237
3224
|
optional: true
|
|
3238
|
-
checksum: 10c0/
|
|
3225
|
+
checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836
|
|
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.4":
|
|
3230
|
+
version: 4.22.4
|
|
3231
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.4"
|
|
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.4":
|
|
3237
|
+
version: 4.22.4
|
|
3238
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.22.4"
|
|
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.4":
|
|
3244
|
+
version: 4.22.4
|
|
3245
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.22.4"
|
|
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.4":
|
|
3251
|
+
version: 4.22.4
|
|
3252
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.22.4"
|
|
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.4":
|
|
3258
|
+
version: 4.22.4
|
|
3259
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4"
|
|
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.4":
|
|
3265
|
+
version: 4.22.4
|
|
3266
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4"
|
|
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.4":
|
|
3272
|
+
version: 4.22.4
|
|
3273
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.4"
|
|
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.4":
|
|
3279
|
+
version: 4.22.4
|
|
3280
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.4"
|
|
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.4":
|
|
3286
|
+
version: 4.22.4
|
|
3287
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4"
|
|
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.4":
|
|
3293
|
+
version: 4.22.4
|
|
3294
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4"
|
|
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.4":
|
|
3300
|
+
version: 4.22.4
|
|
3301
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.4"
|
|
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.4":
|
|
3307
|
+
version: 4.22.4
|
|
3308
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.4"
|
|
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.4":
|
|
3314
|
+
version: 4.22.4
|
|
3315
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.4"
|
|
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.4":
|
|
3321
|
+
version: 4.22.4
|
|
3322
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.4"
|
|
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.4":
|
|
3328
|
+
version: 4.22.4
|
|
3329
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.4"
|
|
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.4":
|
|
3335
|
+
version: 4.22.4
|
|
3336
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4"
|
|
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.7.
|
|
5094
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.7.
|
|
5080
|
+
version: 2.7.4
|
|
5081
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.7.4"
|
|
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/210578d8e8be63b0e2eaeeba47310a427f673d8d5b40fbca34b23536e3fb88c7e2da38af502e468e4f0eb89390263793305114873457486c38101947ed0c0e04
|
|
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.7.
|
|
5124
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.7.
|
|
5110
|
+
version: 2.7.4
|
|
5111
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.7.4"
|
|
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/2fc36071b16830a2e2423d151b73333eb4146d907151d6c55baa1551ad3351a680437fe0cf42ec4543a25fc6c24445dfe2c189463db04ef4fbed97935627120d
|
|
5131
5118
|
languageName: node
|
|
5132
5119
|
linkType: hard
|
|
5133
5120
|
|
|
@@ -5362,18 +5349,18 @@ __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/
|
|
5355
|
+
"@types/color-name": "npm:^1.1.0"
|
|
5356
|
+
checksum: 10c0/fdd2cea0ccf593055c8d952760286a4c114ed72a9940798d13f159823bf71d40a6b124009865e2e066f062d6d5611b677ddb61fd0ed05f6494170454cc6457c2
|
|
5370
5357
|
languageName: node
|
|
5371
5358
|
linkType: hard
|
|
5372
5359
|
|
|
5373
|
-
"@types/color-name@npm
|
|
5374
|
-
version: 1.1.
|
|
5375
|
-
resolution: "@types/color-name@npm:1.1.
|
|
5376
|
-
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
|
|
5377
5364
|
languageName: node
|
|
5378
5365
|
linkType: hard
|
|
5379
5366
|
|
|
@@ -5522,6 +5509,13 @@ __metadata:
|
|
|
5522
5509
|
languageName: node
|
|
5523
5510
|
linkType: hard
|
|
5524
5511
|
|
|
5512
|
+
"@types/linkify-it@npm:^5":
|
|
5513
|
+
version: 5.0.0
|
|
5514
|
+
resolution: "@types/linkify-it@npm:5.0.0"
|
|
5515
|
+
checksum: 10c0/7bbbf45b9dde17bf3f184fee585aef0e7342f6954f0377a24e4ff42ab5a85d5b806aaa5c8d16e2faf2a6b87b2d94467a196b7d2b85c9c7de2f0eaac5487aaab8
|
|
5516
|
+
languageName: node
|
|
5517
|
+
linkType: hard
|
|
5518
|
+
|
|
5525
5519
|
"@types/lodash@npm:4.17.5":
|
|
5526
5520
|
version: 4.17.5
|
|
5527
5521
|
resolution: "@types/lodash@npm:4.17.5"
|
|
@@ -5529,10 +5523,20 @@ __metadata:
|
|
|
5529
5523
|
languageName: node
|
|
5530
5524
|
linkType: hard
|
|
5531
5525
|
|
|
5532
|
-
"@types/luxon@npm:
|
|
5533
|
-
version:
|
|
5534
|
-
resolution: "@types/luxon@npm:
|
|
5535
|
-
checksum: 10c0/
|
|
5526
|
+
"@types/luxon@npm:3.4.2":
|
|
5527
|
+
version: 3.4.2
|
|
5528
|
+
resolution: "@types/luxon@npm:3.4.2"
|
|
5529
|
+
checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
|
|
5530
|
+
languageName: node
|
|
5531
|
+
linkType: hard
|
|
5532
|
+
|
|
5533
|
+
"@types/markdown-it@npm:^14.0.0":
|
|
5534
|
+
version: 14.1.2
|
|
5535
|
+
resolution: "@types/markdown-it@npm:14.1.2"
|
|
5536
|
+
dependencies:
|
|
5537
|
+
"@types/linkify-it": "npm:^5"
|
|
5538
|
+
"@types/mdurl": "npm:^2"
|
|
5539
|
+
checksum: 10c0/34f709f0476bd4e7b2ba7c3341072a6d532f1f4cb6f70aef371e403af8a08a7c372ba6907ac426bc618d356dab660c5b872791ff6c1ead80c483e0d639c6f127
|
|
5536
5540
|
languageName: node
|
|
5537
5541
|
linkType: hard
|
|
5538
5542
|
|
|
@@ -5554,6 +5558,13 @@ __metadata:
|
|
|
5554
5558
|
languageName: node
|
|
5555
5559
|
linkType: hard
|
|
5556
5560
|
|
|
5561
|
+
"@types/mdurl@npm:^2":
|
|
5562
|
+
version: 2.0.0
|
|
5563
|
+
resolution: "@types/mdurl@npm:2.0.0"
|
|
5564
|
+
checksum: 10c0/cde7bb571630ed1ceb3b92a28f7b59890bb38b8f34cd35326e2df43eebfc74985e6aa6fd4184e307393bad8a9e0783a519a3f9d13c8e03788c0f98e5ec869c5e
|
|
5565
|
+
languageName: node
|
|
5566
|
+
linkType: hard
|
|
5567
|
+
|
|
5557
5568
|
"@types/mdx-js__react@npm:1.5.3":
|
|
5558
5569
|
version: 1.5.3
|
|
5559
5570
|
resolution: "@types/mdx-js__react@npm:1.5.3"
|
|
@@ -5590,11 +5601,11 @@ __metadata:
|
|
|
5590
5601
|
linkType: hard
|
|
5591
5602
|
|
|
5592
5603
|
"@types/node@npm:*":
|
|
5593
|
-
version: 22.
|
|
5594
|
-
resolution: "@types/node@npm:22.
|
|
5604
|
+
version: 22.7.3
|
|
5605
|
+
resolution: "@types/node@npm:22.7.3"
|
|
5595
5606
|
dependencies:
|
|
5596
5607
|
undici-types: "npm:~6.19.2"
|
|
5597
|
-
checksum: 10c0/
|
|
5608
|
+
checksum: 10c0/0e579813528b0370454337a952f43b792cd12731e10fdca0fdb627158e980c1219bba99e9048c134b6a19325d817016059afe016ccd372326c838a1b85a51574
|
|
5598
5609
|
languageName: node
|
|
5599
5610
|
linkType: hard
|
|
5600
5611
|
|
|
@@ -5862,12 +5873,12 @@ __metadata:
|
|
|
5862
5873
|
linkType: hard
|
|
5863
5874
|
|
|
5864
5875
|
"@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.
|
|
5876
|
+
version: 18.3.9
|
|
5877
|
+
resolution: "@types/react@npm:18.3.9"
|
|
5867
5878
|
dependencies:
|
|
5868
5879
|
"@types/prop-types": "npm:*"
|
|
5869
5880
|
csstype: "npm:^3.0.2"
|
|
5870
|
-
checksum: 10c0/
|
|
5881
|
+
checksum: 10c0/a92b8e061d0c833e096254782c56a802316593f4a907fb834b557cabe848a0829b9eb6056404ea239eb4d5ec5ac7b7724309761516c0a7a277916fa04dd4f805
|
|
5871
5882
|
languageName: node
|
|
5872
5883
|
linkType: hard
|
|
5873
5884
|
|
|
@@ -6150,26 +6161,26 @@ __metadata:
|
|
|
6150
6161
|
languageName: node
|
|
6151
6162
|
linkType: hard
|
|
6152
6163
|
|
|
6153
|
-
"@vue/compiler-core@npm:3.5.
|
|
6154
|
-
version: 3.5.
|
|
6155
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6164
|
+
"@vue/compiler-core@npm:3.5.9":
|
|
6165
|
+
version: 3.5.9
|
|
6166
|
+
resolution: "@vue/compiler-core@npm:3.5.9"
|
|
6156
6167
|
dependencies:
|
|
6157
6168
|
"@babel/parser": "npm:^7.25.3"
|
|
6158
|
-
"@vue/shared": "npm:3.5.
|
|
6169
|
+
"@vue/shared": "npm:3.5.9"
|
|
6159
6170
|
entities: "npm:^4.5.0"
|
|
6160
6171
|
estree-walker: "npm:^2.0.2"
|
|
6161
6172
|
source-map-js: "npm:^1.2.0"
|
|
6162
|
-
checksum: 10c0/
|
|
6173
|
+
checksum: 10c0/a829dd3e755554146bec050b76d615e24090fed6ef5eb3f42bdca0a9fa7a0c4698ab18f399ca4255548ad3e6c7482029c65660837d240b11da08d648bac13513
|
|
6163
6174
|
languageName: node
|
|
6164
6175
|
linkType: hard
|
|
6165
6176
|
|
|
6166
6177
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6167
|
-
version: 3.5.
|
|
6168
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6178
|
+
version: 3.5.9
|
|
6179
|
+
resolution: "@vue/compiler-dom@npm:3.5.9"
|
|
6169
6180
|
dependencies:
|
|
6170
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6171
|
-
"@vue/shared": "npm:3.5.
|
|
6172
|
-
checksum: 10c0/
|
|
6181
|
+
"@vue/compiler-core": "npm:3.5.9"
|
|
6182
|
+
"@vue/shared": "npm:3.5.9"
|
|
6183
|
+
checksum: 10c0/e3233b8b13f20f8925d41d027f0c1748a0aa7a0b1dd2a42eded9b61ffdd886a38e2f50ce89bf81089821a22fec2c3df3006d99e112ee9edde515ffff6f4fb39a
|
|
6173
6184
|
languageName: node
|
|
6174
6185
|
linkType: hard
|
|
6175
6186
|
|
|
@@ -6204,10 +6215,10 @@ __metadata:
|
|
|
6204
6215
|
languageName: node
|
|
6205
6216
|
linkType: hard
|
|
6206
6217
|
|
|
6207
|
-
"@vue/shared@npm:3.5.
|
|
6208
|
-
version: 3.5.
|
|
6209
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6210
|
-
checksum: 10c0/
|
|
6218
|
+
"@vue/shared@npm:3.5.9, @vue/shared@npm:^3.4.0":
|
|
6219
|
+
version: 3.5.9
|
|
6220
|
+
resolution: "@vue/shared@npm:3.5.9"
|
|
6221
|
+
checksum: 10c0/9569de57948150d19af6310941aee533819d27858b03da7f181e04432bd176431e85ffeb61ff536cdabdcfdc337db7643ca67efc0008beaacb49ee76feb28cc8
|
|
6211
6222
|
languageName: node
|
|
6212
6223
|
linkType: hard
|
|
6213
6224
|
|
|
@@ -7446,7 +7457,7 @@ __metadata:
|
|
|
7446
7457
|
languageName: node
|
|
7447
7458
|
linkType: hard
|
|
7448
7459
|
|
|
7449
|
-
"bn.js@npm:^5.
|
|
7460
|
+
"bn.js@npm:^5.2.1":
|
|
7450
7461
|
version: 5.2.1
|
|
7451
7462
|
resolution: "bn.js@npm:5.2.1"
|
|
7452
7463
|
checksum: 10c0/bed3d8bd34ec89dbcf9f20f88bd7d4a49c160fda3b561c7bb227501f974d3e435a48fb9b61bc3de304acab9215a3bda0803f7017ffb4d0016a0c3a740a283caa
|
|
@@ -7630,12 +7641,13 @@ __metadata:
|
|
|
7630
7641
|
linkType: hard
|
|
7631
7642
|
|
|
7632
7643
|
"browserify-rsa@npm:^4.0.0, browserify-rsa@npm:^4.1.0":
|
|
7633
|
-
version: 4.1.
|
|
7634
|
-
resolution: "browserify-rsa@npm:4.1.
|
|
7644
|
+
version: 4.1.1
|
|
7645
|
+
resolution: "browserify-rsa@npm:4.1.1"
|
|
7635
7646
|
dependencies:
|
|
7636
|
-
bn.js: "npm:^5.
|
|
7637
|
-
randombytes: "npm:^2.0
|
|
7638
|
-
|
|
7647
|
+
bn.js: "npm:^5.2.1"
|
|
7648
|
+
randombytes: "npm:^2.1.0"
|
|
7649
|
+
safe-buffer: "npm:^5.2.1"
|
|
7650
|
+
checksum: 10c0/b650ee1192e3d7f3d779edc06dd96ed8720362e72ac310c367b9d7fe35f7e8dbb983c1829142b2b3215458be8bf17c38adc7224920843024ed8cf39e19c513c0
|
|
7639
7651
|
languageName: node
|
|
7640
7652
|
linkType: hard
|
|
7641
7653
|
|
|
@@ -7681,16 +7693,16 @@ __metadata:
|
|
|
7681
7693
|
linkType: hard
|
|
7682
7694
|
|
|
7683
7695
|
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3":
|
|
7684
|
-
version: 4.
|
|
7685
|
-
resolution: "browserslist@npm:4.
|
|
7696
|
+
version: 4.24.0
|
|
7697
|
+
resolution: "browserslist@npm:4.24.0"
|
|
7686
7698
|
dependencies:
|
|
7687
|
-
caniuse-lite: "npm:^1.0.
|
|
7688
|
-
electron-to-chromium: "npm:^1.5.
|
|
7699
|
+
caniuse-lite: "npm:^1.0.30001663"
|
|
7700
|
+
electron-to-chromium: "npm:^1.5.28"
|
|
7689
7701
|
node-releases: "npm:^2.0.18"
|
|
7690
7702
|
update-browserslist-db: "npm:^1.1.0"
|
|
7691
7703
|
bin:
|
|
7692
7704
|
browserslist: cli.js
|
|
7693
|
-
checksum: 10c0/
|
|
7705
|
+
checksum: 10c0/95e76ad522753c4c470427f6e3c8a4bb5478ff448841e22b3d3e53f89ecaf17b6984666d6c7e715c370f1e7fa0cf684f42e34e554236a8b2fab38ea76b9e4c52
|
|
7694
7706
|
languageName: node
|
|
7695
7707
|
linkType: hard
|
|
7696
7708
|
|
|
@@ -7924,10 +7936,10 @@ __metadata:
|
|
|
7924
7936
|
languageName: node
|
|
7925
7937
|
linkType: hard
|
|
7926
7938
|
|
|
7927
|
-
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.
|
|
7928
|
-
version: 1.0.
|
|
7929
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
7930
|
-
checksum: 10c0/
|
|
7939
|
+
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663":
|
|
7940
|
+
version: 1.0.30001664
|
|
7941
|
+
resolution: "caniuse-lite@npm:1.0.30001664"
|
|
7942
|
+
checksum: 10c0/db2b431aba41a585191ab1e4d40da0ad349ff32400edac2a167bf6bf92dbf9c704eab03dc60fb89e882ce02478d61c3036b2b1bdce8edf9b2aabda5608bae05e
|
|
7931
7943
|
languageName: node
|
|
7932
7944
|
linkType: hard
|
|
7933
7945
|
|
|
@@ -8063,8 +8075,8 @@ __metadata:
|
|
|
8063
8075
|
linkType: hard
|
|
8064
8076
|
|
|
8065
8077
|
"chromatic@npm:^11.4.0":
|
|
8066
|
-
version: 11.10.
|
|
8067
|
-
resolution: "chromatic@npm:11.10.
|
|
8078
|
+
version: 11.10.4
|
|
8079
|
+
resolution: "chromatic@npm:11.10.4"
|
|
8068
8080
|
peerDependencies:
|
|
8069
8081
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8070
8082
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8077,7 +8089,7 @@ __metadata:
|
|
|
8077
8089
|
chroma: dist/bin.js
|
|
8078
8090
|
chromatic: dist/bin.js
|
|
8079
8091
|
chromatic-cli: dist/bin.js
|
|
8080
|
-
checksum: 10c0/
|
|
8092
|
+
checksum: 10c0/b14b43f7ded1c6536fd2b0edf0d5d2da1a0f36083d14a87ce0c069db83f7c4896b483238164199976343748b5b846640b6914dcf523b9e9e698145fe74f52bcd
|
|
8081
8093
|
languageName: node
|
|
8082
8094
|
linkType: hard
|
|
8083
8095
|
|
|
@@ -9578,10 +9590,10 @@ __metadata:
|
|
|
9578
9590
|
languageName: node
|
|
9579
9591
|
linkType: hard
|
|
9580
9592
|
|
|
9581
|
-
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.
|
|
9582
|
-
version: 1.5.
|
|
9583
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9584
|
-
checksum: 10c0/
|
|
9593
|
+
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9594
|
+
version: 1.5.29
|
|
9595
|
+
resolution: "electron-to-chromium@npm:1.5.29"
|
|
9596
|
+
checksum: 10c0/ae4849f1fe8d756d30c6f5f992803d8550a98b38a30aecc7d9776858cf229ad05b12cb9f7675f0a89330a077d16e28388cfe394fdd9d0828ffe860c8568c95c2
|
|
9585
9597
|
languageName: node
|
|
9586
9598
|
linkType: hard
|
|
9587
9599
|
|
|
@@ -10145,14 +10157,14 @@ __metadata:
|
|
|
10145
10157
|
linkType: hard
|
|
10146
10158
|
|
|
10147
10159
|
"eslint-module-utils@npm:^2.6.0":
|
|
10148
|
-
version: 2.
|
|
10149
|
-
resolution: "eslint-module-utils@npm:2.
|
|
10160
|
+
version: 2.12.0
|
|
10161
|
+
resolution: "eslint-module-utils@npm:2.12.0"
|
|
10150
10162
|
dependencies:
|
|
10151
10163
|
debug: "npm:^3.2.7"
|
|
10152
10164
|
peerDependenciesMeta:
|
|
10153
10165
|
eslint:
|
|
10154
10166
|
optional: true
|
|
10155
|
-
checksum: 10c0/
|
|
10167
|
+
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
|
|
10156
10168
|
languageName: node
|
|
10157
10169
|
linkType: hard
|
|
10158
10170
|
|
|
@@ -10700,9 +10712,9 @@ __metadata:
|
|
|
10700
10712
|
linkType: hard
|
|
10701
10713
|
|
|
10702
10714
|
"fast-uri@npm:^3.0.1":
|
|
10703
|
-
version: 3.0.
|
|
10704
|
-
resolution: "fast-uri@npm:3.0.
|
|
10705
|
-
checksum: 10c0/
|
|
10715
|
+
version: 3.0.2
|
|
10716
|
+
resolution: "fast-uri@npm:3.0.2"
|
|
10717
|
+
checksum: 10c0/8cdd3da7b4022a037d348d587d55caff74b7e4f862bbdd2cc35c1e6e3f97d0aedb567894d44c57ee8798d3192cceb97dcf41dbdabfa07dd2842a0474a6c6eeef
|
|
10706
10718
|
languageName: node
|
|
10707
10719
|
linkType: hard
|
|
10708
10720
|
|
|
@@ -13453,9 +13465,9 @@ __metadata:
|
|
|
13453
13465
|
linkType: hard
|
|
13454
13466
|
|
|
13455
13467
|
"libphonenumber-js@npm:^1.9.11":
|
|
13456
|
-
version: 1.11.
|
|
13457
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13458
|
-
checksum: 10c0/
|
|
13468
|
+
version: 1.11.9
|
|
13469
|
+
resolution: "libphonenumber-js@npm:1.11.9"
|
|
13470
|
+
checksum: 10c0/7aeed9c37ca32e4c0b2ffea0d945964b5ecf09e1c2419e1fa47638654c9098670877bee4deff0b7a1a77546e2580e0c0255dba5b459e19da78b9e8f7af21aea0
|
|
13459
13471
|
languageName: node
|
|
13460
13472
|
linkType: hard
|
|
13461
13473
|
|
|
@@ -13754,10 +13766,10 @@ __metadata:
|
|
|
13754
13766
|
languageName: node
|
|
13755
13767
|
linkType: hard
|
|
13756
13768
|
|
|
13757
|
-
"luxon@npm:
|
|
13758
|
-
version:
|
|
13759
|
-
resolution: "luxon@npm:
|
|
13760
|
-
checksum: 10c0/
|
|
13769
|
+
"luxon@npm:3.5.0":
|
|
13770
|
+
version: 3.5.0
|
|
13771
|
+
resolution: "luxon@npm:3.5.0"
|
|
13772
|
+
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
|
|
13761
13773
|
languageName: node
|
|
13762
13774
|
linkType: hard
|
|
13763
13775
|
|
|
@@ -15197,9 +15209,9 @@ __metadata:
|
|
|
15197
15209
|
linkType: hard
|
|
15198
15210
|
|
|
15199
15211
|
"package-json-from-dist@npm:^1.0.0":
|
|
15200
|
-
version: 1.0.
|
|
15201
|
-
resolution: "package-json-from-dist@npm:1.0.
|
|
15202
|
-
checksum: 10c0/
|
|
15212
|
+
version: 1.0.1
|
|
15213
|
+
resolution: "package-json-from-dist@npm:1.0.1"
|
|
15214
|
+
checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
|
|
15203
15215
|
languageName: node
|
|
15204
15216
|
linkType: hard
|
|
15205
15217
|
|
|
@@ -16058,12 +16070,13 @@ __metadata:
|
|
|
16058
16070
|
linkType: hard
|
|
16059
16071
|
|
|
16060
16072
|
"prosemirror-markdown@npm:^1.10.1":
|
|
16061
|
-
version: 1.13.
|
|
16062
|
-
resolution: "prosemirror-markdown@npm:1.13.
|
|
16073
|
+
version: 1.13.1
|
|
16074
|
+
resolution: "prosemirror-markdown@npm:1.13.1"
|
|
16063
16075
|
dependencies:
|
|
16076
|
+
"@types/markdown-it": "npm:^14.0.0"
|
|
16064
16077
|
markdown-it: "npm:^14.0.0"
|
|
16065
16078
|
prosemirror-model: "npm:^1.20.0"
|
|
16066
|
-
checksum: 10c0/
|
|
16079
|
+
checksum: 10c0/518cad5d4e7b1c1b2abf43995c837392b76b9f7757e814de42885a20d427dfaa2308be6fea39828ae65225a768976cb914825f78138850a282b06ba571aaea3d
|
|
16067
16080
|
languageName: node
|
|
16068
16081
|
linkType: hard
|
|
16069
16082
|
|
|
@@ -16156,13 +16169,13 @@ __metadata:
|
|
|
16156
16169
|
linkType: hard
|
|
16157
16170
|
|
|
16158
16171
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.13.3, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0":
|
|
16159
|
-
version: 1.34.
|
|
16160
|
-
resolution: "prosemirror-view@npm:1.34.
|
|
16172
|
+
version: 1.34.3
|
|
16173
|
+
resolution: "prosemirror-view@npm:1.34.3"
|
|
16161
16174
|
dependencies:
|
|
16162
16175
|
prosemirror-model: "npm:^1.20.0"
|
|
16163
16176
|
prosemirror-state: "npm:^1.0.0"
|
|
16164
16177
|
prosemirror-transform: "npm:^1.1.0"
|
|
16165
|
-
checksum: 10c0/
|
|
16178
|
+
checksum: 10c0/f08a9eeb6988e2180ec19989bb11c11db02c37952d1ab8b3ae8c7c1ebf9ce143725855bfa8cee59e4819aab3c9045ef5721cc90e69353f8fd81b7bb3a1c4ea03
|
|
16166
16179
|
languageName: node
|
|
16167
16180
|
linkType: hard
|
|
16168
16181
|
|
|
@@ -17911,25 +17924,25 @@ __metadata:
|
|
|
17911
17924
|
linkType: hard
|
|
17912
17925
|
|
|
17913
17926
|
"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.
|
|
17927
|
+
version: 4.22.4
|
|
17928
|
+
resolution: "rollup@npm:4.22.4"
|
|
17929
|
+
dependencies:
|
|
17930
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.22.4"
|
|
17931
|
+
"@rollup/rollup-android-arm64": "npm:4.22.4"
|
|
17932
|
+
"@rollup/rollup-darwin-arm64": "npm:4.22.4"
|
|
17933
|
+
"@rollup/rollup-darwin-x64": "npm:4.22.4"
|
|
17934
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4"
|
|
17935
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4"
|
|
17936
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.4"
|
|
17937
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.22.4"
|
|
17938
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4"
|
|
17939
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4"
|
|
17940
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.4"
|
|
17941
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.22.4"
|
|
17942
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.22.4"
|
|
17943
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.4"
|
|
17944
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.4"
|
|
17945
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.22.4"
|
|
17933
17946
|
"@types/estree": "npm:1.0.5"
|
|
17934
17947
|
fsevents: "npm:~2.3.2"
|
|
17935
17948
|
dependenciesMeta:
|
|
@@ -17969,7 +17982,7 @@ __metadata:
|
|
|
17969
17982
|
optional: true
|
|
17970
17983
|
bin:
|
|
17971
17984
|
rollup: dist/bin/rollup
|
|
17972
|
-
checksum: 10c0/
|
|
17985
|
+
checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32
|
|
17973
17986
|
languageName: node
|
|
17974
17987
|
linkType: hard
|
|
17975
17988
|
|
|
@@ -19399,8 +19412,8 @@ __metadata:
|
|
|
19399
19412
|
linkType: hard
|
|
19400
19413
|
|
|
19401
19414
|
"terser@npm:^5.3.4":
|
|
19402
|
-
version: 5.
|
|
19403
|
-
resolution: "terser@npm:5.
|
|
19415
|
+
version: 5.34.0
|
|
19416
|
+
resolution: "terser@npm:5.34.0"
|
|
19404
19417
|
dependencies:
|
|
19405
19418
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
19406
19419
|
acorn: "npm:^8.8.2"
|
|
@@ -19408,7 +19421,7 @@ __metadata:
|
|
|
19408
19421
|
source-map-support: "npm:~0.5.20"
|
|
19409
19422
|
bin:
|
|
19410
19423
|
terser: bin/terser
|
|
19411
|
-
checksum: 10c0/
|
|
19424
|
+
checksum: 10c0/74e8ef4e565e5600415cd9377a90eed419b8076465d453c0c76aef4053c45371512d2de76c34d01e004cdd49ea5a749d77eeb343f7e665b2d172158ca08ba23e
|
|
19412
19425
|
languageName: node
|
|
19413
19426
|
linkType: hard
|
|
19414
19427
|
|