@licklist/design 0.72.71 → 0.72.72-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +2 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/date-time-button/DateTimeButton.js +1 -4
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +2 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +3 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +2 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +2 -1
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -0
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
- package/dist/header/BookeditHeader.d.ts +1 -4
- package/dist/header/BookeditHeader.d.ts.map +1 -1
- package/dist/header/Header.d.ts +10 -2
- package/dist/header/Header.d.ts.map +1 -1
- package/dist/header/Header.js +31 -5
- package/dist/header/index.d.ts +2 -2
- package/dist/header/index.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +2 -3
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +4 -11
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +4 -5
- package/dist/index.js +0 -1
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/control/ProductSetControl.js +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +4 -1
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/ProductsControl.js +1 -0
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/product-set/utils/index.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +3 -0
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +3 -0
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +21 -0
- package/dist/sales/coupon/form/CouponFrom.d.ts +2 -1
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +19 -6
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +16 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +2 -3
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +13 -7
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Authorizer.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/date-time-button/DateTimeButton.tsx +1 -3
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +12 -4
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +3 -1
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +2 -1
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
- package/src/header/BookeditHeader.tsx +1 -5
- package/src/header/Header.stories.tsx +39 -90
- package/src/header/Header.tsx +47 -9
- package/src/header/index.ts +2 -2
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +2 -2
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +5 -13
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +1 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/ryft/utils/ryft-form.ts +6 -5
- package/src/layout/DropDown.tsx +1 -1
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/control/ProductSetControl.tsx +1 -1
- package/src/product-set/form/ProductSetForm.tsx +6 -2
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/product/ProductControl.tsx +0 -1
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
- package/src/sales/coupon/form/CouponFrom.tsx +20 -8
- package/src/setting/admin/PaymentFeeForm.tsx +5 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/sortable-tree/SortableTreeItem.tsx +1 -6
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +2 -3
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +273 -283
- package/dist/assets/logo/licklist.sm.svg.js +0 -33
- package/dist/assets/logo/licklist.svg.js +0 -16
- package/dist/header/LicklistHeader.d.ts +0 -15
- package/dist/header/LicklistHeader.d.ts.map +0 -1
- package/dist/header/LicklistHeader.js +0 -23
- package/src/header/LicklistHeader.tsx +0 -46
package/yarn.lock
CHANGED
|
@@ -51,7 +51,7 @@ __metadata:
|
|
|
51
51
|
languageName: node
|
|
52
52
|
linkType: hard
|
|
53
53
|
|
|
54
|
-
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.
|
|
54
|
+
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.8":
|
|
55
55
|
version: 7.26.8
|
|
56
56
|
resolution: "@babel/compat-data@npm:7.26.8"
|
|
57
57
|
checksum: 10c0/66408a0388c3457fff1c2f6c3a061278dd7b3d2f0455ea29bb7b187fa52c60ae8b4054b3c0a184e21e45f0eaac63cf390737bc7504d1f4a088a6e7f652c068ca
|
|
@@ -105,16 +105,16 @@ __metadata:
|
|
|
105
105
|
languageName: node
|
|
106
106
|
linkType: hard
|
|
107
107
|
|
|
108
|
-
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.10":
|
|
109
|
-
version: 7.
|
|
110
|
-
resolution: "@babel/generator@npm:7.
|
|
108
|
+
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.10, @babel/generator@npm:^7.27.0":
|
|
109
|
+
version: 7.27.0
|
|
110
|
+
resolution: "@babel/generator@npm:7.27.0"
|
|
111
111
|
dependencies:
|
|
112
|
-
"@babel/parser": "npm:^7.
|
|
113
|
-
"@babel/types": "npm:^7.
|
|
112
|
+
"@babel/parser": "npm:^7.27.0"
|
|
113
|
+
"@babel/types": "npm:^7.27.0"
|
|
114
114
|
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
|
115
115
|
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
|
116
116
|
jsesc: "npm:^3.0.2"
|
|
117
|
-
checksum: 10c0/
|
|
117
|
+
checksum: 10c0/7cb10693d2b365c278f109a745dc08856cae139d262748b77b70ce1d97da84627f79648cab6940d847392c0e5d180441669ed958b3aee98d9c7d274b37c553bd
|
|
118
118
|
languageName: node
|
|
119
119
|
linkType: hard
|
|
120
120
|
|
|
@@ -128,45 +128,45 @@ __metadata:
|
|
|
128
128
|
linkType: hard
|
|
129
129
|
|
|
130
130
|
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.26.5":
|
|
131
|
-
version: 7.
|
|
132
|
-
resolution: "@babel/helper-compilation-targets@npm:7.
|
|
131
|
+
version: 7.27.0
|
|
132
|
+
resolution: "@babel/helper-compilation-targets@npm:7.27.0"
|
|
133
133
|
dependencies:
|
|
134
|
-
"@babel/compat-data": "npm:^7.26.
|
|
134
|
+
"@babel/compat-data": "npm:^7.26.8"
|
|
135
135
|
"@babel/helper-validator-option": "npm:^7.25.9"
|
|
136
136
|
browserslist: "npm:^4.24.0"
|
|
137
137
|
lru-cache: "npm:^5.1.1"
|
|
138
138
|
semver: "npm:^6.3.1"
|
|
139
|
-
checksum: 10c0/
|
|
139
|
+
checksum: 10c0/375c9f80e6540118f41bd53dd54d670b8bf91235d631bdead44c8b313b26e9cd89aed5c6df770ad13a87a464497b5346bb72b9462ba690473da422f5402618b6
|
|
140
140
|
languageName: node
|
|
141
141
|
linkType: hard
|
|
142
142
|
|
|
143
|
-
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.9":
|
|
144
|
-
version: 7.
|
|
145
|
-
resolution: "@babel/helper-create-class-features-plugin@npm:7.
|
|
143
|
+
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.9, @babel/helper-create-class-features-plugin@npm:^7.27.0":
|
|
144
|
+
version: 7.27.0
|
|
145
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.27.0"
|
|
146
146
|
dependencies:
|
|
147
147
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
148
148
|
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
|
|
149
149
|
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
|
|
150
150
|
"@babel/helper-replace-supers": "npm:^7.26.5"
|
|
151
151
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
|
|
152
|
-
"@babel/traverse": "npm:^7.
|
|
152
|
+
"@babel/traverse": "npm:^7.27.0"
|
|
153
153
|
semver: "npm:^6.3.1"
|
|
154
154
|
peerDependencies:
|
|
155
155
|
"@babel/core": ^7.0.0
|
|
156
|
-
checksum: 10c0/
|
|
156
|
+
checksum: 10c0/c4945903136d934050e070f69a4d72ec425f1f70634e0ddf14ad36695f935125a6df559f8d5b94cc1ed49abd4ce9c5be8ef3ba033fa8d09c5dd78d1a9b97d8cc
|
|
157
157
|
languageName: node
|
|
158
158
|
linkType: hard
|
|
159
159
|
|
|
160
160
|
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.9":
|
|
161
|
-
version: 7.
|
|
162
|
-
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.
|
|
161
|
+
version: 7.27.0
|
|
162
|
+
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.27.0"
|
|
163
163
|
dependencies:
|
|
164
164
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
165
165
|
regexpu-core: "npm:^6.2.0"
|
|
166
166
|
semver: "npm:^6.3.1"
|
|
167
167
|
peerDependencies:
|
|
168
168
|
"@babel/core": ^7.0.0
|
|
169
|
-
checksum: 10c0/
|
|
169
|
+
checksum: 10c0/62513522a43521d8a29285a47127694ec28d66d793cd156cf875cdee6a9b3a9a1626c43c1eb75ce18fa2bf5dc3140f0a8081a34feb24272ecf66084f3cc3b00a
|
|
170
170
|
languageName: node
|
|
171
171
|
linkType: hard
|
|
172
172
|
|
|
@@ -188,9 +188,9 @@ __metadata:
|
|
|
188
188
|
languageName: node
|
|
189
189
|
linkType: hard
|
|
190
190
|
|
|
191
|
-
"@babel/helper-define-polyfill-provider@npm:^0.6.3":
|
|
192
|
-
version: 0.6.
|
|
193
|
-
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.
|
|
191
|
+
"@babel/helper-define-polyfill-provider@npm:^0.6.3, @babel/helper-define-polyfill-provider@npm:^0.6.4":
|
|
192
|
+
version: 0.6.4
|
|
193
|
+
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.4"
|
|
194
194
|
dependencies:
|
|
195
195
|
"@babel/helper-compilation-targets": "npm:^7.22.6"
|
|
196
196
|
"@babel/helper-plugin-utils": "npm:^7.22.5"
|
|
@@ -199,7 +199,7 @@ __metadata:
|
|
|
199
199
|
resolve: "npm:^1.14.2"
|
|
200
200
|
peerDependencies:
|
|
201
201
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
202
|
-
checksum: 10c0/
|
|
202
|
+
checksum: 10c0/b74f2b46e233a178618d19432bdae16e0137d0a603497ee901155e083c4a61f26fe01d79fb95d5f4c22131ade9d958d8f587088d412cca1302633587f070919d
|
|
203
203
|
languageName: node
|
|
204
204
|
linkType: hard
|
|
205
205
|
|
|
@@ -328,12 +328,12 @@ __metadata:
|
|
|
328
328
|
linkType: hard
|
|
329
329
|
|
|
330
330
|
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.26.10":
|
|
331
|
-
version: 7.
|
|
332
|
-
resolution: "@babel/helpers@npm:7.
|
|
331
|
+
version: 7.27.0
|
|
332
|
+
resolution: "@babel/helpers@npm:7.27.0"
|
|
333
333
|
dependencies:
|
|
334
|
-
"@babel/template": "npm:^7.
|
|
335
|
-
"@babel/types": "npm:^7.
|
|
336
|
-
checksum: 10c0/
|
|
334
|
+
"@babel/template": "npm:^7.27.0"
|
|
335
|
+
"@babel/types": "npm:^7.27.0"
|
|
336
|
+
checksum: 10c0/a3c64fd2d8b164c041808826cc00769d814074ea447daaacaf2e3714b66d3f4237ef6e420f61d08f463d6608f3468c2ac5124ab7c68f704e20384def5ade95f4
|
|
337
337
|
languageName: node
|
|
338
338
|
linkType: hard
|
|
339
339
|
|
|
@@ -349,14 +349,14 @@ __metadata:
|
|
|
349
349
|
languageName: node
|
|
350
350
|
linkType: hard
|
|
351
351
|
|
|
352
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.
|
|
353
|
-
version: 7.
|
|
354
|
-
resolution: "@babel/parser@npm:7.
|
|
352
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.27.0":
|
|
353
|
+
version: 7.27.0
|
|
354
|
+
resolution: "@babel/parser@npm:7.27.0"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/types": "npm:^7.
|
|
356
|
+
"@babel/types": "npm:^7.27.0"
|
|
357
357
|
bin:
|
|
358
358
|
parser: ./bin/babel-parser.js
|
|
359
|
-
checksum: 10c0/
|
|
359
|
+
checksum: 10c0/ba2ed3f41735826546a3ef2a7634a8d10351df221891906e59b29b0a0cd748f9b0e7a6f07576858a9de8e77785aad925c8389ddef146de04ea2842047c9d2859
|
|
360
360
|
languageName: node
|
|
361
361
|
linkType: hard
|
|
362
362
|
|
|
@@ -711,13 +711,13 @@ __metadata:
|
|
|
711
711
|
linkType: hard
|
|
712
712
|
|
|
713
713
|
"@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.25.9":
|
|
714
|
-
version: 7.
|
|
715
|
-
resolution: "@babel/plugin-transform-block-scoping@npm:7.
|
|
714
|
+
version: 7.27.0
|
|
715
|
+
resolution: "@babel/plugin-transform-block-scoping@npm:7.27.0"
|
|
716
716
|
dependencies:
|
|
717
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
717
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
718
718
|
peerDependencies:
|
|
719
719
|
"@babel/core": ^7.0.0-0
|
|
720
|
-
checksum: 10c0/
|
|
720
|
+
checksum: 10c0/15a604fac04151a795ff3213c73ece06bda7cd5f7c8cb7a3b29563ab243f0b3f7cba9e6facfc9d70e3e63b21af32f9d26bd10ccc58e1c425c7801186014b5ce4
|
|
721
721
|
languageName: node
|
|
722
722
|
linkType: hard
|
|
723
723
|
|
|
@@ -945,7 +945,7 @@ __metadata:
|
|
|
945
945
|
languageName: node
|
|
946
946
|
linkType: hard
|
|
947
947
|
|
|
948
|
-
"@babel/plugin-transform-modules-commonjs@npm:^7.
|
|
948
|
+
"@babel/plugin-transform-modules-commonjs@npm:^7.26.3":
|
|
949
949
|
version: 7.26.3
|
|
950
950
|
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
|
|
951
951
|
dependencies:
|
|
@@ -1206,14 +1206,14 @@ __metadata:
|
|
|
1206
1206
|
linkType: hard
|
|
1207
1207
|
|
|
1208
1208
|
"@babel/plugin-transform-regenerator@npm:^7.25.9":
|
|
1209
|
-
version: 7.
|
|
1210
|
-
resolution: "@babel/plugin-transform-regenerator@npm:7.
|
|
1209
|
+
version: 7.27.0
|
|
1210
|
+
resolution: "@babel/plugin-transform-regenerator@npm:7.27.0"
|
|
1211
1211
|
dependencies:
|
|
1212
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1212
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1213
1213
|
regenerator-transform: "npm:^0.15.2"
|
|
1214
1214
|
peerDependencies:
|
|
1215
1215
|
"@babel/core": ^7.0.0-0
|
|
1216
|
-
checksum: 10c0/
|
|
1216
|
+
checksum: 10c0/aa1c6a1592338df96034e0c3933d9c84d0ae25e9768413fda90d4896470192a11e2ab146dbcb92005c5059bbea67aea3d11936de8e4be382613efceafc9c92b5
|
|
1217
1217
|
languageName: node
|
|
1218
1218
|
linkType: hard
|
|
1219
1219
|
|
|
@@ -1286,28 +1286,28 @@ __metadata:
|
|
|
1286
1286
|
linkType: hard
|
|
1287
1287
|
|
|
1288
1288
|
"@babel/plugin-transform-typeof-symbol@npm:^7.26.7":
|
|
1289
|
-
version: 7.
|
|
1290
|
-
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.
|
|
1289
|
+
version: 7.27.0
|
|
1290
|
+
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.27.0"
|
|
1291
1291
|
dependencies:
|
|
1292
1292
|
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1293
1293
|
peerDependencies:
|
|
1294
1294
|
"@babel/core": ^7.0.0-0
|
|
1295
|
-
checksum: 10c0/
|
|
1295
|
+
checksum: 10c0/00adbd4e044166ac291978bd64173b4a0d36cbcfae3495a196816dd16ba889cc8b5becee232086241d714cd67a80c15742402504fc36f6db4f746a7dd8d2b1c4
|
|
1296
1296
|
languageName: node
|
|
1297
1297
|
linkType: hard
|
|
1298
1298
|
|
|
1299
|
-
"@babel/plugin-transform-typescript@npm:^7.
|
|
1300
|
-
version: 7.
|
|
1301
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.
|
|
1299
|
+
"@babel/plugin-transform-typescript@npm:^7.27.0":
|
|
1300
|
+
version: 7.27.0
|
|
1301
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.27.0"
|
|
1302
1302
|
dependencies:
|
|
1303
1303
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
1304
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
1304
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.27.0"
|
|
1305
1305
|
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1306
1306
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
|
|
1307
1307
|
"@babel/plugin-syntax-typescript": "npm:^7.25.9"
|
|
1308
1308
|
peerDependencies:
|
|
1309
1309
|
"@babel/core": ^7.0.0-0
|
|
1310
|
-
checksum: 10c0/
|
|
1310
|
+
checksum: 10c0/028e75dd6195495dc2d105ca8ded19d62aef90a215d597451cee57c35325960a87963913aa9a21b8ade190c638b588422292ea7e23b21565baf53c469254dbd4
|
|
1311
1311
|
languageName: node
|
|
1312
1312
|
linkType: hard
|
|
1313
1313
|
|
|
@@ -1480,17 +1480,17 @@ __metadata:
|
|
|
1480
1480
|
linkType: hard
|
|
1481
1481
|
|
|
1482
1482
|
"@babel/preset-typescript@npm:^7.12.7, @babel/preset-typescript@npm:^7.21.0":
|
|
1483
|
-
version: 7.
|
|
1484
|
-
resolution: "@babel/preset-typescript@npm:7.
|
|
1483
|
+
version: 7.27.0
|
|
1484
|
+
resolution: "@babel/preset-typescript@npm:7.27.0"
|
|
1485
1485
|
dependencies:
|
|
1486
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1486
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1487
1487
|
"@babel/helper-validator-option": "npm:^7.25.9"
|
|
1488
1488
|
"@babel/plugin-syntax-jsx": "npm:^7.25.9"
|
|
1489
|
-
"@babel/plugin-transform-modules-commonjs": "npm:^7.
|
|
1490
|
-
"@babel/plugin-transform-typescript": "npm:^7.
|
|
1489
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.26.3"
|
|
1490
|
+
"@babel/plugin-transform-typescript": "npm:^7.27.0"
|
|
1491
1491
|
peerDependencies:
|
|
1492
1492
|
"@babel/core": ^7.0.0-0
|
|
1493
|
-
checksum: 10c0/
|
|
1493
|
+
checksum: 10c0/986b20edab3c18727d911a6e1a14095c1271afc6cc625b02f42b371f06c1e041e5d7c1baf2afe8b0029b60788a06f02fd6844dedfe54183b148ab9a7429438a9
|
|
1494
1494
|
languageName: node
|
|
1495
1495
|
linkType: hard
|
|
1496
1496
|
|
|
@@ -1510,57 +1510,57 @@ __metadata:
|
|
|
1510
1510
|
linkType: hard
|
|
1511
1511
|
|
|
1512
1512
|
"@babel/runtime-corejs3@npm:^7.10.2":
|
|
1513
|
-
version: 7.
|
|
1514
|
-
resolution: "@babel/runtime-corejs3@npm:7.
|
|
1513
|
+
version: 7.27.0
|
|
1514
|
+
resolution: "@babel/runtime-corejs3@npm:7.27.0"
|
|
1515
1515
|
dependencies:
|
|
1516
1516
|
core-js-pure: "npm:^3.30.2"
|
|
1517
1517
|
regenerator-runtime: "npm:^0.14.0"
|
|
1518
|
-
checksum: 10c0/
|
|
1518
|
+
checksum: 10c0/eff7ad45e9edca218fe1c43341b1493b84f1d5682dc3e300cae8392b2f80a5601d4d4a25da2d8236df4fec669d168ff87e71672d2f306a1b4da7d46680977367
|
|
1519
1519
|
languageName: node
|
|
1520
1520
|
linkType: hard
|
|
1521
1521
|
|
|
1522
1522
|
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.13.6, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
|
|
1523
|
-
version: 7.
|
|
1524
|
-
resolution: "@babel/runtime@npm:7.
|
|
1523
|
+
version: 7.27.0
|
|
1524
|
+
resolution: "@babel/runtime@npm:7.27.0"
|
|
1525
1525
|
dependencies:
|
|
1526
1526
|
regenerator-runtime: "npm:^0.14.0"
|
|
1527
|
-
checksum: 10c0/
|
|
1527
|
+
checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663
|
|
1528
1528
|
languageName: node
|
|
1529
1529
|
linkType: hard
|
|
1530
1530
|
|
|
1531
|
-
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
|
|
1532
|
-
version: 7.
|
|
1533
|
-
resolution: "@babel/template@npm:7.
|
|
1531
|
+
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9, @babel/template@npm:^7.27.0":
|
|
1532
|
+
version: 7.27.0
|
|
1533
|
+
resolution: "@babel/template@npm:7.27.0"
|
|
1534
1534
|
dependencies:
|
|
1535
1535
|
"@babel/code-frame": "npm:^7.26.2"
|
|
1536
|
-
"@babel/parser": "npm:^7.
|
|
1537
|
-
"@babel/types": "npm:^7.
|
|
1538
|
-
checksum: 10c0/
|
|
1536
|
+
"@babel/parser": "npm:^7.27.0"
|
|
1537
|
+
"@babel/types": "npm:^7.27.0"
|
|
1538
|
+
checksum: 10c0/13af543756127edb5f62bf121f9b093c09a2b6fe108373887ccffc701465cfbcb17e07cf48aa7f440415b263f6ec006e9415c79dfc2e8e6010b069435f81f340
|
|
1539
1539
|
languageName: node
|
|
1540
1540
|
linkType: hard
|
|
1541
1541
|
|
|
1542
|
-
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.
|
|
1543
|
-
version: 7.
|
|
1544
|
-
resolution: "@babel/traverse@npm:7.
|
|
1542
|
+
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.27.0":
|
|
1543
|
+
version: 7.27.0
|
|
1544
|
+
resolution: "@babel/traverse@npm:7.27.0"
|
|
1545
1545
|
dependencies:
|
|
1546
1546
|
"@babel/code-frame": "npm:^7.26.2"
|
|
1547
|
-
"@babel/generator": "npm:^7.
|
|
1548
|
-
"@babel/parser": "npm:^7.
|
|
1549
|
-
"@babel/template": "npm:^7.
|
|
1550
|
-
"@babel/types": "npm:^7.
|
|
1547
|
+
"@babel/generator": "npm:^7.27.0"
|
|
1548
|
+
"@babel/parser": "npm:^7.27.0"
|
|
1549
|
+
"@babel/template": "npm:^7.27.0"
|
|
1550
|
+
"@babel/types": "npm:^7.27.0"
|
|
1551
1551
|
debug: "npm:^4.3.1"
|
|
1552
1552
|
globals: "npm:^11.1.0"
|
|
1553
|
-
checksum: 10c0/
|
|
1553
|
+
checksum: 10c0/c7af29781960dacaae51762e8bc6c4b13d6ab4b17312990fbca9fc38e19c4ad7fecaae24b1cf52fb844e8e6cdc76c70ad597f90e496bcb3cc0a1d66b41a0aa5b
|
|
1554
1554
|
languageName: node
|
|
1555
1555
|
linkType: hard
|
|
1556
1556
|
|
|
1557
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.
|
|
1558
|
-
version: 7.
|
|
1559
|
-
resolution: "@babel/types@npm:7.
|
|
1557
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.0, @babel/types@npm:^7.4.4":
|
|
1558
|
+
version: 7.27.0
|
|
1559
|
+
resolution: "@babel/types@npm:7.27.0"
|
|
1560
1560
|
dependencies:
|
|
1561
1561
|
"@babel/helper-string-parser": "npm:^7.25.9"
|
|
1562
1562
|
"@babel/helper-validator-identifier": "npm:^7.25.9"
|
|
1563
|
-
checksum: 10c0/
|
|
1563
|
+
checksum: 10c0/6f1592eabe243c89a608717b07b72969be9d9d2fce1dee21426238757ea1fa60fdfc09b29de9e48d8104311afc6e6fb1702565a9cc1e09bc1e76f2b2ddb0f6e1
|
|
1564
1564
|
languageName: node
|
|
1565
1565
|
linkType: hard
|
|
1566
1566
|
|
|
@@ -2453,9 +2453,9 @@ __metadata:
|
|
|
2453
2453
|
languageName: node
|
|
2454
2454
|
linkType: hard
|
|
2455
2455
|
|
|
2456
|
-
"@licklist/core@npm:0.
|
|
2457
|
-
version: 0.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.
|
|
2456
|
+
"@licklist/core@npm:0.31.2-dev.10":
|
|
2457
|
+
version: 0.31.2-dev.10
|
|
2458
|
+
resolution: "@licklist/core@npm:0.31.2-dev.10"
|
|
2459
2459
|
dependencies:
|
|
2460
2460
|
"@sentry/browser": "npm:6.2.0"
|
|
2461
2461
|
axios: "npm:0.26.0"
|
|
@@ -2477,13 +2477,13 @@ __metadata:
|
|
|
2477
2477
|
react-i18next: 11.8.8
|
|
2478
2478
|
react-intl: 6.6.8
|
|
2479
2479
|
zustand: 3.7.2
|
|
2480
|
-
checksum: 10c0/
|
|
2480
|
+
checksum: 10c0/ebd034a5275a13a637d0e7cba377a02ee087b9486c4b3061875e26574750237876e530be2fa71f7390c534544d7cc4982db739ee9a3f48ac41c8d19a5bfa4868
|
|
2481
2481
|
languageName: node
|
|
2482
2482
|
linkType: hard
|
|
2483
2483
|
|
|
2484
|
-
"@licklist/core@npm:0.
|
|
2485
|
-
version: 0.
|
|
2486
|
-
resolution: "@licklist/core@npm:0.
|
|
2484
|
+
"@licklist/core@npm:0.31.2-dev.18":
|
|
2485
|
+
version: 0.31.2-dev.18
|
|
2486
|
+
resolution: "@licklist/core@npm:0.31.2-dev.18"
|
|
2487
2487
|
dependencies:
|
|
2488
2488
|
"@sentry/browser": "npm:6.2.0"
|
|
2489
2489
|
axios: "npm:0.26.0"
|
|
@@ -2505,7 +2505,7 @@ __metadata:
|
|
|
2505
2505
|
react-i18next: 11.8.8
|
|
2506
2506
|
react-intl: 6.6.8
|
|
2507
2507
|
zustand: 3.7.2
|
|
2508
|
-
checksum: 10c0/
|
|
2508
|
+
checksum: 10c0/bfbf0e3f00cc5bf93b860340ebc189dca5f7bc4bc9bffd6e974f2b78a0b5c15d9b6211f57c6094bf1da3de411a00ae1cdca0fbb9a40631a23b45d623df6eeed2
|
|
2509
2509
|
languageName: node
|
|
2510
2510
|
linkType: hard
|
|
2511
2511
|
|
|
@@ -2520,9 +2520,9 @@ __metadata:
|
|
|
2520
2520
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2521
2521
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2522
2522
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2523
|
-
"@licklist/core": "npm:0.
|
|
2523
|
+
"@licklist/core": "npm:0.31.2-dev.18"
|
|
2524
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2525
|
-
"@licklist/plugins": "npm:0.35.
|
|
2525
|
+
"@licklist/plugins": "npm:0.35.1-dev.9"
|
|
2526
2526
|
"@mantine/core": "npm:6.0.22"
|
|
2527
2527
|
"@mantine/hooks": "npm:6.0.22"
|
|
2528
2528
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2584,7 +2584,7 @@ __metadata:
|
|
|
2584
2584
|
babel-loader: "npm:8.2.2"
|
|
2585
2585
|
bootstrap: "npm:4.6.0"
|
|
2586
2586
|
bootstrap-social: "npm:5.1.1"
|
|
2587
|
-
clsx: "npm:
|
|
2587
|
+
clsx: "npm:2.1.1"
|
|
2588
2588
|
css-loader: "npm:5.1.1"
|
|
2589
2589
|
cssnano: "npm:7.0.6"
|
|
2590
2590
|
date-fns: "npm:2.29.3"
|
|
@@ -2651,9 +2651,9 @@ __metadata:
|
|
|
2651
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2652
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2653
2653
|
peerDependencies:
|
|
2654
|
-
"@licklist/core": 0.
|
|
2654
|
+
"@licklist/core": 0.31.2-dev.18
|
|
2655
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2656
|
-
"@licklist/plugins": 0.35.
|
|
2656
|
+
"@licklist/plugins": 0.35.1-dev.9
|
|
2657
2657
|
lodash: 4.17.21
|
|
2658
2658
|
luxon: 3.5.0
|
|
2659
2659
|
react: 17.0.2
|
|
@@ -2683,11 +2683,11 @@ __metadata:
|
|
|
2683
2683
|
languageName: node
|
|
2684
2684
|
linkType: hard
|
|
2685
2685
|
|
|
2686
|
-
"@licklist/plugins@npm:0.35.
|
|
2687
|
-
version: 0.35.
|
|
2688
|
-
resolution: "@licklist/plugins@npm:0.35.
|
|
2686
|
+
"@licklist/plugins@npm:0.35.1-dev.9":
|
|
2687
|
+
version: 0.35.1-dev.9
|
|
2688
|
+
resolution: "@licklist/plugins@npm:0.35.1-dev.9"
|
|
2689
2689
|
dependencies:
|
|
2690
|
-
"@licklist/core": "npm:0.
|
|
2690
|
+
"@licklist/core": "npm:0.31.2-dev.10"
|
|
2691
2691
|
axios: "npm:0.26.0"
|
|
2692
2692
|
history: "npm:4.10.1"
|
|
2693
2693
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2707,7 +2707,7 @@ __metadata:
|
|
|
2707
2707
|
rrule: "npm:2.6.8"
|
|
2708
2708
|
use-debounce: "npm:7.0.1"
|
|
2709
2709
|
peerDependencies:
|
|
2710
|
-
"@licklist/core": 0.
|
|
2710
|
+
"@licklist/core": 0.31.2-dev.10
|
|
2711
2711
|
"@licklist/eslint-config": 0.5.6
|
|
2712
2712
|
axios: 0.26.0
|
|
2713
2713
|
lodash: 4.17.21
|
|
@@ -2719,7 +2719,7 @@ __metadata:
|
|
|
2719
2719
|
react-loader: 2.4.7
|
|
2720
2720
|
react-query: 3.34.12
|
|
2721
2721
|
react-router-dom: 5.2.0
|
|
2722
|
-
checksum: 10c0/
|
|
2722
|
+
checksum: 10c0/4f436bf15b6a5ecfdc0f34c2b4c4790c65eb3035590e299983032ab6779f3553a8f56bbed5700c5d3da9486f8fbf7a07ccd608533edfd13af5b178e067ae5518
|
|
2723
2723
|
languageName: node
|
|
2724
2724
|
linkType: hard
|
|
2725
2725
|
|
|
@@ -3303,135 +3303,142 @@ __metadata:
|
|
|
3303
3303
|
languageName: node
|
|
3304
3304
|
linkType: hard
|
|
3305
3305
|
|
|
3306
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.39.0":
|
|
3307
|
+
version: 4.39.0
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.39.0"
|
|
3309
3309
|
conditions: os=android & cpu=arm
|
|
3310
3310
|
languageName: node
|
|
3311
3311
|
linkType: hard
|
|
3312
3312
|
|
|
3313
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.39.0":
|
|
3314
|
+
version: 4.39.0
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.39.0"
|
|
3316
3316
|
conditions: os=android & cpu=arm64
|
|
3317
3317
|
languageName: node
|
|
3318
3318
|
linkType: hard
|
|
3319
3319
|
|
|
3320
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.39.0":
|
|
3321
|
+
version: 4.39.0
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.39.0"
|
|
3323
3323
|
conditions: os=darwin & cpu=arm64
|
|
3324
3324
|
languageName: node
|
|
3325
3325
|
linkType: hard
|
|
3326
3326
|
|
|
3327
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.39.0":
|
|
3328
|
+
version: 4.39.0
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.39.0"
|
|
3330
3330
|
conditions: os=darwin & cpu=x64
|
|
3331
3331
|
languageName: node
|
|
3332
3332
|
linkType: hard
|
|
3333
3333
|
|
|
3334
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3335
|
-
version: 4.
|
|
3336
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.39.0":
|
|
3335
|
+
version: 4.39.0
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.39.0"
|
|
3337
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3338
3338
|
languageName: node
|
|
3339
3339
|
linkType: hard
|
|
3340
3340
|
|
|
3341
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3342
|
-
version: 4.
|
|
3343
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.39.0":
|
|
3342
|
+
version: 4.39.0
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.39.0"
|
|
3344
3344
|
conditions: os=freebsd & cpu=x64
|
|
3345
3345
|
languageName: node
|
|
3346
3346
|
linkType: hard
|
|
3347
3347
|
|
|
3348
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3349
|
-
version: 4.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.39.0":
|
|
3349
|
+
version: 4.39.0
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.39.0"
|
|
3351
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3352
3352
|
languageName: node
|
|
3353
3353
|
linkType: hard
|
|
3354
3354
|
|
|
3355
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3356
|
-
version: 4.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.39.0":
|
|
3356
|
+
version: 4.39.0
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.39.0"
|
|
3358
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3359
3359
|
languageName: node
|
|
3360
3360
|
linkType: hard
|
|
3361
3361
|
|
|
3362
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3363
|
-
version: 4.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.39.0":
|
|
3363
|
+
version: 4.39.0
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.39.0"
|
|
3365
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3366
3366
|
languageName: node
|
|
3367
3367
|
linkType: hard
|
|
3368
3368
|
|
|
3369
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3370
|
-
version: 4.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.39.0":
|
|
3370
|
+
version: 4.39.0
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.39.0"
|
|
3372
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3373
3373
|
languageName: node
|
|
3374
3374
|
linkType: hard
|
|
3375
3375
|
|
|
3376
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3377
|
-
version: 4.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.39.0":
|
|
3377
|
+
version: 4.39.0
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.39.0"
|
|
3379
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3380
3380
|
languageName: node
|
|
3381
3381
|
linkType: hard
|
|
3382
3382
|
|
|
3383
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3384
|
-
version: 4.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.39.0":
|
|
3384
|
+
version: 4.39.0
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.39.0"
|
|
3386
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3387
3387
|
languageName: node
|
|
3388
3388
|
linkType: hard
|
|
3389
3389
|
|
|
3390
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3391
|
-
version: 4.
|
|
3392
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.39.0":
|
|
3391
|
+
version: 4.39.0
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.39.0"
|
|
3393
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3394
3394
|
languageName: node
|
|
3395
3395
|
linkType: hard
|
|
3396
3396
|
|
|
3397
|
-
"@rollup/rollup-linux-
|
|
3398
|
-
version: 4.
|
|
3399
|
-
resolution: "@rollup/rollup-linux-
|
|
3397
|
+
"@rollup/rollup-linux-riscv64-musl@npm:4.39.0":
|
|
3398
|
+
version: 4.39.0
|
|
3399
|
+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.39.0"
|
|
3400
|
+
conditions: os=linux & cpu=riscv64 & libc=musl
|
|
3401
|
+
languageName: node
|
|
3402
|
+
linkType: hard
|
|
3403
|
+
|
|
3404
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.39.0":
|
|
3405
|
+
version: 4.39.0
|
|
3406
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.39.0"
|
|
3400
3407
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3401
3408
|
languageName: node
|
|
3402
3409
|
linkType: hard
|
|
3403
3410
|
|
|
3404
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3405
|
-
version: 4.
|
|
3406
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3411
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.39.0":
|
|
3412
|
+
version: 4.39.0
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.39.0"
|
|
3407
3414
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3408
3415
|
languageName: node
|
|
3409
3416
|
linkType: hard
|
|
3410
3417
|
|
|
3411
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3412
|
-
version: 4.
|
|
3413
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3418
|
+
"@rollup/rollup-linux-x64-musl@npm:4.39.0":
|
|
3419
|
+
version: 4.39.0
|
|
3420
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.39.0"
|
|
3414
3421
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3415
3422
|
languageName: node
|
|
3416
3423
|
linkType: hard
|
|
3417
3424
|
|
|
3418
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3419
|
-
version: 4.
|
|
3420
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3425
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.39.0":
|
|
3426
|
+
version: 4.39.0
|
|
3427
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.39.0"
|
|
3421
3428
|
conditions: os=win32 & cpu=arm64
|
|
3422
3429
|
languageName: node
|
|
3423
3430
|
linkType: hard
|
|
3424
3431
|
|
|
3425
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3426
|
-
version: 4.
|
|
3427
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3432
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.39.0":
|
|
3433
|
+
version: 4.39.0
|
|
3434
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.39.0"
|
|
3428
3435
|
conditions: os=win32 & cpu=ia32
|
|
3429
3436
|
languageName: node
|
|
3430
3437
|
linkType: hard
|
|
3431
3438
|
|
|
3432
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3433
|
-
version: 4.
|
|
3434
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3439
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.39.0":
|
|
3440
|
+
version: 4.39.0
|
|
3441
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.39.0"
|
|
3435
3442
|
conditions: os=win32 & cpu=x64
|
|
3436
3443
|
languageName: node
|
|
3437
3444
|
linkType: hard
|
|
@@ -5094,11 +5101,11 @@ __metadata:
|
|
|
5094
5101
|
linkType: hard
|
|
5095
5102
|
|
|
5096
5103
|
"@swc/types@npm:^0.1.9":
|
|
5097
|
-
version: 0.1.
|
|
5098
|
-
resolution: "@swc/types@npm:0.1.
|
|
5104
|
+
version: 0.1.21
|
|
5105
|
+
resolution: "@swc/types@npm:0.1.21"
|
|
5099
5106
|
dependencies:
|
|
5100
5107
|
"@swc/counter": "npm:^0.1.3"
|
|
5101
|
-
checksum: 10c0/
|
|
5108
|
+
checksum: 10c0/2baa89c824426e0de0c84e212278010e2df8dc2d6ffaa6f1e306e1b2930c6404b3d3f8989307e8c42ceb95ac143ab7a80be138af6a014d5c782dce5be94dcd5e
|
|
5102
5109
|
languageName: node
|
|
5103
5110
|
linkType: hard
|
|
5104
5111
|
|
|
@@ -5175,14 +5182,14 @@ __metadata:
|
|
|
5175
5182
|
linkType: hard
|
|
5176
5183
|
|
|
5177
5184
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5178
|
-
version: 2.11.
|
|
5179
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.11.
|
|
5185
|
+
version: 2.11.7
|
|
5186
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.11.7"
|
|
5180
5187
|
dependencies:
|
|
5181
5188
|
tippy.js: "npm:^6.3.7"
|
|
5182
5189
|
peerDependencies:
|
|
5183
5190
|
"@tiptap/core": ^2.7.0
|
|
5184
5191
|
"@tiptap/pm": ^2.7.0
|
|
5185
|
-
checksum: 10c0/
|
|
5192
|
+
checksum: 10c0/0d4ccd529abaaefe8b8a935a8cb012df4144c1ac9ef2549837003f9249166e87423136a245deac1f11e0f91fe1fca21c4733e8bfb49da4de25dbabd9d0aa6a25
|
|
5186
5193
|
languageName: node
|
|
5187
5194
|
linkType: hard
|
|
5188
5195
|
|
|
@@ -5205,14 +5212,14 @@ __metadata:
|
|
|
5205
5212
|
linkType: hard
|
|
5206
5213
|
|
|
5207
5214
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5208
|
-
version: 2.11.
|
|
5209
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.11.
|
|
5215
|
+
version: 2.11.7
|
|
5216
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.11.7"
|
|
5210
5217
|
dependencies:
|
|
5211
5218
|
tippy.js: "npm:^6.3.7"
|
|
5212
5219
|
peerDependencies:
|
|
5213
5220
|
"@tiptap/core": ^2.7.0
|
|
5214
5221
|
"@tiptap/pm": ^2.7.0
|
|
5215
|
-
checksum: 10c0/
|
|
5222
|
+
checksum: 10c0/e197f05e7230094846225b98d67e0faea55df3bdd9acad3e503607e26a7ab0efb9e9dcd5c7838714d2b178dd4cd917692d8349d1337151aa35756172a54942a1
|
|
5216
5223
|
languageName: node
|
|
5217
5224
|
linkType: hard
|
|
5218
5225
|
|
|
@@ -5431,11 +5438,11 @@ __metadata:
|
|
|
5431
5438
|
linkType: hard
|
|
5432
5439
|
|
|
5433
5440
|
"@types/babel__traverse@npm:*":
|
|
5434
|
-
version: 7.20.
|
|
5435
|
-
resolution: "@types/babel__traverse@npm:7.20.
|
|
5441
|
+
version: 7.20.7
|
|
5442
|
+
resolution: "@types/babel__traverse@npm:7.20.7"
|
|
5436
5443
|
dependencies:
|
|
5437
5444
|
"@babel/types": "npm:^7.20.7"
|
|
5438
|
-
checksum: 10c0/
|
|
5445
|
+
checksum: 10c0/5386f0af44f8746b063b87418f06129a814e16bb2686965a575e9d7376b360b088b89177778d8c426012abc43dd1a2d8ec3218bfc382280c898682746ce2ffbd
|
|
5439
5446
|
languageName: node
|
|
5440
5447
|
linkType: hard
|
|
5441
5448
|
|
|
@@ -5462,10 +5469,10 @@ __metadata:
|
|
|
5462
5469
|
languageName: node
|
|
5463
5470
|
linkType: hard
|
|
5464
5471
|
|
|
5465
|
-
"@types/estree@npm:1.0.
|
|
5466
|
-
version: 1.0.
|
|
5467
|
-
resolution: "@types/estree@npm:1.0.
|
|
5468
|
-
checksum: 10c0/
|
|
5472
|
+
"@types/estree@npm:1.0.7, @types/estree@npm:^1.0.0":
|
|
5473
|
+
version: 1.0.7
|
|
5474
|
+
resolution: "@types/estree@npm:1.0.7"
|
|
5475
|
+
checksum: 10c0/be815254316882f7c40847336cd484c3bc1c3e34f710d197160d455dc9d6d050ffbf4c3bc76585dba86f737f020ab20bdb137ebe0e9116b0c86c7c0342221b8c
|
|
5469
5476
|
languageName: node
|
|
5470
5477
|
linkType: hard
|
|
5471
5478
|
|
|
@@ -5692,11 +5699,11 @@ __metadata:
|
|
|
5692
5699
|
linkType: hard
|
|
5693
5700
|
|
|
5694
5701
|
"@types/node@npm:*":
|
|
5695
|
-
version: 22.13.
|
|
5696
|
-
resolution: "@types/node@npm:22.13.
|
|
5702
|
+
version: 22.13.17
|
|
5703
|
+
resolution: "@types/node@npm:22.13.17"
|
|
5697
5704
|
dependencies:
|
|
5698
5705
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5706
|
+
checksum: 10c0/77a052fec0fe02f60557e1c5f3f28eb09cd9bee426be88328a94689150a3c0df5b4b6b69fad28157fb34521693dad0b311ecd7f613845d681ff973991310c20e
|
|
5700
5707
|
languageName: node
|
|
5701
5708
|
linkType: hard
|
|
5702
5709
|
|
|
@@ -5963,25 +5970,6 @@ __metadata:
|
|
|
5963
5970
|
languageName: node
|
|
5964
5971
|
linkType: hard
|
|
5965
5972
|
|
|
5966
|
-
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5967
|
-
version: 19.0.11
|
|
5968
|
-
resolution: "@types/react@npm:19.0.11"
|
|
5969
|
-
dependencies:
|
|
5970
|
-
csstype: "npm:^3.0.2"
|
|
5971
|
-
checksum: 10c0/386cdde579b60e22160d6894a985655742703346bdc71fed9809f8f90ca87e2dd0252e86b81f92621a2c1de8d0fbf35e3963996db8c451cc670570061ed62f29
|
|
5972
|
-
languageName: node
|
|
5973
|
-
linkType: hard
|
|
5974
|
-
|
|
5975
|
-
"@types/react@npm:16 || 17 || 18":
|
|
5976
|
-
version: 18.3.18
|
|
5977
|
-
resolution: "@types/react@npm:18.3.18"
|
|
5978
|
-
dependencies:
|
|
5979
|
-
"@types/prop-types": "npm:*"
|
|
5980
|
-
csstype: "npm:^3.0.2"
|
|
5981
|
-
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
|
|
5982
|
-
languageName: node
|
|
5983
|
-
linkType: hard
|
|
5984
|
-
|
|
5985
5973
|
"@types/react@npm:17.0.80":
|
|
5986
5974
|
version: 17.0.80
|
|
5987
5975
|
resolution: "@types/react@npm:17.0.80"
|
|
@@ -5993,17 +5981,6 @@ __metadata:
|
|
|
5993
5981
|
languageName: node
|
|
5994
5982
|
linkType: hard
|
|
5995
5983
|
|
|
5996
|
-
"@types/react@npm:^17":
|
|
5997
|
-
version: 17.0.83
|
|
5998
|
-
resolution: "@types/react@npm:17.0.83"
|
|
5999
|
-
dependencies:
|
|
6000
|
-
"@types/prop-types": "npm:*"
|
|
6001
|
-
"@types/scheduler": "npm:^0.16"
|
|
6002
|
-
csstype: "npm:^3.0.2"
|
|
6003
|
-
checksum: 10c0/c8f76790190a9df42099f5f78d08dd4095f2da3bd97ff7cce0001d5a97ff3ffb31f703575acf2c457606e0d0b229ca8d1ba0ff459b77a4e44c5ea5154fe3fb4b
|
|
6004
|
-
languageName: node
|
|
6005
|
-
linkType: hard
|
|
6006
|
-
|
|
6007
5984
|
"@types/resize-observer-browser@npm:0.1.7":
|
|
6008
5985
|
version: 0.1.7
|
|
6009
5986
|
resolution: "@types/resize-observer-browser@npm:0.1.7"
|
|
@@ -7422,15 +7399,15 @@ __metadata:
|
|
|
7422
7399
|
linkType: hard
|
|
7423
7400
|
|
|
7424
7401
|
"babel-plugin-polyfill-corejs2@npm:^0.4.10":
|
|
7425
|
-
version: 0.4.
|
|
7426
|
-
resolution: "babel-plugin-polyfill-corejs2@npm:0.4.
|
|
7402
|
+
version: 0.4.13
|
|
7403
|
+
resolution: "babel-plugin-polyfill-corejs2@npm:0.4.13"
|
|
7427
7404
|
dependencies:
|
|
7428
7405
|
"@babel/compat-data": "npm:^7.22.6"
|
|
7429
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7406
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.4"
|
|
7430
7407
|
semver: "npm:^6.3.1"
|
|
7431
7408
|
peerDependencies:
|
|
7432
7409
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7433
|
-
checksum: 10c0/
|
|
7410
|
+
checksum: 10c0/b4a54561606d388e6f9499f39f03171af4be7f9ce2355e737135e40afa7086cf6790fdd706c2e59f488c8fa1f76123d28783708e07ddc84647dca8ed8fb98e06
|
|
7434
7411
|
languageName: node
|
|
7435
7412
|
linkType: hard
|
|
7436
7413
|
|
|
@@ -7459,13 +7436,13 @@ __metadata:
|
|
|
7459
7436
|
linkType: hard
|
|
7460
7437
|
|
|
7461
7438
|
"babel-plugin-polyfill-regenerator@npm:^0.6.1":
|
|
7462
|
-
version: 0.6.
|
|
7463
|
-
resolution: "babel-plugin-polyfill-regenerator@npm:0.6.
|
|
7439
|
+
version: 0.6.4
|
|
7440
|
+
resolution: "babel-plugin-polyfill-regenerator@npm:0.6.4"
|
|
7464
7441
|
dependencies:
|
|
7465
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7442
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.4"
|
|
7466
7443
|
peerDependencies:
|
|
7467
7444
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7468
|
-
checksum: 10c0/
|
|
7445
|
+
checksum: 10c0/ebaaf9e4e53201c02f496d3f686d815e94177b3e55b35f11223b99c60d197a29f907a2e87bbcccced8b7aff22a807fccc1adaf04722864a8e1862c8845ab830a
|
|
7469
7446
|
languageName: node
|
|
7470
7447
|
linkType: hard
|
|
7471
7448
|
|
|
@@ -8101,9 +8078,9 @@ __metadata:
|
|
|
8101
8078
|
linkType: hard
|
|
8102
8079
|
|
|
8103
8080
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
|
|
8104
|
-
version: 1.0.
|
|
8105
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8106
|
-
checksum: 10c0/
|
|
8081
|
+
version: 1.0.30001707
|
|
8082
|
+
resolution: "caniuse-lite@npm:1.0.30001707"
|
|
8083
|
+
checksum: 10c0/a1beaf84bad4f6617bbc5616d6bc0c9cab73e73f7e9e09b6466af5195b1bc393e0f6f19643d7a1c88bd3f4bfa122d7bea81cf6225ec3ade57d5b1dd3478c1a1b
|
|
8107
8084
|
languageName: node
|
|
8108
8085
|
linkType: hard
|
|
8109
8086
|
|
|
@@ -8402,6 +8379,13 @@ __metadata:
|
|
|
8402
8379
|
languageName: node
|
|
8403
8380
|
linkType: hard
|
|
8404
8381
|
|
|
8382
|
+
"clsx@npm:2.1.1, clsx@npm:^2.0.0":
|
|
8383
|
+
version: 2.1.1
|
|
8384
|
+
resolution: "clsx@npm:2.1.1"
|
|
8385
|
+
checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839
|
|
8386
|
+
languageName: node
|
|
8387
|
+
linkType: hard
|
|
8388
|
+
|
|
8405
8389
|
"clsx@npm:^1.0.4, clsx@npm:^1.1.1, clsx@npm:^1.2.1":
|
|
8406
8390
|
version: 1.2.1
|
|
8407
8391
|
resolution: "clsx@npm:1.2.1"
|
|
@@ -8409,13 +8393,6 @@ __metadata:
|
|
|
8409
8393
|
languageName: node
|
|
8410
8394
|
linkType: hard
|
|
8411
8395
|
|
|
8412
|
-
"clsx@npm:^2.0.0":
|
|
8413
|
-
version: 2.1.1
|
|
8414
|
-
resolution: "clsx@npm:2.1.1"
|
|
8415
|
-
checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839
|
|
8416
|
-
languageName: node
|
|
8417
|
-
linkType: hard
|
|
8418
|
-
|
|
8419
8396
|
"code-point-at@npm:^1.0.0":
|
|
8420
8397
|
version: 1.1.0
|
|
8421
8398
|
resolution: "code-point-at@npm:1.1.0"
|
|
@@ -9890,9 +9867,9 @@ __metadata:
|
|
|
9890
9867
|
linkType: hard
|
|
9891
9868
|
|
|
9892
9869
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9893
|
-
version: 1.5.
|
|
9894
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9895
|
-
checksum: 10c0/
|
|
9870
|
+
version: 1.5.129
|
|
9871
|
+
resolution: "electron-to-chromium@npm:1.5.129"
|
|
9872
|
+
checksum: 10c0/b497cf5fb53c0b7eb9de39ad529371f934c71eca35091bd36e68874fe02f291c6ef31d5f6c7b0cf13d73911ffea2927276178642a7249684609d17a99af061ff
|
|
9896
9873
|
languageName: node
|
|
9897
9874
|
linkType: hard
|
|
9898
9875
|
|
|
@@ -11030,6 +11007,18 @@ __metadata:
|
|
|
11030
11007
|
languageName: node
|
|
11031
11008
|
linkType: hard
|
|
11032
11009
|
|
|
11010
|
+
"fdir@npm:^6.4.3":
|
|
11011
|
+
version: 6.4.3
|
|
11012
|
+
resolution: "fdir@npm:6.4.3"
|
|
11013
|
+
peerDependencies:
|
|
11014
|
+
picomatch: ^3 || ^4
|
|
11015
|
+
peerDependenciesMeta:
|
|
11016
|
+
picomatch:
|
|
11017
|
+
optional: true
|
|
11018
|
+
checksum: 10c0/d13c10120e9625adf21d8d80481586200759928c19405a816b77dd28eaeb80e7c59c5def3e2941508045eb06d34eb47fad865ccc8bf98e6ab988bb0ed160fb6f
|
|
11019
|
+
languageName: node
|
|
11020
|
+
linkType: hard
|
|
11021
|
+
|
|
11033
11022
|
"figgy-pudding@npm:^3.5.1":
|
|
11034
11023
|
version: 3.5.2
|
|
11035
11024
|
resolution: "figgy-pudding@npm:3.5.2"
|
|
@@ -11783,7 +11772,7 @@ __metadata:
|
|
|
11783
11772
|
languageName: node
|
|
11784
11773
|
linkType: hard
|
|
11785
11774
|
|
|
11786
|
-
"glob@npm:^10.2.2, glob@npm:^10.3.10
|
|
11775
|
+
"glob@npm:^10.2.2, glob@npm:^10.3.10":
|
|
11787
11776
|
version: 10.4.5
|
|
11788
11777
|
resolution: "glob@npm:10.4.5"
|
|
11789
11778
|
dependencies:
|
|
@@ -12292,9 +12281,9 @@ __metadata:
|
|
|
12292
12281
|
linkType: hard
|
|
12293
12282
|
|
|
12294
12283
|
"html-entities@npm:^2.1.0":
|
|
12295
|
-
version: 2.
|
|
12296
|
-
resolution: "html-entities@npm:2.
|
|
12297
|
-
checksum: 10c0/
|
|
12284
|
+
version: 2.6.0
|
|
12285
|
+
resolution: "html-entities@npm:2.6.0"
|
|
12286
|
+
checksum: 10c0/7c8b15d9ea0cd00dc9279f61bab002ba6ca8a7a0f3c36ed2db3530a67a9621c017830d1d2c1c65beb9b8e3436ea663e9cf8b230472e0e413359399413b27c8b7
|
|
12298
12287
|
languageName: node
|
|
12299
12288
|
linkType: hard
|
|
12300
12289
|
|
|
@@ -14784,12 +14773,11 @@ __metadata:
|
|
|
14784
14773
|
linkType: hard
|
|
14785
14774
|
|
|
14786
14775
|
"minizlib@npm:^3.0.1":
|
|
14787
|
-
version: 3.0.
|
|
14788
|
-
resolution: "minizlib@npm:3.0.
|
|
14776
|
+
version: 3.0.2
|
|
14777
|
+
resolution: "minizlib@npm:3.0.2"
|
|
14789
14778
|
dependencies:
|
|
14790
|
-
minipass: "npm:^7.
|
|
14791
|
-
|
|
14792
|
-
checksum: 10c0/82f8bf70da8af656909a8ee299d7ed3b3372636749d29e105f97f20e88971be31f5ed7642f2e898f00283b68b701cc01307401cdc209b0efc5dd3818220e5093
|
|
14779
|
+
minipass: "npm:^7.1.2"
|
|
14780
|
+
checksum: 10c0/9f3bd35e41d40d02469cb30470c55ccc21cae0db40e08d1d0b1dff01cc8cc89a6f78e9c5d2b7c844e485ec0a8abc2238111213fdc5b2038e6d1012eacf316f78
|
|
14793
14781
|
languageName: node
|
|
14794
14782
|
linkType: hard
|
|
14795
14783
|
|
|
@@ -15086,22 +15074,22 @@ __metadata:
|
|
|
15086
15074
|
linkType: hard
|
|
15087
15075
|
|
|
15088
15076
|
"node-gyp@npm:latest":
|
|
15089
|
-
version: 11.
|
|
15090
|
-
resolution: "node-gyp@npm:11.
|
|
15077
|
+
version: 11.2.0
|
|
15078
|
+
resolution: "node-gyp@npm:11.2.0"
|
|
15091
15079
|
dependencies:
|
|
15092
15080
|
env-paths: "npm:^2.2.0"
|
|
15093
15081
|
exponential-backoff: "npm:^3.1.1"
|
|
15094
|
-
glob: "npm:^10.3.10"
|
|
15095
15082
|
graceful-fs: "npm:^4.2.6"
|
|
15096
15083
|
make-fetch-happen: "npm:^14.0.3"
|
|
15097
15084
|
nopt: "npm:^8.0.0"
|
|
15098
15085
|
proc-log: "npm:^5.0.0"
|
|
15099
15086
|
semver: "npm:^7.3.5"
|
|
15100
15087
|
tar: "npm:^7.4.3"
|
|
15088
|
+
tinyglobby: "npm:^0.2.12"
|
|
15101
15089
|
which: "npm:^5.0.0"
|
|
15102
15090
|
bin:
|
|
15103
15091
|
node-gyp: bin/node-gyp.js
|
|
15104
|
-
checksum: 10c0/
|
|
15092
|
+
checksum: 10c0/bd8d8c76b06be761239b0c8680f655f6a6e90b48e44d43415b11c16f7e8c15be346fba0cbf71588c7cdfb52c419d928a7d3db353afc1d952d19756237d8f10b9
|
|
15105
15093
|
languageName: node
|
|
15106
15094
|
linkType: hard
|
|
15107
15095
|
|
|
@@ -15984,9 +15972,9 @@ __metadata:
|
|
|
15984
15972
|
linkType: hard
|
|
15985
15973
|
|
|
15986
15974
|
"pirates@npm:^4.0.1, pirates@npm:^4.0.6":
|
|
15987
|
-
version: 4.0.
|
|
15988
|
-
resolution: "pirates@npm:4.0.
|
|
15989
|
-
checksum: 10c0/
|
|
15975
|
+
version: 4.0.7
|
|
15976
|
+
resolution: "pirates@npm:4.0.7"
|
|
15977
|
+
checksum: 10c0/a51f108dd811beb779d58a76864bbd49e239fa40c7984cd11596c75a121a8cc789f1c8971d8bb15f0dbf9d48b76c05bb62fcbce840f89b688c0fa64b37e8478a
|
|
15990
15978
|
languageName: node
|
|
15991
15979
|
linkType: hard
|
|
15992
15980
|
|
|
@@ -18089,15 +18077,15 @@ __metadata:
|
|
|
18089
18077
|
linkType: hard
|
|
18090
18078
|
|
|
18091
18079
|
"react-textarea-autosize@npm:^8.3.0":
|
|
18092
|
-
version: 8.5.
|
|
18093
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
18080
|
+
version: 8.5.9
|
|
18081
|
+
resolution: "react-textarea-autosize@npm:8.5.9"
|
|
18094
18082
|
dependencies:
|
|
18095
18083
|
"@babel/runtime": "npm:^7.20.13"
|
|
18096
18084
|
use-composed-ref: "npm:^1.3.0"
|
|
18097
18085
|
use-latest: "npm:^1.2.1"
|
|
18098
18086
|
peerDependencies:
|
|
18099
18087
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
18100
|
-
checksum: 10c0/
|
|
18088
|
+
checksum: 10c0/3a924db59259a6e3b834dcddc12a8661b43dcdaa1b43c41c732e0548bb2761e9a53dbc6db4e0d9e237728b4869e42c25e5417408b0391aec290c90874733a09f
|
|
18101
18089
|
languageName: node
|
|
18102
18090
|
linkType: hard
|
|
18103
18091
|
|
|
@@ -18806,17 +18794,6 @@ __metadata:
|
|
|
18806
18794
|
languageName: node
|
|
18807
18795
|
linkType: hard
|
|
18808
18796
|
|
|
18809
|
-
"rimraf@npm:^5.0.5":
|
|
18810
|
-
version: 5.0.10
|
|
18811
|
-
resolution: "rimraf@npm:5.0.10"
|
|
18812
|
-
dependencies:
|
|
18813
|
-
glob: "npm:^10.3.7"
|
|
18814
|
-
bin:
|
|
18815
|
-
rimraf: dist/esm/bin.mjs
|
|
18816
|
-
checksum: 10c0/7da4fd0e15118ee05b918359462cfa1e7fe4b1228c7765195a45b55576e8c15b95db513b8466ec89129666f4af45ad978a3057a02139afba1a63512a2d9644cc
|
|
18817
|
-
languageName: node
|
|
18818
|
-
linkType: hard
|
|
18819
|
-
|
|
18820
18797
|
"ripemd160@npm:^2.0.0, ripemd160@npm:^2.0.1":
|
|
18821
18798
|
version: 2.0.2
|
|
18822
18799
|
resolution: "ripemd160@npm:2.0.2"
|
|
@@ -18930,29 +18907,30 @@ __metadata:
|
|
|
18930
18907
|
linkType: hard
|
|
18931
18908
|
|
|
18932
18909
|
"rollup@npm:^4.13.0":
|
|
18933
|
-
version: 4.
|
|
18934
|
-
resolution: "rollup@npm:4.
|
|
18935
|
-
dependencies:
|
|
18936
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18937
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18938
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18939
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18940
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18941
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18942
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18943
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18944
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18945
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18946
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18947
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18948
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18949
|
-
"@rollup/rollup-linux-
|
|
18950
|
-
"@rollup/rollup-linux-
|
|
18951
|
-
"@rollup/rollup-linux-x64-
|
|
18952
|
-
"@rollup/rollup-
|
|
18953
|
-
"@rollup/rollup-win32-
|
|
18954
|
-
"@rollup/rollup-win32-
|
|
18955
|
-
"@
|
|
18910
|
+
version: 4.39.0
|
|
18911
|
+
resolution: "rollup@npm:4.39.0"
|
|
18912
|
+
dependencies:
|
|
18913
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.39.0"
|
|
18914
|
+
"@rollup/rollup-android-arm64": "npm:4.39.0"
|
|
18915
|
+
"@rollup/rollup-darwin-arm64": "npm:4.39.0"
|
|
18916
|
+
"@rollup/rollup-darwin-x64": "npm:4.39.0"
|
|
18917
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.39.0"
|
|
18918
|
+
"@rollup/rollup-freebsd-x64": "npm:4.39.0"
|
|
18919
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.39.0"
|
|
18920
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.39.0"
|
|
18921
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.39.0"
|
|
18922
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.39.0"
|
|
18923
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.39.0"
|
|
18924
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.39.0"
|
|
18925
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.39.0"
|
|
18926
|
+
"@rollup/rollup-linux-riscv64-musl": "npm:4.39.0"
|
|
18927
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.39.0"
|
|
18928
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.39.0"
|
|
18929
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.39.0"
|
|
18930
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.39.0"
|
|
18931
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.39.0"
|
|
18932
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.39.0"
|
|
18933
|
+
"@types/estree": "npm:1.0.7"
|
|
18956
18934
|
fsevents: "npm:~2.3.2"
|
|
18957
18935
|
dependenciesMeta:
|
|
18958
18936
|
"@rollup/rollup-android-arm-eabi":
|
|
@@ -18981,6 +18959,8 @@ __metadata:
|
|
|
18981
18959
|
optional: true
|
|
18982
18960
|
"@rollup/rollup-linux-riscv64-gnu":
|
|
18983
18961
|
optional: true
|
|
18962
|
+
"@rollup/rollup-linux-riscv64-musl":
|
|
18963
|
+
optional: true
|
|
18984
18964
|
"@rollup/rollup-linux-s390x-gnu":
|
|
18985
18965
|
optional: true
|
|
18986
18966
|
"@rollup/rollup-linux-x64-gnu":
|
|
@@ -18997,7 +18977,7 @@ __metadata:
|
|
|
18997
18977
|
optional: true
|
|
18998
18978
|
bin:
|
|
18999
18979
|
rollup: dist/bin/rollup
|
|
19000
|
-
checksum: 10c0/
|
|
18980
|
+
checksum: 10c0/2dc0c23ca04bd00295035b405c977261559aed8acc9902ee9ff44e4a6b54734fcb64999c32143c43804dcb543da7983032831b893a902633b006c21848a093ce
|
|
19001
18981
|
languageName: node
|
|
19002
18982
|
linkType: hard
|
|
19003
18983
|
|
|
@@ -20680,6 +20660,16 @@ __metadata:
|
|
|
20680
20660
|
languageName: node
|
|
20681
20661
|
linkType: hard
|
|
20682
20662
|
|
|
20663
|
+
"tinyglobby@npm:^0.2.12":
|
|
20664
|
+
version: 0.2.12
|
|
20665
|
+
resolution: "tinyglobby@npm:0.2.12"
|
|
20666
|
+
dependencies:
|
|
20667
|
+
fdir: "npm:^6.4.3"
|
|
20668
|
+
picomatch: "npm:^4.0.2"
|
|
20669
|
+
checksum: 10c0/7c9be4fd3625630e262dcb19015302aad3b4ba7fc620f269313e688f2161ea8724d6cb4444baab5ef2826eb6bed72647b169a33ec8eea37501832a2526ff540f
|
|
20670
|
+
languageName: node
|
|
20671
|
+
linkType: hard
|
|
20672
|
+
|
|
20683
20673
|
"tippy.js@npm:^6.3.7":
|
|
20684
20674
|
version: 6.3.7
|
|
20685
20675
|
resolution: "tippy.js@npm:6.3.7"
|
|
@@ -22211,11 +22201,11 @@ __metadata:
|
|
|
22211
22201
|
linkType: hard
|
|
22212
22202
|
|
|
22213
22203
|
"yaml@npm:^2.3.4":
|
|
22214
|
-
version: 2.7.
|
|
22215
|
-
resolution: "yaml@npm:2.7.
|
|
22204
|
+
version: 2.7.1
|
|
22205
|
+
resolution: "yaml@npm:2.7.1"
|
|
22216
22206
|
bin:
|
|
22217
22207
|
yaml: bin.mjs
|
|
22218
|
-
checksum: 10c0/
|
|
22208
|
+
checksum: 10c0/ee2126398ab7d1fdde566b4013b68e36930b9e6d8e68b6db356875c99614c10d678b6f45597a145ff6d63814961221fc305bf9242af8bf7450177f8a68537590
|
|
22219
22209
|
languageName: node
|
|
22220
22210
|
linkType: hard
|
|
22221
22211
|
|