@licklist/design 0.78.7-stage.9 → 0.78.8
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/auth/Layout/UserNavDropDownToggle.js +0 -3
- 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/event-card/EventCard.d.ts +1 -1
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +8 -4
- package/dist/product-set/control/ProductSetControl.js +2 -1
- package/package.json +6 -7
- package/src/auth/Layout/UserNavDropDownToggle.tsx +1 -1
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +12 -4
- package/src/events/event-card/EventCard.tsx +10 -8
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -1
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
- package/src/iframe/payment/payment-page/PaymentPage.tsx +6 -6
- package/src/product-set/control/ProductSetControl.tsx +1 -1
- package/yarn.lock +177 -177
|
@@ -2,9 +2,10 @@ export declare const SALE_DEADLINE_NAME_CATEGORY = "saleDeadlineCategory";
|
|
|
2
2
|
export declare const SALE_DEADLINE_NAME = "saleDeadline";
|
|
3
3
|
export declare const DEADLINE_NAME: readonly ["saleDeadlineCategory", "saleDeadline"];
|
|
4
4
|
export type DeadLineNameType = (typeof DEADLINE_NAME)[number];
|
|
5
|
-
export declare const SaleDeadline: ({ disabled, onlyBefore, deadLineCategory, }: {
|
|
5
|
+
export declare const SaleDeadline: ({ disabled, onlyBefore, isProductSet, deadLineCategory, }: {
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
onlyBefore?: boolean;
|
|
8
|
+
isProductSet?: boolean;
|
|
8
9
|
deadLineCategory?: string;
|
|
9
10
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
//# sourceMappingURL=SaleDeadline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,8DAKtB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,4CAoKA,CAAA"}
|
|
@@ -67,7 +67,7 @@ var SALE_DEADLINES_EVENT_START_TYPES = [
|
|
|
67
67
|
}
|
|
68
68
|
];
|
|
69
69
|
var SaleDeadline = function(param) {
|
|
70
|
-
var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, deadLineCategory = param.deadLineCategory;
|
|
70
|
+
var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, _param_isProductSet = param.isProductSet, isProductSet = _param_isProductSet === void 0 ? false : _param_isProductSet, deadLineCategory = param.deadLineCategory;
|
|
71
71
|
var _errors_root;
|
|
72
72
|
var t = useTranslation([
|
|
73
73
|
'Design'
|
|
@@ -133,9 +133,10 @@ var SaleDeadline = function(param) {
|
|
|
133
133
|
name: "sale-deadline",
|
|
134
134
|
options: SALE_DEADLINES_EVENT_START_TYPES.map(function(param) {
|
|
135
135
|
var type = param.type;
|
|
136
|
+
var salesDeadlineTitle = type === SALE_DEADLINE_BEFORE_TYPE && isProductSet ? 'beforeProductSet' : type;
|
|
136
137
|
return {
|
|
137
138
|
id: type,
|
|
138
|
-
value: t("Design:".concat(
|
|
139
|
+
value: t("Design:".concat(salesDeadlineTitle))
|
|
139
140
|
};
|
|
140
141
|
}),
|
|
141
142
|
value: deadlineType,
|
|
@@ -11,7 +11,7 @@ export interface EventCardProps extends HasPermissionProp {
|
|
|
11
11
|
onPreview: () => void;
|
|
12
12
|
onEdit: () => void;
|
|
13
13
|
onCopy: () => void;
|
|
14
|
-
onRemove
|
|
14
|
+
onRemove?: () => void;
|
|
15
15
|
onOpenQrCode: () => void;
|
|
16
16
|
eventStatistic?: EventStatistic | null;
|
|
17
17
|
eventMetadata?: EventMetadata | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,4DAA4D,CAAA;AAS1F,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAI3C,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IACd,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAA;
|
|
1
|
+
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,4DAA4D,CAAA;AAS1F,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAI3C,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IACd,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;IACpC,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,MAAM,EACN,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,aAAoB,EACpB,cAAc,EACd,WAAW,EACX,cAAc,EACd,OAAO,EACP,OAAO,GACR,EAAE,cAAc,2CAwKhB"}
|
|
@@ -232,7 +232,7 @@ function EventCard(param) {
|
|
|
232
232
|
onClick: onCopy,
|
|
233
233
|
children: /*#__PURE__*/ jsx(FaCopy, {})
|
|
234
234
|
}),
|
|
235
|
-
/*#__PURE__*/ jsx("button", {
|
|
235
|
+
onRemove && /*#__PURE__*/ jsx("button", {
|
|
236
236
|
type: "button",
|
|
237
237
|
className: "event-card-link-button",
|
|
238
238
|
onClick: onRemove,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAA;
|
|
1
|
+
{"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAA;AAIrG,UAAU,aAAc,SAAQ,SAAS;IACvC,qBAAqB,CAAC,EAAG,sBAAsB,EAAE,GAAG,IAAI,CAAC;CAC1D;AAED,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,YAAY,EAAE,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,cAAc,kDAIxB,mBAAmB,4CAyCrB,CAAA"}
|
|
@@ -5,7 +5,7 @@ var cartSumByOrderProducts = function(param) {
|
|
|
5
5
|
}
|
|
6
6
|
return orderProducts.reduce(function(prevSumValue, product) {
|
|
7
7
|
if (!product) return 0;
|
|
8
|
-
var modifiersPrice = calculateTotalModifiersPrice(product === null || product === void 0 ? void 0 : product.orderModifiersSets)
|
|
8
|
+
var modifiersPrice = calculateTotalModifiersPrice(product === null || product === void 0 ? void 0 : product.orderModifiersSets);
|
|
9
9
|
var price = isTotalSum ? product === null || product === void 0 ? void 0 : product.price : product.hasDeposit ? product === null || product === void 0 ? void 0 : product.deposit : product === null || product === void 0 ? void 0 : product.price;
|
|
10
10
|
return prevSumValue + price * product.quantity + modifiersPrice;
|
|
11
11
|
}, 0);
|
|
@@ -213,8 +213,12 @@ var PaymentPage = function(_param) {
|
|
|
213
213
|
}),
|
|
214
214
|
footer: /*#__PURE__*/ jsx("div", {
|
|
215
215
|
className: "d-flex flex-column justify-content-between",
|
|
216
|
-
children:
|
|
216
|
+
children: paymentMetadata ? /*#__PURE__*/ jsxs(Fragment, {
|
|
217
217
|
children: [
|
|
218
|
+
/*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
219
|
+
label: t('total'),
|
|
220
|
+
amount: paymentMetadata.total || 0
|
|
221
|
+
}),
|
|
218
222
|
/*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
219
223
|
label: t('paidSum'),
|
|
220
224
|
amount: paymentMetadata.paid || 0
|
|
@@ -226,15 +230,15 @@ var PaymentPage = function(_param) {
|
|
|
226
230
|
]
|
|
227
231
|
}) : /*#__PURE__*/ jsxs(Fragment, {
|
|
228
232
|
children: [
|
|
229
|
-
|
|
233
|
+
isCalculatedAmountGreaterThanOrderAmount && /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
230
234
|
label: t(hasRemaingToPay ? 'payNow' : 'total'),
|
|
231
235
|
amount: orderCartAmountByFormValues + ((bookingSummaryProps === null || bookingSummaryProps === void 0 ? void 0 : bookingSummaryProps.transactionFee) || 0)
|
|
232
236
|
}),
|
|
233
|
-
|
|
237
|
+
hasRemaingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
234
238
|
label: t('remaining'),
|
|
235
239
|
amount: orderTotalAmountByFormValues - orderCartAmountByFormValues
|
|
236
240
|
}),
|
|
237
|
-
|
|
241
|
+
isPaymentLinkWithRemainingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
238
242
|
label: t('remaningToPay'),
|
|
239
243
|
amount: Number(data === null || data === void 0 ? void 0 : data.remaining_to_pay)
|
|
240
244
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@licklist/core": "0.36.
|
|
45
|
+
"@licklist/core": "0.36.4",
|
|
46
46
|
"@licklist/eslint-config": "0.5.6",
|
|
47
|
-
"@licklist/plugins": "0.36.
|
|
47
|
+
"@licklist/plugins": "0.36.5",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
49
|
"i18next": "25.3.2",
|
|
50
50
|
"lodash": "4.17.21",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"@dnd-kit/utilities": "2.0.0",
|
|
65
65
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
66
66
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
67
|
-
"@licklist/core": "0.36.
|
|
67
|
+
"@licklist/core": "0.36.4",
|
|
68
68
|
"@licklist/eslint-config": "0.5.6",
|
|
69
|
-
"@licklist/plugins": "0.36.
|
|
69
|
+
"@licklist/plugins": "0.36.5",
|
|
70
70
|
"@mantine/core": "6.0.22",
|
|
71
71
|
"@mantine/hooks": "6.0.22",
|
|
72
72
|
"@mdx-js/react": "1.6.22",
|
|
@@ -212,6 +212,5 @@
|
|
|
212
212
|
"volta": {
|
|
213
213
|
"node": "20.9.0",
|
|
214
214
|
"yarn": "4.4.0"
|
|
215
|
-
}
|
|
216
|
-
"stableVersion": "0.71.19-stage.1"
|
|
215
|
+
}
|
|
217
216
|
}
|
|
@@ -13,7 +13,7 @@ function UserNavDropDownToggle(props: UserNavDropDownToggleProps) {
|
|
|
13
13
|
return (
|
|
14
14
|
<>
|
|
15
15
|
<span className='header-user-name mr-2 d-none d-lg-inline text-gray-600 small'>
|
|
16
|
-
<Trans t={t} i18nKey='userPromo'
|
|
16
|
+
<Trans t={t} i18nKey='userPromo'>
|
|
17
17
|
Hi, {{ name: user?.first_name }}
|
|
18
18
|
</Trans>
|
|
19
19
|
</span>
|
|
@@ -39,10 +39,12 @@ type SaleDeadlineType =
|
|
|
39
39
|
export const SaleDeadline = ({
|
|
40
40
|
disabled = false,
|
|
41
41
|
onlyBefore = false,
|
|
42
|
+
isProductSet = false,
|
|
42
43
|
deadLineCategory,
|
|
43
44
|
}: {
|
|
44
45
|
disabled?: boolean
|
|
45
46
|
onlyBefore?: boolean
|
|
47
|
+
isProductSet?: boolean
|
|
46
48
|
deadLineCategory?: string
|
|
47
49
|
}) => {
|
|
48
50
|
const { t } = useTranslation(['Design'])
|
|
@@ -140,10 +142,16 @@ export const SaleDeadline = ({
|
|
|
140
142
|
<Switch
|
|
141
143
|
name='sale-deadline'
|
|
142
144
|
options={SALE_DEADLINES_EVENT_START_TYPES.map(
|
|
143
|
-
({ type }) =>
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
({ type }) => {
|
|
146
|
+
const salesDeadlineTitle =
|
|
147
|
+
type === SALE_DEADLINE_BEFORE_TYPE && isProductSet
|
|
148
|
+
? 'beforeProductSet'
|
|
149
|
+
: type
|
|
150
|
+
return {
|
|
151
|
+
id: type,
|
|
152
|
+
value: t(`Design:${salesDeadlineTitle}`),
|
|
153
|
+
}
|
|
154
|
+
},
|
|
147
155
|
)}
|
|
148
156
|
value={deadlineType}
|
|
149
157
|
onChange={changeValueByType}
|
|
@@ -33,7 +33,7 @@ export interface EventCardProps extends HasPermissionProp {
|
|
|
33
33
|
onPreview: () => void
|
|
34
34
|
onEdit: () => void
|
|
35
35
|
onCopy: () => void
|
|
36
|
-
onRemove
|
|
36
|
+
onRemove?: () => void
|
|
37
37
|
onOpenQrCode: () => void
|
|
38
38
|
eventStatistic?: EventStatistic | null
|
|
39
39
|
eventMetadata?: EventMetadata | null
|
|
@@ -212,13 +212,15 @@ export function EventCard({
|
|
|
212
212
|
>
|
|
213
213
|
<FaCopy />
|
|
214
214
|
</button>
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
215
|
+
{onRemove && (
|
|
216
|
+
<button
|
|
217
|
+
type='button'
|
|
218
|
+
className='event-card-link-button'
|
|
219
|
+
onClick={onRemove}
|
|
220
|
+
>
|
|
221
|
+
<FaTrashAlt />
|
|
222
|
+
</button>
|
|
223
|
+
)}
|
|
222
224
|
</>
|
|
223
225
|
)}
|
|
224
226
|
</div>
|
|
@@ -3,7 +3,6 @@ import { useIntl } from 'react-intl'
|
|
|
3
3
|
import * as Config from '@licklist/core/dist/Config'
|
|
4
4
|
import { OrderItem } from '@licklist/plugins/dist/types/context/Iframe/orderItems'
|
|
5
5
|
import { OrderModifierByProduct } from '@licklist/core/dist/DataMapper/Order/OrderModifiierByProduct'
|
|
6
|
-
import { calculateTotalModifiersPrice } from '../../utils'
|
|
7
6
|
import { ProductWithModifier } from '../../../CategoryProduct/components/ProductWithModifier/ProductWithModifier'
|
|
8
7
|
|
|
9
8
|
|
|
@@ -166,12 +166,12 @@ export const PaymentPage = ({
|
|
|
166
166
|
headerComponent={<SummaryTotalBlock amount={totalBooked} />}
|
|
167
167
|
footer={
|
|
168
168
|
<div className='d-flex flex-column justify-content-between'>
|
|
169
|
-
{paymentMetadata
|
|
169
|
+
{paymentMetadata ? (
|
|
170
170
|
<>
|
|
171
|
-
|
|
171
|
+
<SummaryTotalBlock
|
|
172
172
|
label={t('total')}
|
|
173
173
|
amount={paymentMetadata.total || 0}
|
|
174
|
-
/>
|
|
174
|
+
/>
|
|
175
175
|
<SummaryTotalBlock
|
|
176
176
|
label={t('paidSum')}
|
|
177
177
|
amount={paymentMetadata.paid || 0}
|
|
@@ -185,7 +185,7 @@ export const PaymentPage = ({
|
|
|
185
185
|
</>
|
|
186
186
|
) : (
|
|
187
187
|
<>
|
|
188
|
-
{
|
|
188
|
+
{isCalculatedAmountGreaterThanOrderAmount && (
|
|
189
189
|
<SummaryTotalBlock
|
|
190
190
|
label={t(hasRemaingToPay ? 'payNow' : 'total')}
|
|
191
191
|
amount={
|
|
@@ -195,7 +195,7 @@ export const PaymentPage = ({
|
|
|
195
195
|
/>
|
|
196
196
|
)}
|
|
197
197
|
|
|
198
|
-
{
|
|
198
|
+
{hasRemaingToPay && (
|
|
199
199
|
<SummaryTotalBlock
|
|
200
200
|
label={t('remaining')}
|
|
201
201
|
amount={
|
|
@@ -205,7 +205,7 @@ export const PaymentPage = ({
|
|
|
205
205
|
/>
|
|
206
206
|
)}
|
|
207
207
|
|
|
208
|
-
{
|
|
208
|
+
{isPaymentLinkWithRemainingToPay && (
|
|
209
209
|
<SummaryTotalBlock
|
|
210
210
|
label={t('remaningToPay')}
|
|
211
211
|
amount={Number(data?.remaining_to_pay)}
|
package/yarn.lock
CHANGED
|
@@ -356,7 +356,7 @@ __metadata:
|
|
|
356
356
|
languageName: node
|
|
357
357
|
linkType: hard
|
|
358
358
|
|
|
359
|
-
"@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.27.2, @babel/parser@npm:^7.28.3":
|
|
359
|
+
"@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.27.2, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.3":
|
|
360
360
|
version: 7.28.3
|
|
361
361
|
resolution: "@babel/parser@npm:7.28.3"
|
|
362
362
|
dependencies:
|
|
@@ -2149,12 +2149,12 @@ __metadata:
|
|
|
2149
2149
|
linkType: hard
|
|
2150
2150
|
|
|
2151
2151
|
"@floating-ui/dom@npm:^1.2.1":
|
|
2152
|
-
version: 1.7.
|
|
2153
|
-
resolution: "@floating-ui/dom@npm:1.7.
|
|
2152
|
+
version: 1.7.3
|
|
2153
|
+
resolution: "@floating-ui/dom@npm:1.7.3"
|
|
2154
2154
|
dependencies:
|
|
2155
2155
|
"@floating-ui/core": "npm:^1.7.3"
|
|
2156
2156
|
"@floating-ui/utils": "npm:^0.2.10"
|
|
2157
|
-
checksum: 10c0/
|
|
2157
|
+
checksum: 10c0/cba30e9af1a52fb7cb443ae516d7aec032b33da2fa50914dcb18fc834dc31c71922f5c7653431e70d493f347018b2ce6435c98b3f154d92082345689b4458e59
|
|
2158
2158
|
languageName: node
|
|
2159
2159
|
linkType: hard
|
|
2160
2160
|
|
|
@@ -2425,7 +2425,7 @@ __metadata:
|
|
|
2425
2425
|
languageName: node
|
|
2426
2426
|
linkType: hard
|
|
2427
2427
|
|
|
2428
|
-
"@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15, @jridgewell/sourcemap-codec@npm:^1.5.0
|
|
2428
|
+
"@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15, @jridgewell/sourcemap-codec@npm:^1.5.0":
|
|
2429
2429
|
version: 1.5.5
|
|
2430
2430
|
resolution: "@jridgewell/sourcemap-codec@npm:1.5.5"
|
|
2431
2431
|
checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0
|
|
@@ -2442,9 +2442,9 @@ __metadata:
|
|
|
2442
2442
|
languageName: node
|
|
2443
2443
|
linkType: hard
|
|
2444
2444
|
|
|
2445
|
-
"@licklist/core@npm:0.36.
|
|
2446
|
-
version: 0.36.
|
|
2447
|
-
resolution: "@licklist/core@npm:0.36.
|
|
2445
|
+
"@licklist/core@npm:0.36.4":
|
|
2446
|
+
version: 0.36.4
|
|
2447
|
+
resolution: "@licklist/core@npm:0.36.4"
|
|
2448
2448
|
dependencies:
|
|
2449
2449
|
"@sentry/browser": "npm:6.2.0"
|
|
2450
2450
|
axios: "npm:0.26.0"
|
|
@@ -2467,7 +2467,7 @@ __metadata:
|
|
|
2467
2467
|
react-i18next: 15.6.1
|
|
2468
2468
|
react-intl: 7.1.11
|
|
2469
2469
|
zustand: 3.7.2
|
|
2470
|
-
checksum: 10c0/
|
|
2470
|
+
checksum: 10c0/d0e5c70446342c9a8b3364077344d1d374ec65110ab9610acdf1bcd615699579da984cab56d688c4126067d28ee26e665b1a92e5631bb23c3f87a7dbf178ac3d
|
|
2471
2471
|
languageName: node
|
|
2472
2472
|
linkType: hard
|
|
2473
2473
|
|
|
@@ -2482,9 +2482,9 @@ __metadata:
|
|
|
2482
2482
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2483
2483
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2484
2484
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2485
|
-
"@licklist/core": "npm:0.36.
|
|
2485
|
+
"@licklist/core": "npm:0.36.4"
|
|
2486
2486
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2487
|
-
"@licklist/plugins": "npm:0.36.
|
|
2487
|
+
"@licklist/plugins": "npm:0.36.5"
|
|
2488
2488
|
"@mantine/core": "npm:6.0.22"
|
|
2489
2489
|
"@mantine/hooks": "npm:6.0.22"
|
|
2490
2490
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2613,9 +2613,9 @@ __metadata:
|
|
|
2613
2613
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2614
2614
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2615
2615
|
peerDependencies:
|
|
2616
|
-
"@licklist/core": 0.36.
|
|
2616
|
+
"@licklist/core": 0.36.4
|
|
2617
2617
|
"@licklist/eslint-config": 0.5.6
|
|
2618
|
-
"@licklist/plugins": 0.36.
|
|
2618
|
+
"@licklist/plugins": 0.36.5
|
|
2619
2619
|
clsx: 2.1.1
|
|
2620
2620
|
i18next: 25.3.2
|
|
2621
2621
|
lodash: 4.17.21
|
|
@@ -2648,11 +2648,11 @@ __metadata:
|
|
|
2648
2648
|
languageName: node
|
|
2649
2649
|
linkType: hard
|
|
2650
2650
|
|
|
2651
|
-
"@licklist/plugins@npm:0.36.
|
|
2652
|
-
version: 0.36.
|
|
2653
|
-
resolution: "@licklist/plugins@npm:0.36.
|
|
2651
|
+
"@licklist/plugins@npm:0.36.5":
|
|
2652
|
+
version: 0.36.5
|
|
2653
|
+
resolution: "@licklist/plugins@npm:0.36.5"
|
|
2654
2654
|
dependencies:
|
|
2655
|
-
"@licklist/core": "npm:0.36.
|
|
2655
|
+
"@licklist/core": "npm:0.36.4"
|
|
2656
2656
|
axios: "npm:0.26.0"
|
|
2657
2657
|
clsx: "npm:2.1.1"
|
|
2658
2658
|
history: "npm:4.10.1"
|
|
@@ -2675,7 +2675,7 @@ __metadata:
|
|
|
2675
2675
|
tailwind-merge: "npm:3.1.0"
|
|
2676
2676
|
use-debounce: "npm:7.0.1"
|
|
2677
2677
|
peerDependencies:
|
|
2678
|
-
"@licklist/core": 0.36.
|
|
2678
|
+
"@licklist/core": 0.36.4
|
|
2679
2679
|
"@licklist/eslint-config": 0.5.6
|
|
2680
2680
|
axios: 0.26.0
|
|
2681
2681
|
clsx: 2.1.1
|
|
@@ -2689,7 +2689,7 @@ __metadata:
|
|
|
2689
2689
|
react-loader: 2.4.7
|
|
2690
2690
|
react-query: 3.34.12
|
|
2691
2691
|
react-router-dom: 6.30.1
|
|
2692
|
-
checksum: 10c0/
|
|
2692
|
+
checksum: 10c0/98b2efbbba3a165e9ec0b8f69835d5b86ff97aabd7513d455de423e0e151aaceed682ad2335bee3a987a9fa1dfc3af184c1ebff650c6e8c28dd6501af4132867
|
|
2693
2693
|
languageName: node
|
|
2694
2694
|
linkType: hard
|
|
2695
2695
|
|
|
@@ -3280,142 +3280,142 @@ __metadata:
|
|
|
3280
3280
|
languageName: node
|
|
3281
3281
|
linkType: hard
|
|
3282
3282
|
|
|
3283
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3284
|
-
version: 4.
|
|
3285
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3283
|
+
"@rollup/rollup-android-arm-eabi@npm:4.46.3":
|
|
3284
|
+
version: 4.46.3
|
|
3285
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.46.3"
|
|
3286
3286
|
conditions: os=android & cpu=arm
|
|
3287
3287
|
languageName: node
|
|
3288
3288
|
linkType: hard
|
|
3289
3289
|
|
|
3290
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3291
|
-
version: 4.
|
|
3292
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3290
|
+
"@rollup/rollup-android-arm64@npm:4.46.3":
|
|
3291
|
+
version: 4.46.3
|
|
3292
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.46.3"
|
|
3293
3293
|
conditions: os=android & cpu=arm64
|
|
3294
3294
|
languageName: node
|
|
3295
3295
|
linkType: hard
|
|
3296
3296
|
|
|
3297
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3298
|
-
version: 4.
|
|
3299
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3297
|
+
"@rollup/rollup-darwin-arm64@npm:4.46.3":
|
|
3298
|
+
version: 4.46.3
|
|
3299
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.46.3"
|
|
3300
3300
|
conditions: os=darwin & cpu=arm64
|
|
3301
3301
|
languageName: node
|
|
3302
3302
|
linkType: hard
|
|
3303
3303
|
|
|
3304
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3305
|
-
version: 4.
|
|
3306
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3304
|
+
"@rollup/rollup-darwin-x64@npm:4.46.3":
|
|
3305
|
+
version: 4.46.3
|
|
3306
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.46.3"
|
|
3307
3307
|
conditions: os=darwin & cpu=x64
|
|
3308
3308
|
languageName: node
|
|
3309
3309
|
linkType: hard
|
|
3310
3310
|
|
|
3311
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3312
|
-
version: 4.
|
|
3313
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3311
|
+
"@rollup/rollup-freebsd-arm64@npm:4.46.3":
|
|
3312
|
+
version: 4.46.3
|
|
3313
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.46.3"
|
|
3314
3314
|
conditions: os=freebsd & cpu=arm64
|
|
3315
3315
|
languageName: node
|
|
3316
3316
|
linkType: hard
|
|
3317
3317
|
|
|
3318
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3319
|
-
version: 4.
|
|
3320
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3318
|
+
"@rollup/rollup-freebsd-x64@npm:4.46.3":
|
|
3319
|
+
version: 4.46.3
|
|
3320
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.46.3"
|
|
3321
3321
|
conditions: os=freebsd & cpu=x64
|
|
3322
3322
|
languageName: node
|
|
3323
3323
|
linkType: hard
|
|
3324
3324
|
|
|
3325
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3326
|
-
version: 4.
|
|
3327
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3325
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.46.3":
|
|
3326
|
+
version: 4.46.3
|
|
3327
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.3"
|
|
3328
3328
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3329
3329
|
languageName: node
|
|
3330
3330
|
linkType: hard
|
|
3331
3331
|
|
|
3332
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3333
|
-
version: 4.
|
|
3334
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3332
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.46.3":
|
|
3333
|
+
version: 4.46.3
|
|
3334
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.46.3"
|
|
3335
3335
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3336
3336
|
languageName: node
|
|
3337
3337
|
linkType: hard
|
|
3338
3338
|
|
|
3339
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3340
|
-
version: 4.
|
|
3341
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3339
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.46.3":
|
|
3340
|
+
version: 4.46.3
|
|
3341
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.46.3"
|
|
3342
3342
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3343
3343
|
languageName: node
|
|
3344
3344
|
linkType: hard
|
|
3345
3345
|
|
|
3346
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3347
|
-
version: 4.
|
|
3348
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3346
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.46.3":
|
|
3347
|
+
version: 4.46.3
|
|
3348
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.46.3"
|
|
3349
3349
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3350
3350
|
languageName: node
|
|
3351
3351
|
linkType: hard
|
|
3352
3352
|
|
|
3353
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3354
|
-
version: 4.
|
|
3355
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3353
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.46.3":
|
|
3354
|
+
version: 4.46.3
|
|
3355
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.3"
|
|
3356
3356
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3357
3357
|
languageName: node
|
|
3358
3358
|
linkType: hard
|
|
3359
3359
|
|
|
3360
|
-
"@rollup/rollup-linux-ppc64-gnu@npm:4.
|
|
3361
|
-
version: 4.
|
|
3362
|
-
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.
|
|
3360
|
+
"@rollup/rollup-linux-ppc64-gnu@npm:4.46.3":
|
|
3361
|
+
version: 4.46.3
|
|
3362
|
+
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.46.3"
|
|
3363
3363
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3364
3364
|
languageName: node
|
|
3365
3365
|
linkType: hard
|
|
3366
3366
|
|
|
3367
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3368
|
-
version: 4.
|
|
3369
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3367
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.46.3":
|
|
3368
|
+
version: 4.46.3
|
|
3369
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.46.3"
|
|
3370
3370
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3371
3371
|
languageName: node
|
|
3372
3372
|
linkType: hard
|
|
3373
3373
|
|
|
3374
|
-
"@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3375
|
-
version: 4.
|
|
3376
|
-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3374
|
+
"@rollup/rollup-linux-riscv64-musl@npm:4.46.3":
|
|
3375
|
+
version: 4.46.3
|
|
3376
|
+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.46.3"
|
|
3377
3377
|
conditions: os=linux & cpu=riscv64 & libc=musl
|
|
3378
3378
|
languageName: node
|
|
3379
3379
|
linkType: hard
|
|
3380
3380
|
|
|
3381
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3382
|
-
version: 4.
|
|
3383
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3381
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.46.3":
|
|
3382
|
+
version: 4.46.3
|
|
3383
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.46.3"
|
|
3384
3384
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3385
3385
|
languageName: node
|
|
3386
3386
|
linkType: hard
|
|
3387
3387
|
|
|
3388
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3389
|
-
version: 4.
|
|
3390
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3388
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.46.3":
|
|
3389
|
+
version: 4.46.3
|
|
3390
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.46.3"
|
|
3391
3391
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3392
3392
|
languageName: node
|
|
3393
3393
|
linkType: hard
|
|
3394
3394
|
|
|
3395
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3396
|
-
version: 4.
|
|
3397
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3395
|
+
"@rollup/rollup-linux-x64-musl@npm:4.46.3":
|
|
3396
|
+
version: 4.46.3
|
|
3397
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.46.3"
|
|
3398
3398
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3399
3399
|
languageName: node
|
|
3400
3400
|
linkType: hard
|
|
3401
3401
|
|
|
3402
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3403
|
-
version: 4.
|
|
3404
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3402
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.46.3":
|
|
3403
|
+
version: 4.46.3
|
|
3404
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.46.3"
|
|
3405
3405
|
conditions: os=win32 & cpu=arm64
|
|
3406
3406
|
languageName: node
|
|
3407
3407
|
linkType: hard
|
|
3408
3408
|
|
|
3409
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3410
|
-
version: 4.
|
|
3411
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3409
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.46.3":
|
|
3410
|
+
version: 4.46.3
|
|
3411
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.46.3"
|
|
3412
3412
|
conditions: os=win32 & cpu=ia32
|
|
3413
3413
|
languageName: node
|
|
3414
3414
|
linkType: hard
|
|
3415
3415
|
|
|
3416
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3417
|
-
version: 4.
|
|
3418
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3416
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.46.3":
|
|
3417
|
+
version: 4.46.3
|
|
3418
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.46.3"
|
|
3419
3419
|
conditions: os=win32 & cpu=x64
|
|
3420
3420
|
languageName: node
|
|
3421
3421
|
linkType: hard
|
|
@@ -6201,26 +6201,26 @@ __metadata:
|
|
|
6201
6201
|
languageName: node
|
|
6202
6202
|
linkType: hard
|
|
6203
6203
|
|
|
6204
|
-
"@vue/compiler-core@npm:3.5.
|
|
6205
|
-
version: 3.5.
|
|
6206
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6204
|
+
"@vue/compiler-core@npm:3.5.18":
|
|
6205
|
+
version: 3.5.18
|
|
6206
|
+
resolution: "@vue/compiler-core@npm:3.5.18"
|
|
6207
6207
|
dependencies:
|
|
6208
|
-
"@babel/parser": "npm:^7.28.
|
|
6209
|
-
"@vue/shared": "npm:3.5.
|
|
6208
|
+
"@babel/parser": "npm:^7.28.0"
|
|
6209
|
+
"@vue/shared": "npm:3.5.18"
|
|
6210
6210
|
entities: "npm:^4.5.0"
|
|
6211
6211
|
estree-walker: "npm:^2.0.2"
|
|
6212
6212
|
source-map-js: "npm:^1.2.1"
|
|
6213
|
-
checksum: 10c0/
|
|
6213
|
+
checksum: 10c0/943cd3736e981b451aa85ccc08d446844e1a2dbf193e630cef708995110f12c3b8c8e3b2c4581ee2e3ecf7ea2388574e2d5f68b4f11bcd01cc5bab6c9177b448
|
|
6214
6214
|
languageName: node
|
|
6215
6215
|
linkType: hard
|
|
6216
6216
|
|
|
6217
6217
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6218
|
-
version: 3.5.
|
|
6219
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6218
|
+
version: 3.5.18
|
|
6219
|
+
resolution: "@vue/compiler-dom@npm:3.5.18"
|
|
6220
6220
|
dependencies:
|
|
6221
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6222
|
-
"@vue/shared": "npm:3.5.
|
|
6223
|
-
checksum: 10c0/
|
|
6221
|
+
"@vue/compiler-core": "npm:3.5.18"
|
|
6222
|
+
"@vue/shared": "npm:3.5.18"
|
|
6223
|
+
checksum: 10c0/f7f3dec1fea33e8b46b34d71fa24a8608dba4bdab786d4114747ed0897816760450617951f7ea3f59380e5ecfaeb84d94dd1bfabed88792cc03476da91e6f7fd
|
|
6224
6224
|
languageName: node
|
|
6225
6225
|
linkType: hard
|
|
6226
6226
|
|
|
@@ -6255,10 +6255,10 @@ __metadata:
|
|
|
6255
6255
|
languageName: node
|
|
6256
6256
|
linkType: hard
|
|
6257
6257
|
|
|
6258
|
-
"@vue/shared@npm:3.5.
|
|
6259
|
-
version: 3.5.
|
|
6260
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6261
|
-
checksum: 10c0/
|
|
6258
|
+
"@vue/shared@npm:3.5.18, @vue/shared@npm:^3.4.0":
|
|
6259
|
+
version: 3.5.18
|
|
6260
|
+
resolution: "@vue/shared@npm:3.5.18"
|
|
6261
|
+
checksum: 10c0/9764e31bfcd13a2f5369554d0abbfd06e391d72b0065b4cbd36be94ffdd4d845b2d38a37d56b35714c7a2100c512c9b74de2fa1a19ee2e920ecf098d9035518d
|
|
6262
6262
|
languageName: node
|
|
6263
6263
|
linkType: hard
|
|
6264
6264
|
|
|
@@ -6550,7 +6550,7 @@ __metadata:
|
|
|
6550
6550
|
languageName: node
|
|
6551
6551
|
linkType: hard
|
|
6552
6552
|
|
|
6553
|
-
"acorn@npm:^8.14.0, acorn@npm:^8.
|
|
6553
|
+
"acorn@npm:^8.14.0, acorn@npm:^8.5.0":
|
|
6554
6554
|
version: 8.15.0
|
|
6555
6555
|
resolution: "acorn@npm:8.15.0"
|
|
6556
6556
|
bin:
|
|
@@ -7781,17 +7781,17 @@ __metadata:
|
|
|
7781
7781
|
languageName: node
|
|
7782
7782
|
linkType: hard
|
|
7783
7783
|
|
|
7784
|
-
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.25.1
|
|
7785
|
-
version: 4.25.
|
|
7786
|
-
resolution: "browserslist@npm:4.25.
|
|
7784
|
+
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.25.1":
|
|
7785
|
+
version: 4.25.2
|
|
7786
|
+
resolution: "browserslist@npm:4.25.2"
|
|
7787
7787
|
dependencies:
|
|
7788
|
-
caniuse-lite: "npm:^1.0.
|
|
7789
|
-
electron-to-chromium: "npm:^1.5.
|
|
7788
|
+
caniuse-lite: "npm:^1.0.30001733"
|
|
7789
|
+
electron-to-chromium: "npm:^1.5.199"
|
|
7790
7790
|
node-releases: "npm:^2.0.19"
|
|
7791
7791
|
update-browserslist-db: "npm:^1.1.3"
|
|
7792
7792
|
bin:
|
|
7793
7793
|
browserslist: cli.js
|
|
7794
|
-
checksum: 10c0/
|
|
7794
|
+
checksum: 10c0/3fd27c6d569125e08b476d0ded78232c756bffeb79f29cfa548961dfd62fa560f8bf60fdb52d496ba276aea0c843968dd38ed4138a724277715be3b41dac8861
|
|
7795
7795
|
languageName: node
|
|
7796
7796
|
linkType: hard
|
|
7797
7797
|
|
|
@@ -8049,10 +8049,10 @@ __metadata:
|
|
|
8049
8049
|
languageName: node
|
|
8050
8050
|
linkType: hard
|
|
8051
8051
|
|
|
8052
|
-
"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.
|
|
8053
|
-
version: 1.0.
|
|
8054
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8055
|
-
checksum: 10c0/
|
|
8052
|
+
"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.30001733":
|
|
8053
|
+
version: 1.0.30001735
|
|
8054
|
+
resolution: "caniuse-lite@npm:1.0.30001735"
|
|
8055
|
+
checksum: 10c0/1cb74221f16f8835c903770c1cf88fb73a07298b8398396a2b97570136e8f691053ee5840eb589fe34b4ede14ab828c9421d893a67e43c26ef91ab052813cb8c
|
|
8056
8056
|
languageName: node
|
|
8057
8057
|
linkType: hard
|
|
8058
8058
|
|
|
@@ -8702,25 +8702,25 @@ __metadata:
|
|
|
8702
8702
|
linkType: hard
|
|
8703
8703
|
|
|
8704
8704
|
"core-js-compat@npm:^3.43.0, core-js-compat@npm:^3.8.1":
|
|
8705
|
-
version: 3.45.
|
|
8706
|
-
resolution: "core-js-compat@npm:3.45.
|
|
8705
|
+
version: 3.45.0
|
|
8706
|
+
resolution: "core-js-compat@npm:3.45.0"
|
|
8707
8707
|
dependencies:
|
|
8708
|
-
browserslist: "npm:^4.25.
|
|
8709
|
-
checksum: 10c0/
|
|
8708
|
+
browserslist: "npm:^4.25.1"
|
|
8709
|
+
checksum: 10c0/3515955d2c83846f0bf8c4a0f96fc514a6b711e9b3ee19a8df3683a6b0720d762fef60a63bb5c07907f9d18aa00c5904ef690dd4150bc39e2d47e01f05154fda
|
|
8710
8710
|
languageName: node
|
|
8711
8711
|
linkType: hard
|
|
8712
8712
|
|
|
8713
8713
|
"core-js-pure@npm:^3.43.0, core-js-pure@npm:^3.8.2":
|
|
8714
|
-
version: 3.45.
|
|
8715
|
-
resolution: "core-js-pure@npm:3.45.
|
|
8716
|
-
checksum: 10c0/
|
|
8714
|
+
version: 3.45.0
|
|
8715
|
+
resolution: "core-js-pure@npm:3.45.0"
|
|
8716
|
+
checksum: 10c0/93f686d4f59e33701aba0762fc3742ececc36c843fb4621dfc7329b800e82782aecb0b8190b4c8bc997d7f8bf896af08707a3d1ddcb37d5544a68a0526232836
|
|
8717
8717
|
languageName: node
|
|
8718
8718
|
linkType: hard
|
|
8719
8719
|
|
|
8720
8720
|
"core-js@npm:^3.0.4, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
|
|
8721
|
-
version: 3.45.
|
|
8722
|
-
resolution: "core-js@npm:3.45.
|
|
8723
|
-
checksum: 10c0/
|
|
8721
|
+
version: 3.45.0
|
|
8722
|
+
resolution: "core-js@npm:3.45.0"
|
|
8723
|
+
checksum: 10c0/118350f9f1d81f42a1276590d6c217dca04c789fdb8074c82e53056b1a784948769a62b16b98493fd73e8a988545432f302bca798571e56ad881b9c039a5a83c
|
|
8724
8724
|
languageName: node
|
|
8725
8725
|
linkType: hard
|
|
8726
8726
|
|
|
@@ -9097,15 +9097,15 @@ __metadata:
|
|
|
9097
9097
|
linkType: hard
|
|
9098
9098
|
|
|
9099
9099
|
"cssnano-preset-default@npm:^7.0.6":
|
|
9100
|
-
version: 7.0.
|
|
9101
|
-
resolution: "cssnano-preset-default@npm:7.0.
|
|
9100
|
+
version: 7.0.8
|
|
9101
|
+
resolution: "cssnano-preset-default@npm:7.0.8"
|
|
9102
9102
|
dependencies:
|
|
9103
9103
|
browserslist: "npm:^4.25.1"
|
|
9104
9104
|
css-declaration-sorter: "npm:^7.2.0"
|
|
9105
9105
|
cssnano-utils: "npm:^5.0.1"
|
|
9106
9106
|
postcss-calc: "npm:^10.1.1"
|
|
9107
9107
|
postcss-colormin: "npm:^7.0.4"
|
|
9108
|
-
postcss-convert-values: "npm:^7.0.
|
|
9108
|
+
postcss-convert-values: "npm:^7.0.6"
|
|
9109
9109
|
postcss-discard-comments: "npm:^7.0.4"
|
|
9110
9110
|
postcss-discard-duplicates: "npm:^7.0.2"
|
|
9111
9111
|
postcss-discard-empty: "npm:^7.0.1"
|
|
@@ -9132,7 +9132,7 @@ __metadata:
|
|
|
9132
9132
|
postcss-unique-selectors: "npm:^7.0.4"
|
|
9133
9133
|
peerDependencies:
|
|
9134
9134
|
postcss: ^8.4.32
|
|
9135
|
-
checksum: 10c0/
|
|
9135
|
+
checksum: 10c0/5776ec82842bd721e7848144574772f63549e81a96b5155b8293925bd91f2aca95ef149e21ac22de3c21ccd9981e9e6035f27850daf9199e4930831d6c314771
|
|
9136
9136
|
languageName: node
|
|
9137
9137
|
linkType: hard
|
|
9138
9138
|
|
|
@@ -9874,10 +9874,10 @@ __metadata:
|
|
|
9874
9874
|
languageName: node
|
|
9875
9875
|
linkType: hard
|
|
9876
9876
|
|
|
9877
|
-
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.
|
|
9878
|
-
version: 1.5.
|
|
9879
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9880
|
-
checksum: 10c0/
|
|
9877
|
+
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.199":
|
|
9878
|
+
version: 1.5.203
|
|
9879
|
+
resolution: "electron-to-chromium@npm:1.5.203"
|
|
9880
|
+
checksum: 10c0/abe3ad155e5941e595e0d037ff1a26e4473edb04dd35150d6764ef424886c9b6908dadb1097f5bf1ecc3d23f6a42a287426b914a27c415d904d73a07cec7bba7
|
|
9881
9881
|
languageName: node
|
|
9882
9882
|
linkType: hard
|
|
9883
9883
|
|
|
@@ -10978,9 +10978,9 @@ __metadata:
|
|
|
10978
10978
|
linkType: hard
|
|
10979
10979
|
|
|
10980
10980
|
"fast-uri@npm:^3.0.1":
|
|
10981
|
-
version: 3.
|
|
10982
|
-
resolution: "fast-uri@npm:3.
|
|
10983
|
-
checksum: 10c0/
|
|
10981
|
+
version: 3.0.6
|
|
10982
|
+
resolution: "fast-uri@npm:3.0.6"
|
|
10983
|
+
checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29
|
|
10984
10984
|
languageName: node
|
|
10985
10985
|
linkType: hard
|
|
10986
10986
|
|
|
@@ -13383,12 +13383,12 @@ __metadata:
|
|
|
13383
13383
|
linkType: hard
|
|
13384
13384
|
|
|
13385
13385
|
"istanbul-reports@npm:^3.1.4":
|
|
13386
|
-
version: 3.
|
|
13387
|
-
resolution: "istanbul-reports@npm:3.
|
|
13386
|
+
version: 3.1.7
|
|
13387
|
+
resolution: "istanbul-reports@npm:3.1.7"
|
|
13388
13388
|
dependencies:
|
|
13389
13389
|
html-escaper: "npm:^2.0.0"
|
|
13390
13390
|
istanbul-lib-report: "npm:^3.0.0"
|
|
13391
|
-
checksum: 10c0/
|
|
13391
|
+
checksum: 10c0/a379fadf9cf8dc5dfe25568115721d4a7eb82fbd50b005a6672aff9c6989b20cc9312d7865814e0859cd8df58cbf664482e1d3604be0afde1f7fc3ccc1394a51
|
|
13392
13392
|
languageName: node
|
|
13393
13393
|
linkType: hard
|
|
13394
13394
|
|
|
@@ -13814,9 +13814,9 @@ __metadata:
|
|
|
13814
13814
|
linkType: hard
|
|
13815
13815
|
|
|
13816
13816
|
"libphonenumber-js@npm:^1.9.11":
|
|
13817
|
-
version: 1.12.
|
|
13818
|
-
resolution: "libphonenumber-js@npm:1.12.
|
|
13819
|
-
checksum: 10c0/
|
|
13817
|
+
version: 1.12.12
|
|
13818
|
+
resolution: "libphonenumber-js@npm:1.12.12"
|
|
13819
|
+
checksum: 10c0/67b1e3f2e13d516860727a6837cdbe9cf94497a390ee7304f2666747798f534368f0772c5b5afe904188c86f243c713f55e9338f2c164a1a75d39bca110cb2b2
|
|
13820
13820
|
languageName: node
|
|
13821
13821
|
linkType: hard
|
|
13822
13822
|
|
|
@@ -14144,11 +14144,11 @@ __metadata:
|
|
|
14144
14144
|
linkType: hard
|
|
14145
14145
|
|
|
14146
14146
|
"magic-string@npm:^0.30.11, magic-string@npm:^0.30.5":
|
|
14147
|
-
version: 0.30.
|
|
14148
|
-
resolution: "magic-string@npm:0.30.
|
|
14147
|
+
version: 0.30.17
|
|
14148
|
+
resolution: "magic-string@npm:0.30.17"
|
|
14149
14149
|
dependencies:
|
|
14150
|
-
"@jridgewell/sourcemap-codec": "npm:^1.5.
|
|
14151
|
-
checksum: 10c0/
|
|
14150
|
+
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
14151
|
+
checksum: 10c0/16826e415d04b88378f200fe022b53e638e3838b9e496edda6c0e086d7753a44a6ed187adc72d19f3623810589bf139af1a315541cd6a26ae0771a0193eaf7b8
|
|
14152
14152
|
languageName: node
|
|
14153
14153
|
linkType: hard
|
|
14154
14154
|
|
|
@@ -14853,14 +14853,14 @@ __metadata:
|
|
|
14853
14853
|
linkType: hard
|
|
14854
14854
|
|
|
14855
14855
|
"mlly@npm:^1.7.3, mlly@npm:^1.7.4":
|
|
14856
|
-
version: 1.
|
|
14857
|
-
resolution: "mlly@npm:1.
|
|
14856
|
+
version: 1.7.4
|
|
14857
|
+
resolution: "mlly@npm:1.7.4"
|
|
14858
14858
|
dependencies:
|
|
14859
|
-
acorn: "npm:^8.
|
|
14860
|
-
pathe: "npm:^2.0.
|
|
14861
|
-
pkg-types: "npm:^1.3.
|
|
14862
|
-
ufo: "npm:^1.
|
|
14863
|
-
checksum: 10c0/
|
|
14859
|
+
acorn: "npm:^8.14.0"
|
|
14860
|
+
pathe: "npm:^2.0.1"
|
|
14861
|
+
pkg-types: "npm:^1.3.0"
|
|
14862
|
+
ufo: "npm:^1.5.4"
|
|
14863
|
+
checksum: 10c0/69e738218a13d6365caf930e0ab4e2b848b84eec261597df9788cefb9930f3e40667be9cb58a4718834ba5f97a6efeef31d3b5a95f4388143fd4e0d0deff72ff
|
|
14864
14864
|
languageName: node
|
|
14865
14865
|
linkType: hard
|
|
14866
14866
|
|
|
@@ -15081,8 +15081,8 @@ __metadata:
|
|
|
15081
15081
|
linkType: hard
|
|
15082
15082
|
|
|
15083
15083
|
"node-gyp@npm:latest":
|
|
15084
|
-
version: 11.
|
|
15085
|
-
resolution: "node-gyp@npm:11.
|
|
15084
|
+
version: 11.3.0
|
|
15085
|
+
resolution: "node-gyp@npm:11.3.0"
|
|
15086
15086
|
dependencies:
|
|
15087
15087
|
env-paths: "npm:^2.2.0"
|
|
15088
15088
|
exponential-backoff: "npm:^3.1.1"
|
|
@@ -15096,7 +15096,7 @@ __metadata:
|
|
|
15096
15096
|
which: "npm:^5.0.0"
|
|
15097
15097
|
bin:
|
|
15098
15098
|
node-gyp: bin/node-gyp.js
|
|
15099
|
-
checksum: 10c0/
|
|
15099
|
+
checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398
|
|
15100
15100
|
languageName: node
|
|
15101
15101
|
linkType: hard
|
|
15102
15102
|
|
|
@@ -15893,7 +15893,7 @@ __metadata:
|
|
|
15893
15893
|
languageName: node
|
|
15894
15894
|
linkType: hard
|
|
15895
15895
|
|
|
15896
|
-
"pathe@npm:^2.0.1
|
|
15896
|
+
"pathe@npm:^2.0.1":
|
|
15897
15897
|
version: 2.0.3
|
|
15898
15898
|
resolution: "pathe@npm:2.0.3"
|
|
15899
15899
|
checksum: 10c0/c118dc5a8b5c4166011b2b70608762e260085180bb9e33e80a50dcdb1e78c010b1624f4280c492c92b05fc276715a4c357d1f9edc570f8f1b3d90b6839ebaca1
|
|
@@ -16004,7 +16004,7 @@ __metadata:
|
|
|
16004
16004
|
languageName: node
|
|
16005
16005
|
linkType: hard
|
|
16006
16006
|
|
|
16007
|
-
"pkg-types@npm:^1.2.1, pkg-types@npm:^1.3.
|
|
16007
|
+
"pkg-types@npm:^1.2.1, pkg-types@npm:^1.3.0":
|
|
16008
16008
|
version: 1.3.1
|
|
16009
16009
|
resolution: "pkg-types@npm:1.3.1"
|
|
16010
16010
|
dependencies:
|
|
@@ -16094,15 +16094,15 @@ __metadata:
|
|
|
16094
16094
|
languageName: node
|
|
16095
16095
|
linkType: hard
|
|
16096
16096
|
|
|
16097
|
-
"postcss-convert-values@npm:^7.0.
|
|
16098
|
-
version: 7.0.
|
|
16099
|
-
resolution: "postcss-convert-values@npm:7.0.
|
|
16097
|
+
"postcss-convert-values@npm:^7.0.6":
|
|
16098
|
+
version: 7.0.6
|
|
16099
|
+
resolution: "postcss-convert-values@npm:7.0.6"
|
|
16100
16100
|
dependencies:
|
|
16101
16101
|
browserslist: "npm:^4.25.1"
|
|
16102
16102
|
postcss-value-parser: "npm:^4.2.0"
|
|
16103
16103
|
peerDependencies:
|
|
16104
16104
|
postcss: ^8.4.32
|
|
16105
|
-
checksum: 10c0/
|
|
16105
|
+
checksum: 10c0/8245d45abdbdc13897b4995b4b30a59f22ae9b16ec6fa8f2bf81eb234a451003ad3cb7bb375e68a64135c85d4246ca07f285331b1044b69f5c5908ca7936c3f2
|
|
16106
16106
|
languageName: node
|
|
16107
16107
|
linkType: hard
|
|
16108
16108
|
|
|
@@ -18891,29 +18891,29 @@ __metadata:
|
|
|
18891
18891
|
linkType: hard
|
|
18892
18892
|
|
|
18893
18893
|
"rollup@npm:^4.13.0":
|
|
18894
|
-
version: 4.
|
|
18895
|
-
resolution: "rollup@npm:4.
|
|
18896
|
-
dependencies:
|
|
18897
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18898
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18899
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18900
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18901
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18902
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18903
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18904
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18905
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18906
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18907
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18908
|
-
"@rollup/rollup-linux-ppc64-gnu": "npm:4.
|
|
18909
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18910
|
-
"@rollup/rollup-linux-riscv64-musl": "npm:4.
|
|
18911
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18912
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18913
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18914
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18915
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18916
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18894
|
+
version: 4.46.3
|
|
18895
|
+
resolution: "rollup@npm:4.46.3"
|
|
18896
|
+
dependencies:
|
|
18897
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.46.3"
|
|
18898
|
+
"@rollup/rollup-android-arm64": "npm:4.46.3"
|
|
18899
|
+
"@rollup/rollup-darwin-arm64": "npm:4.46.3"
|
|
18900
|
+
"@rollup/rollup-darwin-x64": "npm:4.46.3"
|
|
18901
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.46.3"
|
|
18902
|
+
"@rollup/rollup-freebsd-x64": "npm:4.46.3"
|
|
18903
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.46.3"
|
|
18904
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.46.3"
|
|
18905
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.46.3"
|
|
18906
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.46.3"
|
|
18907
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.46.3"
|
|
18908
|
+
"@rollup/rollup-linux-ppc64-gnu": "npm:4.46.3"
|
|
18909
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.46.3"
|
|
18910
|
+
"@rollup/rollup-linux-riscv64-musl": "npm:4.46.3"
|
|
18911
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.46.3"
|
|
18912
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.46.3"
|
|
18913
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.46.3"
|
|
18914
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.46.3"
|
|
18915
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.46.3"
|
|
18916
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.46.3"
|
|
18917
18917
|
"@types/estree": "npm:1.0.8"
|
|
18918
18918
|
fsevents: "npm:~2.3.2"
|
|
18919
18919
|
dependenciesMeta:
|
|
@@ -18961,7 +18961,7 @@ __metadata:
|
|
|
18961
18961
|
optional: true
|
|
18962
18962
|
bin:
|
|
18963
18963
|
rollup: dist/bin/rollup
|
|
18964
|
-
checksum: 10c0/
|
|
18964
|
+
checksum: 10c0/91b1408620300dd107a5d741005d0c151800a236e93a7432e3986f747f7b21d76b532eddf65be30a150152e647139281107dc5e99c4ecbd20abb4ee61d23429c
|
|
18965
18965
|
languageName: node
|
|
18966
18966
|
linkType: hard
|
|
18967
18967
|
|
|
@@ -21067,7 +21067,7 @@ __metadata:
|
|
|
21067
21067
|
languageName: node
|
|
21068
21068
|
linkType: hard
|
|
21069
21069
|
|
|
21070
|
-
"ufo@npm:^1.
|
|
21070
|
+
"ufo@npm:^1.5.4":
|
|
21071
21071
|
version: 1.6.1
|
|
21072
21072
|
resolution: "ufo@npm:1.6.1"
|
|
21073
21073
|
checksum: 10c0/5a9f041e5945fba7c189d5410508cbcbefef80b253ed29aa2e1f8a2b86f4bd51af44ee18d4485e6d3468c92be9bf4a42e3a2b72dcaf27ce39ce947ec994f1e6b
|