@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.
Files changed (304) hide show
  1. package/.storybook/main.cjs +12 -15
  2. package/dist/assets/iframe/selectArrow.svg.js +17 -0
  3. package/dist/auth/Login/LoginComponent.js +1 -2
  4. package/dist/calendar/Calendar.d.ts +1 -1
  5. package/dist/calendar/Calendar.d.ts.map +1 -1
  6. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  7. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +40 -35
  8. package/dist/calendar/utils/index.d.ts +2 -2
  9. package/dist/calendar/utils/index.d.ts.map +1 -1
  10. package/dist/calendar/utils/index.js +4 -20
  11. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +1 -2
  12. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  13. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +4 -4
  14. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
  15. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  16. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +26 -27
  17. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
  18. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  19. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -3
  20. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  21. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
  22. package/dist/iframe/event/event-card/IframeEventCard.d.ts +1 -1
  23. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  24. package/dist/iframe/event/event-card/IframeEventCard.js +3 -9
  25. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  26. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +0 -2
  27. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  28. package/dist/index.js +0 -1
  29. package/dist/layout/DropDown.d.ts +1 -2
  30. package/dist/layout/DropDown.d.ts.map +1 -1
  31. package/dist/layout/DropDownToggle.d.ts.map +1 -1
  32. package/dist/layout/DropDownToggle.js +0 -1
  33. package/dist/modals/confirmation/ConfirmModal.d.ts +1 -3
  34. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  35. package/dist/modals/confirmation/ConfirmModal.js +8 -172
  36. package/dist/product-set/card/ProductSetCard.d.ts +2 -6
  37. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  38. package/dist/product-set/card/ProductSetCard.js +11 -30
  39. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +2 -3
  40. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  41. package/dist/product-set/control/DateAndRecurrenceInput.js +1 -3
  42. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  43. package/dist/product-set/control/DateInput.js +2 -2
  44. package/dist/product-set/control/ProductSetControl.d.ts +3 -3
  45. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  46. package/dist/product-set/control/ProductSetControl.js +16 -4
  47. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  48. package/dist/product-set/form/ProductCategoriesControl.js +2 -48
  49. package/dist/product-set/form/ProductSetForm.d.ts +2 -6
  50. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  51. package/dist/product-set/form/ProductSetForm.js +5 -65
  52. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  53. package/dist/product-set/form/ProductZonesControl.js +2 -0
  54. package/dist/product-set/form/SelectCategoryModal.d.ts +0 -12
  55. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  56. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  57. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  58. package/dist/product-set/form/SubProductsControl.js +3 -0
  59. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  60. package/dist/product-set/form/VenueMapsControl.js +3 -0
  61. package/dist/product-set/form/index.d.ts +0 -1
  62. package/dist/product-set/form/index.d.ts.map +1 -1
  63. package/dist/product-set/utils/index.d.ts +0 -7
  64. package/dist/product-set/utils/index.d.ts.map +1 -1
  65. package/dist/product-set/utils/index.js +1 -10
  66. package/dist/provider/location-input/LocationInput.d.ts +1 -4
  67. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  68. package/dist/provider/location-input/LocationInput.js +2 -41
  69. package/dist/provider/location-input/LocationInputDescription.d.ts +1 -4
  70. package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
  71. package/dist/provider/location-input/LocationInputDescription.js +12 -27
  72. package/dist/provider/location-input/index.d.ts +0 -1
  73. package/dist/provider/location-input/index.d.ts.map +1 -1
  74. package/dist/provider/provider-form/ProviderForm.d.ts +1 -3
  75. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  76. package/dist/provider/provider-form/ProviderForm.js +3 -7
  77. package/dist/provider/venue-form/VenueForm.d.ts +1 -3
  78. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  79. package/dist/provider/venue-form/VenueForm.js +3 -7
  80. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
  81. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +8 -4
  82. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +1 -2
  83. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  84. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +13 -7
  85. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +1 -4
  86. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  87. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +3 -7
  88. package/dist/recurring-date-picker-input/utils.d.ts +0 -5
  89. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  90. package/dist/recurring-date-picker-input/utils.js +3 -72
  91. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  92. package/dist/sales/booking/results/components/ResultCard.js +7 -4
  93. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
  94. package/dist/sales/manual-booking/formatDays.js +3 -3
  95. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  96. package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
  97. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  98. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
  99. package/dist/sales/notes/NotesTableRow.js +4 -3
  100. package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
  101. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  102. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  103. package/dist/snippet/snippet-template/preview/Preview.js +0 -6
  104. package/dist/sortable-tree/SortableTreeItem.d.ts +1 -2
  105. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  106. package/dist/sortable-tree/SortableTreeItem.js +4 -10
  107. package/dist/styles/auth/AccessDenied.scss +1 -1
  108. package/dist/styles/back-button/BackButton.scss +24 -25
  109. package/dist/styles/back-button/_index.scss +1 -1
  110. package/dist/styles/company-user-form/UserForm.scss +7 -4
  111. package/dist/styles/company-user-form/_index.scss +1 -1
  112. package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
  113. package/dist/styles/custom-fields/_index.scss +1 -1
  114. package/dist/styles/customers/Filter.scss +5 -5
  115. package/dist/styles/events/EditEventModal.scss +3 -1
  116. package/dist/styles/events/EventVenueMap.scss +7 -7
  117. package/dist/styles/form/Input.scss +1 -1
  118. package/dist/styles/header/Header.scss +1 -1
  119. package/dist/styles/header/elements/CompanySelector.scss +2 -2
  120. package/dist/styles/iframe-events/Calendar.scss +1 -0
  121. package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
  122. package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
  123. package/dist/styles/iframe-events/Event.scss +4 -2
  124. package/dist/styles/iframe-events/EventForm.scss +54 -54
  125. package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
  126. package/dist/styles/iframe-events/TicketDescription.scss +1 -1
  127. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  128. package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
  129. package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
  130. package/dist/styles/notification/Notification.scss +1 -1
  131. package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
  132. package/dist/styles/product-set/CreateProductSetItem.scss +13 -15
  133. package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  134. package/dist/styles/product-set/EditCategoryModal.scss +4 -4
  135. package/dist/styles/product-set/EditProductModal.scss +3 -3
  136. package/dist/styles/product-set/EditStepModal.scss +4 -4
  137. package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
  138. package/dist/styles/product-set/ProductSetForm.scss +2 -25
  139. package/dist/styles/product-set/TutorialGifCard.scss +1 -1
  140. package/dist/styles/product-set/_index.scss +2 -2
  141. package/dist/styles/report/ReportCard.scss +0 -1
  142. package/dist/styles/report/_index.scss +1 -1
  143. package/dist/styles/resources-blocking/_index.scss +0 -4
  144. package/dist/styles/sales/BookingFilter.scss +2 -2
  145. package/dist/styles/sales/BookingResults.scss +1 -1
  146. package/dist/styles/sales/BookingTabs.scss +5 -7
  147. package/dist/styles/sales/Filters.scss +4 -5
  148. package/dist/styles/sales/GuestProfile.scss +175 -170
  149. package/dist/styles/sales/LifeTimeSales.scss +1 -1
  150. package/dist/styles/sales/ManualBooking.scss +2 -4
  151. package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
  152. package/dist/styles/sortable-field/SortableField.scss +16 -16
  153. package/dist/styles/sortable-field/_index.scss +1 -1
  154. package/dist/styles/sortable-tree/Item.scss +4 -4
  155. package/dist/styles/table/Table.scss +1 -1
  156. package/dist/styles/themes/bookedit/_variables.scss +32 -10
  157. package/dist/styles/themes/licklist/_variables.scss +1 -1
  158. package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
  159. package/dist/styles/tiptap-editor/_index.scss +1 -1
  160. package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  161. package/dist/styles/virtualized/_index.scss +1 -1
  162. package/dist/styles/zones/ZoneForm.scss +0 -1
  163. package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
  164. package/dist/typeahead/Typeahead.d.ts +1 -5
  165. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  166. package/dist/typeahead/Typeahead.js +2 -9
  167. package/dist/zone/form/ZoneForm.d.ts +2 -3
  168. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  169. package/dist/zone/form/ZoneForm.js +2 -4
  170. package/dist/zone/form/components/ZoneControl.d.ts +2 -3
  171. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  172. package/dist/zone/form/components/ZoneControl.js +2 -5
  173. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +4 -5
  174. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  175. package/dist/zone/form/components/ZoneRecurrencesControl.js +2 -5
  176. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  177. package/package.json +10 -10
  178. package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
  179. package/src/auth/Login/LoginComponent.tsx +1 -1
  180. package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
  181. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +28 -31
  182. package/src/calendar/utils/index.ts +4 -26
  183. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +2 -3
  184. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +37 -35
  185. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -3
  186. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
  187. package/src/header/elements/Elements.stories.tsx +1 -1
  188. package/src/help/popover/Popover.stories.tsx +1 -1
  189. package/src/iframe/event/event-card/IframeEventCard.tsx +2 -16
  190. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
  191. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -1
  192. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
  193. package/src/layout/DropDown.tsx +1 -2
  194. package/src/layout/DropDownToggle.tsx +0 -2
  195. package/src/modals/confirmation/ConfirmModal.tsx +3 -19
  196. package/src/product-set/card/ProductSetCard.stories.tsx +1 -3
  197. package/src/product-set/card/ProductSetCard.tsx +8 -47
  198. package/src/product-set/control/DateAndRecurrenceInput.tsx +4 -6
  199. package/src/product-set/control/DateInput.tsx +1 -2
  200. package/src/product-set/control/ProductSetControl.tsx +15 -4
  201. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
  202. package/src/product-set/form/ProductCategoriesControl.tsx +1 -37
  203. package/src/product-set/form/ProductSetForm.tsx +3 -25
  204. package/src/product-set/form/ProductZonesControl.tsx +7 -4
  205. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
  206. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  207. package/src/product-set/form/SubProductsControl.tsx +3 -0
  208. package/src/product-set/form/VenueMapsControl.tsx +3 -0
  209. package/src/product-set/form/index.ts +0 -1
  210. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
  211. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
  212. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
  213. package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
  214. package/src/product-set/utils/index.ts +0 -11
  215. package/src/provider/location-input/LocationInput.tsx +1 -36
  216. package/src/provider/location-input/LocationInputDescription.tsx +11 -23
  217. package/src/provider/location-input/index.ts +0 -1
  218. package/src/provider/provider-form/ProviderForm.tsx +2 -7
  219. package/src/provider/venue-form/VenueForm.tsx +2 -5
  220. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +18 -4
  221. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +22 -8
  222. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +4 -11
  223. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +3 -17
  224. package/src/recurring-date-picker-input/utils.ts +1 -86
  225. package/src/sales/booking/results/components/ResultCard.tsx +10 -4
  226. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
  227. package/src/sales/manual-booking/formatDays.ts +3 -3
  228. package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
  229. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
  230. package/src/sales/notes/NotesTableRow.tsx +3 -3
  231. package/src/setting/admin/AdminSetting.stories.tsx +0 -1
  232. package/src/setting/admin/AdminSettingForm.tsx +2 -2
  233. package/src/setting/system/SystemSetting.stories.tsx +1 -1
  234. package/src/snippet/snippet-template/preview/Preview.tsx +0 -6
  235. package/src/sortable-tree/SortableTreeItem.tsx +0 -6
  236. package/src/styles/auth/AccessDenied.scss +1 -1
  237. package/src/styles/back-button/BackButton.scss +24 -25
  238. package/src/styles/back-button/_index.scss +1 -1
  239. package/src/styles/company-user-form/UserForm.scss +7 -4
  240. package/src/styles/company-user-form/_index.scss +1 -1
  241. package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
  242. package/src/styles/custom-fields/_index.scss +1 -1
  243. package/src/styles/customers/Filter.scss +5 -5
  244. package/src/styles/events/EditEventModal.scss +3 -1
  245. package/src/styles/events/EventVenueMap.scss +7 -7
  246. package/src/styles/form/Input.scss +1 -1
  247. package/src/styles/header/Header.scss +1 -1
  248. package/src/styles/header/elements/CompanySelector.scss +2 -2
  249. package/src/styles/iframe-events/Calendar.scss +1 -0
  250. package/src/styles/iframe-events/CalendarSelect.scss +1 -1
  251. package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
  252. package/src/styles/iframe-events/Event.scss +4 -2
  253. package/src/styles/iframe-events/EventForm.scss +54 -54
  254. package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
  255. package/src/styles/iframe-events/TicketDescription.scss +1 -1
  256. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  257. package/src/styles/iframe-payments/PaymentForm.scss +1 -1
  258. package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
  259. package/src/styles/notification/Notification.scss +1 -1
  260. package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
  261. package/src/styles/product-set/CreateProductSetItem.scss +13 -15
  262. package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  263. package/src/styles/product-set/EditCategoryModal.scss +4 -4
  264. package/src/styles/product-set/EditProductModal.scss +3 -3
  265. package/src/styles/product-set/EditStepModal.scss +4 -4
  266. package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
  267. package/src/styles/product-set/ProductSetForm.scss +2 -25
  268. package/src/styles/product-set/TutorialGifCard.scss +1 -1
  269. package/src/styles/product-set/_index.scss +2 -2
  270. package/src/styles/report/ReportCard.scss +0 -1
  271. package/src/styles/report/_index.scss +1 -1
  272. package/src/styles/resources-blocking/_index.scss +0 -4
  273. package/src/styles/sales/BookingFilter.scss +2 -2
  274. package/src/styles/sales/BookingResults.scss +1 -1
  275. package/src/styles/sales/BookingTabs.scss +5 -7
  276. package/src/styles/sales/Filters.scss +4 -5
  277. package/src/styles/sales/GuestProfile.scss +175 -170
  278. package/src/styles/sales/LifeTimeSales.scss +1 -1
  279. package/src/styles/sales/ManualBooking.scss +2 -4
  280. package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
  281. package/src/styles/sortable-field/SortableField.scss +16 -16
  282. package/src/styles/sortable-field/_index.scss +1 -1
  283. package/src/styles/sortable-tree/Item.scss +4 -4
  284. package/src/styles/table/Table.scss +1 -1
  285. package/src/styles/themes/bookedit/_variables.scss +32 -10
  286. package/src/styles/themes/licklist/_variables.scss +1 -1
  287. package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
  288. package/src/styles/tiptap-editor/_index.scss +1 -1
  289. package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  290. package/src/styles/virtualized/_index.scss +1 -1
  291. package/src/styles/zones/ZoneForm.scss +0 -1
  292. package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
  293. package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -6
  294. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -5
  295. package/src/typeahead/Typeahead.tsx +1 -15
  296. package/src/zone/form/ZoneForm.tsx +2 -9
  297. package/src/zone/form/components/ZoneControl.tsx +3 -8
  298. package/src/zone/form/components/ZoneRecurrencesControl.tsx +5 -10
  299. package/src/zone/form/utils/dates.ts +10 -9
  300. package/yarn.lock +196 -202
  301. package/dist/product-set/form/ProductSetNameControl.d.ts +0 -6
  302. package/dist/product-set/form/ProductSetNameControl.d.ts.map +0 -1
  303. package/dist/product-set/form/ProductSetNameControl.js +0 -35
  304. 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.1-dev.2":
2565
- version: 0.29.1-dev.2
2566
- resolution: "@licklist/core@npm:0.29.1-dev.2"
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:3.5.0"
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: 3.5.0
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/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
2598
+ checksum: 10c0/bf197dd2f2c63f720fd7d8329c1dc02be894d356b749e0e05522bb4b9cb6ff76eeebb37c95ccea395e2f7d34b36f3eab14ecaba9d5c4c005abe1057901f0bedb
2587
2599
  languageName: node
2588
2600
  linkType: hard
2589
2601
 
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"
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:3.5.0"
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: 3.5.0
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/8a31309e88f15d193557a93c875d1fceeedde7be0e6a870b3a4d80a25dca7a445b23e1dd7878ca6ffd5b65cc71aa8a53127131e719bd4f37178833c83fc3b22e
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
- "@licklist/core": "npm:0.29.1-dev.3"
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-dev.3"
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:3.4.2"
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:3.5.0"
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-dev.3
2764
+ "@licklist/core": 0.29.1
2752
2765
  "@licklist/eslint-config": 0.5.5
2753
- "@licklist/plugins": 0.32.0-dev.3
2766
+ "@licklist/plugins": 0.32.0
2754
2767
  lodash: 4.17.21
2755
- luxon: 3.5.0
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-dev.3":
2785
- version: 0.32.0-dev.3
2786
- resolution: "@licklist/plugins@npm:0.32.0-dev.3"
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.1-dev.2"
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:3.5.0"
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.1-dev.2
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: 3.5.0
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/a713a713d8f6d481245243a938f74874eb2ee531890807e1d5a1781a6150ddfac1c9558bc056bc809bbdb64f312129dec93dfac527a89037f6bf69eb6770fd4a
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.5":
3230
- version: 4.22.5
3231
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.5"
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.5":
3237
- version: 4.22.5
3238
- resolution: "@rollup/rollup-android-arm64@npm:4.22.5"
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.5":
3244
- version: 4.22.5
3245
- resolution: "@rollup/rollup-darwin-arm64@npm:4.22.5"
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.5":
3251
- version: 4.22.5
3252
- resolution: "@rollup/rollup-darwin-x64@npm:4.22.5"
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.5":
3258
- version: 4.22.5
3259
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5"
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.5":
3265
- version: 4.22.5
3266
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.5"
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.5":
3272
- version: 4.22.5
3273
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.5"
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.5":
3279
- version: 4.22.5
3280
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.5"
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.5":
3286
- version: 4.22.5
3287
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5"
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.5":
3293
- version: 4.22.5
3294
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.5"
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.5":
3300
- version: 4.22.5
3301
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.5"
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.5":
3307
- version: 4.22.5
3308
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.5"
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.5":
3314
- version: 4.22.5
3315
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.5"
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.5":
3321
- version: 4.22.5
3322
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.5"
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.5":
3328
- version: 4.22.5
3329
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.5"
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.5":
3335
- version: 4.22.5
3336
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.5"
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.4
5081
- resolution: "@tiptap/extension-bubble-menu@npm:2.7.4"
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/210578d8e8be63b0e2eaeeba47310a427f673d8d5b40fbca34b23536e3fb88c7e2da38af502e468e4f0eb89390263793305114873457486c38101947ed0c0e04
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.4
5111
- resolution: "@tiptap/extension-floating-menu@npm:2.7.4"
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/2fc36071b16830a2e2423d151b73333eb4146d907151d6c55baa1551ad3351a680437fe0cf42ec4543a25fc6c24445dfe2c189463db04ef4fbed97935627120d
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.4
5353
- resolution: "@types/color-convert@npm:2.0.4"
5365
+ version: 2.0.3
5366
+ resolution: "@types/color-convert@npm:2.0.3"
5354
5367
  dependencies:
5355
- "@types/color-name": "npm:^1.1.0"
5356
- checksum: 10c0/fdd2cea0ccf593055c8d952760286a4c114ed72a9940798d13f159823bf71d40a6b124009865e2e066f062d6d5611b677ddb61fd0ed05f6494170454cc6457c2
5368
+ "@types/color-name": "npm:*"
5369
+ checksum: 10c0/a5870547660f426cddd76b54e942703e29c3b43fc26b1ba567e10b9707d144b7d8863e0af7affd9c3391815c06582571f43835c71ede270a6c58949155d18b77
5357
5370
  languageName: node
5358
5371
  linkType: hard
5359
5372
 
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
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:1.0.6, @types/estree@npm:^1.0.0":
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:3.4.2":
5520
- version: 3.4.2
5521
- resolution: "@types/luxon@npm:3.4.2"
5522
- checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
5523
- languageName: node
5524
- linkType: hard
5525
-
5526
- "@types/markdown-it@npm:^14.0.0":
5527
- version: 14.1.2
5528
- resolution: "@types/markdown-it@npm:14.1.2"
5529
- dependencies:
5530
- "@types/linkify-it": "npm:^5"
5531
- "@types/mdurl": "npm:^2"
5532
- checksum: 10c0/34f709f0476bd4e7b2ba7c3341072a6d532f1f4cb6f70aef371e403af8a08a7c372ba6907ac426bc618d356dab660c5b872791ff6c1ead80c483e0d639c6f127
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.4
5598
- resolution: "@types/node@npm:22.7.4"
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/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01
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.10
5870
- resolution: "@types/react@npm:18.3.10"
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/f5be1de1b0331c1fdb33d577f4cf7f1b949d4bded5347b2351a537f03c51dade5be115e21b161dcf1b37061954d320f6a0bdf8d7b70e24eda51071fdd614383d
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.83
5891
- resolution: "@types/react@npm:17.0.83"
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/c8f76790190a9df42099f5f78d08dd4095f2da3bd97ff7cce0001d5a97ff3ffb31f703575acf2c457606e0d0b229ca8d1ba0ff459b77a4e44c5ea5154fe3fb4b
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.10":
6158
- version: 3.5.10
6159
- resolution: "@vue/compiler-core@npm:3.5.10"
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.10"
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/fb84f4cca8d9890289ac2e880edab8bd07231b0255cbc5578d99a6c07c299ae80a328eb0be1f1ab1d211d80d7d5fe156e573c81b3b30956257eb78f1ac7ecf8c
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.10
6172
- resolution: "@vue/compiler-dom@npm:3.5.10"
6167
+ version: 3.5.8
6168
+ resolution: "@vue/compiler-dom@npm:3.5.8"
6173
6169
  dependencies:
6174
- "@vue/compiler-core": "npm:3.5.10"
6175
- "@vue/shared": "npm:3.5.10"
6176
- checksum: 10c0/30c9a0ee414b5d77d8479a17f7cf2e613a351e322edf039ffa827bb93d97750a1002089747f85cf93a9155748df898287417f52473cab17caf6507716cff570e
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.10, @vue/shared@npm:^3.4.0":
6212
- version: 3.5.10
6213
- resolution: "@vue/shared@npm:3.5.10"
6214
- checksum: 10c0/cb3d06b6ba2026b6baa57a1f60110546cb1530e81d970fc770901c6a61adfe8a705d43cafb317f3b9b7c8f8f152b640a1a7a56e964bee7777c646c69b15e1e3f
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.1
7638
- resolution: "browserify-rsa@npm:4.1.1"
7633
+ version: 4.1.0
7634
+ resolution: "browserify-rsa@npm:4.1.0"
7639
7635
  dependencies:
7640
- bn.js: "npm:^5.2.1"
7641
- randombytes: "npm:^2.1.0"
7642
- safe-buffer: "npm:^5.2.1"
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.30001664
7934
- resolution: "caniuse-lite@npm:1.0.30001664"
7935
- checksum: 10c0/db2b431aba41a585191ab1e4d40da0ad349ff32400edac2a167bf6bf92dbf9c704eab03dc60fb89e882ce02478d61c3036b2b1bdce8edf9b2aabda5608bae05e
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.29
9588
- resolution: "electron-to-chromium@npm:1.5.29"
9589
- checksum: 10c0/ae4849f1fe8d756d30c6f5f992803d8550a98b38a30aecc7d9776858cf229ad05b12cb9f7675f0a89330a077d16e28388cfe394fdd9d0828ffe860c8568c95c2
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.0":
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.12.0
10154
- resolution: "eslint-module-utils@npm:2.12.0"
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/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
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.2
10709
- resolution: "fast-uri@npm:3.0.2"
10710
- checksum: 10c0/8cdd3da7b4022a037d348d587d55caff74b7e4f862bbdd2cc35c1e6e3f97d0aedb567894d44c57ee8798d3192cceb97dcf41dbdabfa07dd2842a0474a6c6eeef
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:3.5.0":
13763
- version: 3.5.0
13764
- resolution: "luxon@npm:3.5.0"
13765
- checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
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.1
15206
- resolution: "package-json-from-dist@npm:1.0.1"
15207
- checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
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.1
16067
- resolution: "prosemirror-markdown@npm:1.13.1"
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/518cad5d4e7b1c1b2abf43995c837392b76b9f7757e814de42885a20d427dfaa2308be6fea39828ae65225a768976cb914825f78138850a282b06ba571aaea3d
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.5
17921
- resolution: "rollup@npm:4.22.5"
17922
- dependencies:
17923
- "@rollup/rollup-android-arm-eabi": "npm:4.22.5"
17924
- "@rollup/rollup-android-arm64": "npm:4.22.5"
17925
- "@rollup/rollup-darwin-arm64": "npm:4.22.5"
17926
- "@rollup/rollup-darwin-x64": "npm:4.22.5"
17927
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.5"
17928
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.5"
17929
- "@rollup/rollup-linux-arm64-gnu": "npm:4.22.5"
17930
- "@rollup/rollup-linux-arm64-musl": "npm:4.22.5"
17931
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.5"
17932
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.5"
17933
- "@rollup/rollup-linux-s390x-gnu": "npm:4.22.5"
17934
- "@rollup/rollup-linux-x64-gnu": "npm:4.22.5"
17935
- "@rollup/rollup-linux-x64-musl": "npm:4.22.5"
17936
- "@rollup/rollup-win32-arm64-msvc": "npm:4.22.5"
17937
- "@rollup/rollup-win32-ia32-msvc": "npm:4.22.5"
17938
- "@rollup/rollup-win32-x64-msvc": "npm:4.22.5"
17939
- "@types/estree": "npm:1.0.6"
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/9b9432206ecc2f68edca965f8cf119eccd5346c86c392f733a8062b7c6a309b70c35e8448024146bd0e3444d8b3797758c8e29248b273d1433de94a4ea265246
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.34.1
19409
- resolution: "terser@npm:5.34.1"
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/51c7d704c5c4ae88bf937124112c9972aed4e1fd29d805cc2d86e0f54cd631ecd4e69db5bb3c1e3b450c741c86e2313328bea0fde925329e8a31a07a7941723c
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.1
20179
- resolution: "update-browserslist-db@npm:1.1.1"
20172
+ version: 1.1.0
20173
+ resolution: "update-browserslist-db@npm:1.1.0"
20180
20174
  dependencies:
20181
- escalade: "npm:^3.2.0"
20182
- picocolors: "npm:^1.1.0"
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/536a2979adda2b4be81b07e311bd2f3ad5e978690987956bc5f514130ad50cac87cd22c710b686d79731e00fbee8ef43efe5fcd72baa241045209195d43dcc80
20181
+ checksum: 10c0/a7452de47785842736fb71547651c5bbe5b4dc1e3722ccf48a704b7b34e4dcf633991eaa8e4a6a517ffb738b3252eede3773bef673ef9021baa26b056d63a5b9
20188
20182
  languageName: node
20189
20183
  linkType: hard
20190
20184