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