@licklist/design 0.71.6-dev.3 → 0.71.6-dev.5
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/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +11 -3
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +1 -0
- package/package.json +1 -1
- package/src/iframe/payment/payment-page/PaymentPage.tsx +18 -9
- package/src/sales/modals/refund-modal/RefundModal.tsx +1 -0
- package/yarn.lock +257 -250
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-page/PaymentPage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAA;AAI9F,OAAO,EAEL,oBAAoB,EACrB,MAAM,4BAA4B,CAAA;AAOnC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;AAED,UAAU,YAAa,SAAQ,oBAAoB;IACjD,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAA;IACjC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAA;IAChC,IAAI,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACjC,SAAS,EAAE,OAAO,CAAA;IAClB,mBAAmB,EAAE,mBAAmB,CAAA;IACxC,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC;AAED,eAAO,MAAM,WAAW,kIAQrB,YAAY,
|
|
1
|
+
{"version":3,"file":"PaymentPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-page/PaymentPage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAA;AAI9F,OAAO,EAEL,oBAAoB,EACrB,MAAM,4BAA4B,CAAA;AAOnC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;AAED,UAAU,YAAa,SAAQ,oBAAoB;IACjD,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAA;IACjC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAA;IAChC,IAAI,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACjC,SAAS,EAAE,OAAO,CAAA;IAClB,mBAAmB,EAAE,mBAAmB,CAAA;IACxC,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC;AAED,eAAO,MAAM,WAAW,kIAQrB,YAAY,4CAwNd,CAAA"}
|
|
@@ -231,9 +231,17 @@ var PaymentPage = function(_param) {
|
|
|
231
231
|
label: t(hasRemaingToPay ? 'payNow' : 'total'),
|
|
232
232
|
amount: orderCartAmountByFormValues + ((bookingSummaryProps === null || bookingSummaryProps === void 0 ? void 0 : bookingSummaryProps.transactionFee) || 0)
|
|
233
233
|
}),
|
|
234
|
-
hasRemaingToPay && /*#__PURE__*/
|
|
235
|
-
|
|
236
|
-
|
|
234
|
+
hasRemaingToPay && /*#__PURE__*/ jsxs(Fragment, {
|
|
235
|
+
children: [
|
|
236
|
+
/*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
237
|
+
label: t('remaining'),
|
|
238
|
+
amount: orderTotalAmountByFormValues - orderCartAmountByFormValues
|
|
239
|
+
}),
|
|
240
|
+
/*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
241
|
+
label: t('total'),
|
|
242
|
+
amount: orderTotalAmountByFormValues
|
|
243
|
+
})
|
|
244
|
+
]
|
|
237
245
|
}),
|
|
238
246
|
isPaymentLinkWithRemainingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
239
247
|
label: t('remaningToPay'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RefundModal.d.ts","sourceRoot":"","sources":["../../../../src/sales/modals/refund-modal/RefundModal.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6DAA6D,CAAA;AAK9F,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,EAAE,gBAAgB,CAAA;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAMD,eAAO,MAAM,WAAW,mGASrB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"RefundModal.d.ts","sourceRoot":"","sources":["../../../../src/sales/modals/refund-modal/RefundModal.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6DAA6D,CAAA;AAK9F,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,EAAE,gBAAgB,CAAA;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAMD,eAAO,MAAM,WAAW,mGASrB,gBAAgB,4CAoGlB,CAAA"}
|
package/package.json
CHANGED
|
@@ -126,8 +126,10 @@ export const PaymentPage = ({
|
|
|
126
126
|
const isCalculatedAmountGreaterThanOrderAmount =
|
|
127
127
|
!hasRemaingToPay && orderCartAmountByFormValues > data?.amount
|
|
128
128
|
|
|
129
|
-
const isPaymentLinkWithRemainingToPay =
|
|
130
|
-
|
|
129
|
+
const isPaymentLinkWithRemainingToPay =
|
|
130
|
+
data?.remaining_to_pay && !!Number(data?.remaining_to_pay)
|
|
131
|
+
const totalPaidWithRemainingToPay =
|
|
132
|
+
data?.amount_to_pay && !!Number(data?.amount_to_pay)
|
|
131
133
|
|
|
132
134
|
return (
|
|
133
135
|
<Page className='payment_link'>
|
|
@@ -196,13 +198,20 @@ export const PaymentPage = ({
|
|
|
196
198
|
)}
|
|
197
199
|
|
|
198
200
|
{hasRemaingToPay && (
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
<>
|
|
202
|
+
<SummaryTotalBlock
|
|
203
|
+
label={t('remaining')}
|
|
204
|
+
amount={
|
|
205
|
+
orderTotalAmountByFormValues -
|
|
206
|
+
orderCartAmountByFormValues
|
|
207
|
+
}
|
|
208
|
+
/>
|
|
209
|
+
|
|
210
|
+
<SummaryTotalBlock
|
|
211
|
+
label={t('total')}
|
|
212
|
+
amount={orderTotalAmountByFormValues}
|
|
213
|
+
/>
|
|
214
|
+
</>
|
|
206
215
|
)}
|
|
207
216
|
|
|
208
217
|
{isPaymentLinkWithRemainingToPay && (
|
package/yarn.lock
CHANGED
|
@@ -3288,8 +3288,8 @@ __metadata:
|
|
|
3288
3288
|
linkType: hard
|
|
3289
3289
|
|
|
3290
3290
|
"@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.0.2, @rollup/pluginutils@npm:^5.0.5, @rollup/pluginutils@npm:^5.1.0":
|
|
3291
|
-
version: 5.1.
|
|
3292
|
-
resolution: "@rollup/pluginutils@npm:5.1.
|
|
3291
|
+
version: 5.1.4
|
|
3292
|
+
resolution: "@rollup/pluginutils@npm:5.1.4"
|
|
3293
3293
|
dependencies:
|
|
3294
3294
|
"@types/estree": "npm:^1.0.0"
|
|
3295
3295
|
estree-walker: "npm:^2.0.2"
|
|
@@ -3299,7 +3299,7 @@ __metadata:
|
|
|
3299
3299
|
peerDependenciesMeta:
|
|
3300
3300
|
rollup:
|
|
3301
3301
|
optional: true
|
|
3302
|
-
checksum: 10c0/
|
|
3302
|
+
checksum: 10c0/6d58fbc6f1024eb4b087bc9bf59a1d655a8056a60c0b4021d3beaeec3f0743503f52467fd89d2cf0e7eccf2831feb40a05ad541a17637ea21ba10b21c2004deb
|
|
3303
3303
|
languageName: node
|
|
3304
3304
|
linkType: hard
|
|
3305
3305
|
|
|
@@ -5973,12 +5973,12 @@ __metadata:
|
|
|
5973
5973
|
linkType: hard
|
|
5974
5974
|
|
|
5975
5975
|
"@types/react@npm:16 || 17 || 18":
|
|
5976
|
-
version: 18.3.
|
|
5977
|
-
resolution: "@types/react@npm:18.3.
|
|
5976
|
+
version: 18.3.17
|
|
5977
|
+
resolution: "@types/react@npm:18.3.17"
|
|
5978
5978
|
dependencies:
|
|
5979
5979
|
"@types/prop-types": "npm:*"
|
|
5980
5980
|
csstype: "npm:^3.0.2"
|
|
5981
|
-
checksum: 10c0/
|
|
5981
|
+
checksum: 10c0/475191e9cd0ab5bef35cc1868295d6526cd78b25c1bb816f0747a1e92261688305f81c0e29aff52e6ea70397f133e34c399dc936cb5072f1acf465d9daacc0da
|
|
5982
5982
|
languageName: node
|
|
5983
5983
|
linkType: hard
|
|
5984
5984
|
|
|
@@ -6227,30 +6227,30 @@ __metadata:
|
|
|
6227
6227
|
languageName: node
|
|
6228
6228
|
linkType: hard
|
|
6229
6229
|
|
|
6230
|
-
"@volar/language-core@npm:2.4.
|
|
6231
|
-
version: 2.4.
|
|
6232
|
-
resolution: "@volar/language-core@npm:2.4.
|
|
6230
|
+
"@volar/language-core@npm:2.4.11, @volar/language-core@npm:~2.4.0-alpha.18":
|
|
6231
|
+
version: 2.4.11
|
|
6232
|
+
resolution: "@volar/language-core@npm:2.4.11"
|
|
6233
6233
|
dependencies:
|
|
6234
|
-
"@volar/source-map": "npm:2.4.
|
|
6235
|
-
checksum: 10c0/
|
|
6234
|
+
"@volar/source-map": "npm:2.4.11"
|
|
6235
|
+
checksum: 10c0/ccc5de0c28b4186dc99ff9856b2ac2318ee1818480af3ca406f3c09d42b19b6df8698b525f6cf0fed368332fc76659cd4433fb38e6a55a85c7cefc97d665ccf8
|
|
6236
6236
|
languageName: node
|
|
6237
6237
|
linkType: hard
|
|
6238
6238
|
|
|
6239
|
-
"@volar/source-map@npm:2.4.
|
|
6240
|
-
version: 2.4.
|
|
6241
|
-
resolution: "@volar/source-map@npm:2.4.
|
|
6242
|
-
checksum: 10c0/
|
|
6239
|
+
"@volar/source-map@npm:2.4.11":
|
|
6240
|
+
version: 2.4.11
|
|
6241
|
+
resolution: "@volar/source-map@npm:2.4.11"
|
|
6242
|
+
checksum: 10c0/8e5badf9f67d669679c48fe32258e082d823523ca2807438d38c0aac6c52b84d43580c8921b559fc5a27c0c7457ffcba569e60de7a597851690dec04ed77c5fc
|
|
6243
6243
|
languageName: node
|
|
6244
6244
|
linkType: hard
|
|
6245
6245
|
|
|
6246
6246
|
"@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
|
|
6247
|
-
version: 2.4.
|
|
6248
|
-
resolution: "@volar/typescript@npm:2.4.
|
|
6247
|
+
version: 2.4.11
|
|
6248
|
+
resolution: "@volar/typescript@npm:2.4.11"
|
|
6249
6249
|
dependencies:
|
|
6250
|
-
"@volar/language-core": "npm:2.4.
|
|
6250
|
+
"@volar/language-core": "npm:2.4.11"
|
|
6251
6251
|
path-browserify: "npm:^1.0.1"
|
|
6252
6252
|
vscode-uri: "npm:^3.0.8"
|
|
6253
|
-
checksum: 10c0/
|
|
6253
|
+
checksum: 10c0/bca9bda9c8c95fd06672b834d1804810fdad496e15ee8e2099f76de74fa529d835f342afb6b976e6e3bc4599a3bbbfd007a842694fe1300cf6286783b827f917
|
|
6254
6254
|
languageName: node
|
|
6255
6255
|
linkType: hard
|
|
6256
6256
|
|
|
@@ -7057,26 +7057,26 @@ __metadata:
|
|
|
7057
7057
|
linkType: hard
|
|
7058
7058
|
|
|
7059
7059
|
"array.prototype.flat@npm:^1.2.1, array.prototype.flat@npm:^1.2.3, array.prototype.flat@npm:^1.3.1":
|
|
7060
|
-
version: 1.3.
|
|
7061
|
-
resolution: "array.prototype.flat@npm:1.3.
|
|
7060
|
+
version: 1.3.3
|
|
7061
|
+
resolution: "array.prototype.flat@npm:1.3.3"
|
|
7062
7062
|
dependencies:
|
|
7063
|
-
call-bind: "npm:^1.0.
|
|
7064
|
-
define-properties: "npm:^1.2.
|
|
7065
|
-
es-abstract: "npm:^1.
|
|
7066
|
-
es-shim-unscopables: "npm:^1.0.
|
|
7067
|
-
checksum: 10c0/
|
|
7063
|
+
call-bind: "npm:^1.0.8"
|
|
7064
|
+
define-properties: "npm:^1.2.1"
|
|
7065
|
+
es-abstract: "npm:^1.23.5"
|
|
7066
|
+
es-shim-unscopables: "npm:^1.0.2"
|
|
7067
|
+
checksum: 10c0/d90e04dfbc43bb96b3d2248576753d1fb2298d2d972e29ca7ad5ec621f0d9e16ff8074dae647eac4f31f4fb7d3f561a7ac005fb01a71f51705a13b5af06a7d8a
|
|
7068
7068
|
languageName: node
|
|
7069
7069
|
linkType: hard
|
|
7070
7070
|
|
|
7071
7071
|
"array.prototype.flatmap@npm:^1.2.1, array.prototype.flatmap@npm:^1.3.2":
|
|
7072
|
-
version: 1.3.
|
|
7073
|
-
resolution: "array.prototype.flatmap@npm:1.3.
|
|
7072
|
+
version: 1.3.3
|
|
7073
|
+
resolution: "array.prototype.flatmap@npm:1.3.3"
|
|
7074
7074
|
dependencies:
|
|
7075
|
-
call-bind: "npm:^1.0.
|
|
7076
|
-
define-properties: "npm:^1.2.
|
|
7077
|
-
es-abstract: "npm:^1.
|
|
7078
|
-
es-shim-unscopables: "npm:^1.0.
|
|
7079
|
-
checksum: 10c0/
|
|
7075
|
+
call-bind: "npm:^1.0.8"
|
|
7076
|
+
define-properties: "npm:^1.2.1"
|
|
7077
|
+
es-abstract: "npm:^1.23.5"
|
|
7078
|
+
es-shim-unscopables: "npm:^1.0.2"
|
|
7079
|
+
checksum: 10c0/ba899ea22b9dc9bf276e773e98ac84638ed5e0236de06f13d63a90b18ca9e0ec7c97d622d899796e3773930b946cd2413d098656c0c5d8cc58c6f25c21e6bd54
|
|
7080
7080
|
languageName: node
|
|
7081
7081
|
linkType: hard
|
|
7082
7082
|
|
|
@@ -7122,19 +7122,18 @@ __metadata:
|
|
|
7122
7122
|
languageName: node
|
|
7123
7123
|
linkType: hard
|
|
7124
7124
|
|
|
7125
|
-
"arraybuffer.prototype.slice@npm:^1.0.
|
|
7126
|
-
version: 1.0.
|
|
7127
|
-
resolution: "arraybuffer.prototype.slice@npm:1.0.
|
|
7125
|
+
"arraybuffer.prototype.slice@npm:^1.0.4":
|
|
7126
|
+
version: 1.0.4
|
|
7127
|
+
resolution: "arraybuffer.prototype.slice@npm:1.0.4"
|
|
7128
7128
|
dependencies:
|
|
7129
7129
|
array-buffer-byte-length: "npm:^1.0.1"
|
|
7130
|
-
call-bind: "npm:^1.0.
|
|
7130
|
+
call-bind: "npm:^1.0.8"
|
|
7131
7131
|
define-properties: "npm:^1.2.1"
|
|
7132
|
-
es-abstract: "npm:^1.
|
|
7133
|
-
es-errors: "npm:^1.
|
|
7134
|
-
get-intrinsic: "npm:^1.2.
|
|
7132
|
+
es-abstract: "npm:^1.23.5"
|
|
7133
|
+
es-errors: "npm:^1.3.0"
|
|
7134
|
+
get-intrinsic: "npm:^1.2.6"
|
|
7135
7135
|
is-array-buffer: "npm:^3.0.4"
|
|
7136
|
-
|
|
7137
|
-
checksum: 10c0/d32754045bcb2294ade881d45140a5e52bda2321b9e98fa514797b7f0d252c4c5ab0d1edb34112652c62fa6a9398def568da63a4d7544672229afea283358c36
|
|
7136
|
+
checksum: 10c0/2f2459caa06ae0f7f615003f9104b01f6435cc803e11bd2a655107d52a1781dc040532dc44d93026b694cc18793993246237423e13a5337e86b43ed604932c06
|
|
7138
7137
|
languageName: node
|
|
7139
7138
|
linkType: hard
|
|
7140
7139
|
|
|
@@ -7825,16 +7824,16 @@ __metadata:
|
|
|
7825
7824
|
linkType: hard
|
|
7826
7825
|
|
|
7827
7826
|
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.2":
|
|
7828
|
-
version: 4.24.
|
|
7829
|
-
resolution: "browserslist@npm:4.24.
|
|
7827
|
+
version: 4.24.3
|
|
7828
|
+
resolution: "browserslist@npm:4.24.3"
|
|
7830
7829
|
dependencies:
|
|
7831
|
-
caniuse-lite: "npm:^1.0.
|
|
7832
|
-
electron-to-chromium: "npm:^1.5.
|
|
7833
|
-
node-releases: "npm:^2.0.
|
|
7830
|
+
caniuse-lite: "npm:^1.0.30001688"
|
|
7831
|
+
electron-to-chromium: "npm:^1.5.73"
|
|
7832
|
+
node-releases: "npm:^2.0.19"
|
|
7834
7833
|
update-browserslist-db: "npm:^1.1.1"
|
|
7835
7834
|
bin:
|
|
7836
7835
|
browserslist: cli.js
|
|
7837
|
-
checksum: 10c0/
|
|
7836
|
+
checksum: 10c0/bab261ef7b6e1656a719a9fa31240ae7ce4d5ba68e479f6b11e348d819346ab4c0ff6f4821f43adcc9c193a734b186775a83b37979e70a69d182965909fe569a
|
|
7838
7837
|
languageName: node
|
|
7839
7838
|
linkType: hard
|
|
7840
7839
|
|
|
@@ -8025,13 +8024,13 @@ __metadata:
|
|
|
8025
8024
|
languageName: node
|
|
8026
8025
|
linkType: hard
|
|
8027
8026
|
|
|
8028
|
-
"call-bound@npm:^1.0.2":
|
|
8029
|
-
version: 1.0.
|
|
8030
|
-
resolution: "call-bound@npm:1.0.
|
|
8027
|
+
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3":
|
|
8028
|
+
version: 1.0.3
|
|
8029
|
+
resolution: "call-bound@npm:1.0.3"
|
|
8031
8030
|
dependencies:
|
|
8032
|
-
call-bind: "npm:^1.0.
|
|
8033
|
-
get-intrinsic: "npm:^1.2.
|
|
8034
|
-
checksum: 10c0/
|
|
8031
|
+
call-bind-apply-helpers: "npm:^1.0.1"
|
|
8032
|
+
get-intrinsic: "npm:^1.2.6"
|
|
8033
|
+
checksum: 10c0/45257b8e7621067304b30dbd638e856cac913d31e8e00a80d6cf172911acd057846572d0b256b45e652d515db6601e2974a1b1a040e91b4fc36fb3dd86fa69cf
|
|
8035
8034
|
languageName: node
|
|
8036
8035
|
linkType: hard
|
|
8037
8036
|
|
|
@@ -8092,10 +8091,10 @@ __metadata:
|
|
|
8092
8091
|
languageName: node
|
|
8093
8092
|
linkType: hard
|
|
8094
8093
|
|
|
8095
|
-
"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.
|
|
8096
|
-
version: 1.0.
|
|
8097
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8098
|
-
checksum: 10c0/
|
|
8094
|
+
"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":
|
|
8095
|
+
version: 1.0.30001689
|
|
8096
|
+
resolution: "caniuse-lite@npm:1.0.30001689"
|
|
8097
|
+
checksum: 10c0/51cf99751dddfba24e13556ae0e0f38c062f76d49f2e24cce3d28e71a0325ca6fe04fe51b4a0e8467d601d94e72fea84f160bf577e7cbb5677f14ac673b6da20
|
|
8099
8098
|
languageName: node
|
|
8100
8099
|
linkType: hard
|
|
8101
8100
|
|
|
@@ -9838,13 +9837,13 @@ __metadata:
|
|
|
9838
9837
|
linkType: hard
|
|
9839
9838
|
|
|
9840
9839
|
"dunder-proto@npm:^1.0.0":
|
|
9841
|
-
version: 1.0.
|
|
9842
|
-
resolution: "dunder-proto@npm:1.0.
|
|
9840
|
+
version: 1.0.1
|
|
9841
|
+
resolution: "dunder-proto@npm:1.0.1"
|
|
9843
9842
|
dependencies:
|
|
9844
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
9843
|
+
call-bind-apply-helpers: "npm:^1.0.1"
|
|
9845
9844
|
es-errors: "npm:^1.3.0"
|
|
9846
9845
|
gopd: "npm:^1.2.0"
|
|
9847
|
-
checksum: 10c0/
|
|
9846
|
+
checksum: 10c0/199f2a0c1c16593ca0a145dbf76a962f8033ce3129f01284d48c45ed4e14fea9bbacd7b3610b6cdc33486cef20385ac054948fefc6272fcce645c09468f93031
|
|
9848
9847
|
languageName: node
|
|
9849
9848
|
linkType: hard
|
|
9850
9849
|
|
|
@@ -9881,10 +9880,10 @@ __metadata:
|
|
|
9881
9880
|
languageName: node
|
|
9882
9881
|
linkType: hard
|
|
9883
9882
|
|
|
9884
|
-
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.
|
|
9885
|
-
version: 1.5.
|
|
9886
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9887
|
-
checksum: 10c0/
|
|
9883
|
+
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9884
|
+
version: 1.5.74
|
|
9885
|
+
resolution: "electron-to-chromium@npm:1.5.74"
|
|
9886
|
+
checksum: 10c0/1a93119adbdeb0bba4c29e3bad5a48e6a4626ae50fbff2bc5c207f32e67ed64a5d8db6500befb44080359be3b18be7bf830fb920d5199d935be95bb9f97deb10
|
|
9888
9887
|
languageName: node
|
|
9889
9888
|
linkType: hard
|
|
9890
9889
|
|
|
@@ -10092,56 +10091,58 @@ __metadata:
|
|
|
10092
10091
|
linkType: hard
|
|
10093
10092
|
|
|
10094
10093
|
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3, es-abstract@npm:^1.23.5":
|
|
10095
|
-
version: 1.23.
|
|
10096
|
-
resolution: "es-abstract@npm:1.23.
|
|
10094
|
+
version: 1.23.6
|
|
10095
|
+
resolution: "es-abstract@npm:1.23.6"
|
|
10097
10096
|
dependencies:
|
|
10098
10097
|
array-buffer-byte-length: "npm:^1.0.1"
|
|
10099
|
-
arraybuffer.prototype.slice: "npm:^1.0.
|
|
10098
|
+
arraybuffer.prototype.slice: "npm:^1.0.4"
|
|
10100
10099
|
available-typed-arrays: "npm:^1.0.7"
|
|
10101
|
-
call-bind: "npm:^1.0.
|
|
10100
|
+
call-bind: "npm:^1.0.8"
|
|
10101
|
+
call-bound: "npm:^1.0.3"
|
|
10102
10102
|
data-view-buffer: "npm:^1.0.1"
|
|
10103
10103
|
data-view-byte-length: "npm:^1.0.1"
|
|
10104
10104
|
data-view-byte-offset: "npm:^1.0.0"
|
|
10105
|
-
es-define-property: "npm:^1.0.
|
|
10105
|
+
es-define-property: "npm:^1.0.1"
|
|
10106
10106
|
es-errors: "npm:^1.3.0"
|
|
10107
10107
|
es-object-atoms: "npm:^1.0.0"
|
|
10108
10108
|
es-set-tostringtag: "npm:^2.0.3"
|
|
10109
|
-
es-to-primitive: "npm:^1.
|
|
10110
|
-
function.prototype.name: "npm:^1.1.
|
|
10111
|
-
get-intrinsic: "npm:^1.2.
|
|
10109
|
+
es-to-primitive: "npm:^1.3.0"
|
|
10110
|
+
function.prototype.name: "npm:^1.1.7"
|
|
10111
|
+
get-intrinsic: "npm:^1.2.6"
|
|
10112
10112
|
get-symbol-description: "npm:^1.0.2"
|
|
10113
10113
|
globalthis: "npm:^1.0.4"
|
|
10114
|
-
gopd: "npm:^1.0
|
|
10114
|
+
gopd: "npm:^1.2.0"
|
|
10115
10115
|
has-property-descriptors: "npm:^1.0.2"
|
|
10116
|
-
has-proto: "npm:^1.0
|
|
10117
|
-
has-symbols: "npm:^1.0
|
|
10116
|
+
has-proto: "npm:^1.2.0"
|
|
10117
|
+
has-symbols: "npm:^1.1.0"
|
|
10118
10118
|
hasown: "npm:^2.0.2"
|
|
10119
|
-
internal-slot: "npm:^1.0
|
|
10119
|
+
internal-slot: "npm:^1.1.0"
|
|
10120
10120
|
is-array-buffer: "npm:^3.0.4"
|
|
10121
10121
|
is-callable: "npm:^1.2.7"
|
|
10122
|
-
is-data-view: "npm:^1.0.
|
|
10122
|
+
is-data-view: "npm:^1.0.2"
|
|
10123
10123
|
is-negative-zero: "npm:^2.0.3"
|
|
10124
|
-
is-regex: "npm:^1.1
|
|
10124
|
+
is-regex: "npm:^1.2.1"
|
|
10125
10125
|
is-shared-array-buffer: "npm:^1.0.3"
|
|
10126
|
-
is-string: "npm:^1.
|
|
10126
|
+
is-string: "npm:^1.1.1"
|
|
10127
10127
|
is-typed-array: "npm:^1.1.13"
|
|
10128
|
-
is-weakref: "npm:^1.0
|
|
10128
|
+
is-weakref: "npm:^1.1.0"
|
|
10129
|
+
math-intrinsics: "npm:^1.0.0"
|
|
10129
10130
|
object-inspect: "npm:^1.13.3"
|
|
10130
10131
|
object-keys: "npm:^1.1.1"
|
|
10131
10132
|
object.assign: "npm:^4.1.5"
|
|
10132
10133
|
regexp.prototype.flags: "npm:^1.5.3"
|
|
10133
|
-
safe-array-concat: "npm:^1.1.
|
|
10134
|
-
safe-regex-test: "npm:^1.0
|
|
10135
|
-
string.prototype.trim: "npm:^1.2.
|
|
10136
|
-
string.prototype.trimend: "npm:^1.0.
|
|
10134
|
+
safe-array-concat: "npm:^1.1.3"
|
|
10135
|
+
safe-regex-test: "npm:^1.1.0"
|
|
10136
|
+
string.prototype.trim: "npm:^1.2.10"
|
|
10137
|
+
string.prototype.trimend: "npm:^1.0.9"
|
|
10137
10138
|
string.prototype.trimstart: "npm:^1.0.8"
|
|
10138
10139
|
typed-array-buffer: "npm:^1.0.2"
|
|
10139
10140
|
typed-array-byte-length: "npm:^1.0.1"
|
|
10140
|
-
typed-array-byte-offset: "npm:^1.0.
|
|
10141
|
-
typed-array-length: "npm:^1.0.
|
|
10141
|
+
typed-array-byte-offset: "npm:^1.0.3"
|
|
10142
|
+
typed-array-length: "npm:^1.0.7"
|
|
10142
10143
|
unbox-primitive: "npm:^1.0.2"
|
|
10143
|
-
which-typed-array: "npm:^1.1.
|
|
10144
|
-
checksum: 10c0/
|
|
10144
|
+
which-typed-array: "npm:^1.1.16"
|
|
10145
|
+
checksum: 10c0/87c9cd85264f42e993ee2f7157c5e49c2866651bd7ff89a0799cc5bcfb962b19814e1f58c9970101072bab2a68a4fb859f094c6e8f161ba8042569431f0c1ec4
|
|
10145
10146
|
languageName: node
|
|
10146
10147
|
linkType: hard
|
|
10147
10148
|
|
|
@@ -10159,7 +10160,7 @@ __metadata:
|
|
|
10159
10160
|
languageName: node
|
|
10160
10161
|
linkType: hard
|
|
10161
10162
|
|
|
10162
|
-
"es-errors@npm:^1.0.0, es-errors@npm:^1.
|
|
10163
|
+
"es-errors@npm:^1.0.0, es-errors@npm:^1.3.0":
|
|
10163
10164
|
version: 1.3.0
|
|
10164
10165
|
resolution: "es-errors@npm:1.3.0"
|
|
10165
10166
|
checksum: 10c0/0a61325670072f98d8ae3b914edab3559b6caa980f08054a3b872052640d91da01d38df55df797fcc916389d77fc92b8d5906cf028f4db46d7e3003abecbca85
|
|
@@ -10226,7 +10227,7 @@ __metadata:
|
|
|
10226
10227
|
languageName: node
|
|
10227
10228
|
linkType: hard
|
|
10228
10229
|
|
|
10229
|
-
"es-shim-unscopables@npm:^1.0.
|
|
10230
|
+
"es-shim-unscopables@npm:^1.0.2":
|
|
10230
10231
|
version: 1.0.2
|
|
10231
10232
|
resolution: "es-shim-unscopables@npm:1.0.2"
|
|
10232
10233
|
dependencies:
|
|
@@ -10235,7 +10236,7 @@ __metadata:
|
|
|
10235
10236
|
languageName: node
|
|
10236
10237
|
linkType: hard
|
|
10237
10238
|
|
|
10238
|
-
"es-to-primitive@npm:^1.
|
|
10239
|
+
"es-to-primitive@npm:^1.3.0":
|
|
10239
10240
|
version: 1.3.0
|
|
10240
10241
|
resolution: "es-to-primitive@npm:1.3.0"
|
|
10241
10242
|
dependencies:
|
|
@@ -11527,15 +11528,16 @@ __metadata:
|
|
|
11527
11528
|
languageName: node
|
|
11528
11529
|
linkType: hard
|
|
11529
11530
|
|
|
11530
|
-
"function.prototype.name@npm:^1.1.0, function.prototype.name@npm:^1.1.6":
|
|
11531
|
-
version: 1.1.
|
|
11532
|
-
resolution: "function.prototype.name@npm:1.1.
|
|
11531
|
+
"function.prototype.name@npm:^1.1.0, function.prototype.name@npm:^1.1.6, function.prototype.name@npm:^1.1.7":
|
|
11532
|
+
version: 1.1.7
|
|
11533
|
+
resolution: "function.prototype.name@npm:1.1.7"
|
|
11533
11534
|
dependencies:
|
|
11534
|
-
call-bind: "npm:^1.0.
|
|
11535
|
-
define-properties: "npm:^1.2.
|
|
11536
|
-
es-abstract: "npm:^1.22.1"
|
|
11535
|
+
call-bind: "npm:^1.0.8"
|
|
11536
|
+
define-properties: "npm:^1.2.1"
|
|
11537
11537
|
functions-have-names: "npm:^1.2.3"
|
|
11538
|
-
|
|
11538
|
+
hasown: "npm:^2.0.2"
|
|
11539
|
+
is-callable: "npm:^1.2.7"
|
|
11540
|
+
checksum: 10c0/f369f794099a9883e8253290d84a7a3e37ed9d4e2b185bdb3034fcfe02d6ee9dd72b41ea1e6e556c49bce897c535aa373b8e31dab5b018875cf9bc0a70c5215f
|
|
11539
11541
|
languageName: node
|
|
11540
11542
|
linkType: hard
|
|
11541
11543
|
|
|
@@ -11590,7 +11592,7 @@ __metadata:
|
|
|
11590
11592
|
languageName: node
|
|
11591
11593
|
linkType: hard
|
|
11592
11594
|
|
|
11593
|
-
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.
|
|
11595
|
+
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6":
|
|
11594
11596
|
version: 1.2.6
|
|
11595
11597
|
resolution: "get-intrinsic@npm:1.2.6"
|
|
11596
11598
|
dependencies:
|
|
@@ -11994,7 +11996,7 @@ __metadata:
|
|
|
11994
11996
|
languageName: node
|
|
11995
11997
|
linkType: hard
|
|
11996
11998
|
|
|
11997
|
-
"has-proto@npm:^1.0.3":
|
|
11999
|
+
"has-proto@npm:^1.0.3, has-proto@npm:^1.2.0":
|
|
11998
12000
|
version: 1.2.0
|
|
11999
12001
|
resolution: "has-proto@npm:1.2.0"
|
|
12000
12002
|
dependencies:
|
|
@@ -12607,14 +12609,14 @@ __metadata:
|
|
|
12607
12609
|
languageName: node
|
|
12608
12610
|
linkType: hard
|
|
12609
12611
|
|
|
12610
|
-
"internal-slot@npm:^1.0.
|
|
12611
|
-
version: 1.0
|
|
12612
|
-
resolution: "internal-slot@npm:1.0
|
|
12612
|
+
"internal-slot@npm:^1.0.7, internal-slot@npm:^1.1.0":
|
|
12613
|
+
version: 1.1.0
|
|
12614
|
+
resolution: "internal-slot@npm:1.1.0"
|
|
12613
12615
|
dependencies:
|
|
12614
12616
|
es-errors: "npm:^1.3.0"
|
|
12615
|
-
hasown: "npm:^2.0.
|
|
12616
|
-
side-channel: "npm:^1.0
|
|
12617
|
-
checksum: 10c0/
|
|
12617
|
+
hasown: "npm:^2.0.2"
|
|
12618
|
+
side-channel: "npm:^1.1.0"
|
|
12619
|
+
checksum: 10c0/03966f5e259b009a9bf1a78d60da920df198af4318ec004f57b8aef1dd3fe377fbc8cce63a96e8c810010302654de89f9e19de1cd8ad0061d15be28a695465c7
|
|
12618
12620
|
languageName: node
|
|
12619
12621
|
linkType: hard
|
|
12620
12622
|
|
|
@@ -12711,22 +12713,23 @@ __metadata:
|
|
|
12711
12713
|
linkType: hard
|
|
12712
12714
|
|
|
12713
12715
|
"is-arguments@npm:^1.1.1":
|
|
12714
|
-
version: 1.
|
|
12715
|
-
resolution: "is-arguments@npm:1.
|
|
12716
|
+
version: 1.2.0
|
|
12717
|
+
resolution: "is-arguments@npm:1.2.0"
|
|
12716
12718
|
dependencies:
|
|
12717
|
-
call-
|
|
12718
|
-
has-tostringtag: "npm:^1.0.
|
|
12719
|
-
checksum: 10c0/
|
|
12719
|
+
call-bound: "npm:^1.0.2"
|
|
12720
|
+
has-tostringtag: "npm:^1.0.2"
|
|
12721
|
+
checksum: 10c0/6377344b31e9fcb707c6751ee89b11f132f32338e6a782ec2eac9393b0cbd32235dad93052998cda778ee058754860738341d8114910d50ada5615912bb929fc
|
|
12720
12722
|
languageName: node
|
|
12721
12723
|
linkType: hard
|
|
12722
12724
|
|
|
12723
12725
|
"is-array-buffer@npm:^3.0.4":
|
|
12724
|
-
version: 3.0.
|
|
12725
|
-
resolution: "is-array-buffer@npm:3.0.
|
|
12726
|
+
version: 3.0.5
|
|
12727
|
+
resolution: "is-array-buffer@npm:3.0.5"
|
|
12726
12728
|
dependencies:
|
|
12727
|
-
call-bind: "npm:^1.0.
|
|
12728
|
-
|
|
12729
|
-
|
|
12729
|
+
call-bind: "npm:^1.0.8"
|
|
12730
|
+
call-bound: "npm:^1.0.3"
|
|
12731
|
+
get-intrinsic: "npm:^1.2.6"
|
|
12732
|
+
checksum: 10c0/c5c9f25606e86dbb12e756694afbbff64bc8b348d1bc989324c037e1068695131930199d6ad381952715dad3a9569333817f0b1a72ce5af7f883ce802e49c83d
|
|
12730
12733
|
languageName: node
|
|
12731
12734
|
linkType: hard
|
|
12732
12735
|
|
|
@@ -12773,13 +12776,13 @@ __metadata:
|
|
|
12773
12776
|
languageName: node
|
|
12774
12777
|
linkType: hard
|
|
12775
12778
|
|
|
12776
|
-
"is-boolean-object@npm:^1.2.
|
|
12777
|
-
version: 1.2.
|
|
12778
|
-
resolution: "is-boolean-object@npm:1.2.
|
|
12779
|
+
"is-boolean-object@npm:^1.2.1":
|
|
12780
|
+
version: 1.2.1
|
|
12781
|
+
resolution: "is-boolean-object@npm:1.2.1"
|
|
12779
12782
|
dependencies:
|
|
12780
|
-
call-
|
|
12783
|
+
call-bound: "npm:^1.0.2"
|
|
12781
12784
|
has-tostringtag: "npm:^1.0.2"
|
|
12782
|
-
checksum: 10c0/
|
|
12785
|
+
checksum: 10c0/2ef601d255a39fdbde79cfe6be80c27b47430ed6712407f29b17d002e20f64c1e3d6692f1d842ba16bf1e9d8ddf1c4f13cac3ed7d9a4a21290f44879ebb4e8f5
|
|
12783
12786
|
languageName: node
|
|
12784
12787
|
linkType: hard
|
|
12785
12788
|
|
|
@@ -12815,12 +12818,12 @@ __metadata:
|
|
|
12815
12818
|
languageName: node
|
|
12816
12819
|
linkType: hard
|
|
12817
12820
|
|
|
12818
|
-
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.2.0":
|
|
12819
|
-
version: 2.
|
|
12820
|
-
resolution: "is-core-module@npm:2.
|
|
12821
|
+
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.16.0, is-core-module@npm:^2.2.0":
|
|
12822
|
+
version: 2.16.0
|
|
12823
|
+
resolution: "is-core-module@npm:2.16.0"
|
|
12821
12824
|
dependencies:
|
|
12822
12825
|
hasown: "npm:^2.0.2"
|
|
12823
|
-
checksum: 10c0/
|
|
12826
|
+
checksum: 10c0/57e3b4bf3503a5ace3e61ef030a2eefa03d27827647b22968456e3e4befffed7c7aa849eea2e029f4f74a119a2d53cc391d5bad59c9352ecc9b79be3fd2acf79
|
|
12824
12827
|
languageName: node
|
|
12825
12828
|
linkType: hard
|
|
12826
12829
|
|
|
@@ -12833,7 +12836,7 @@ __metadata:
|
|
|
12833
12836
|
languageName: node
|
|
12834
12837
|
linkType: hard
|
|
12835
12838
|
|
|
12836
|
-
"is-data-view@npm:^1.0.1":
|
|
12839
|
+
"is-data-view@npm:^1.0.1, is-data-view@npm:^1.0.2":
|
|
12837
12840
|
version: 1.0.2
|
|
12838
12841
|
resolution: "is-data-view@npm:1.0.2"
|
|
12839
12842
|
dependencies:
|
|
@@ -12844,12 +12847,13 @@ __metadata:
|
|
|
12844
12847
|
languageName: node
|
|
12845
12848
|
linkType: hard
|
|
12846
12849
|
|
|
12847
|
-
"is-date-object@npm:^1.0.5":
|
|
12848
|
-
version: 1.0
|
|
12849
|
-
resolution: "is-date-object@npm:1.0
|
|
12850
|
+
"is-date-object@npm:^1.0.5, is-date-object@npm:^1.1.0":
|
|
12851
|
+
version: 1.1.0
|
|
12852
|
+
resolution: "is-date-object@npm:1.1.0"
|
|
12850
12853
|
dependencies:
|
|
12851
|
-
|
|
12852
|
-
|
|
12854
|
+
call-bound: "npm:^1.0.2"
|
|
12855
|
+
has-tostringtag: "npm:^1.0.2"
|
|
12856
|
+
checksum: 10c0/1a4d199c8e9e9cac5128d32e6626fa7805175af9df015620ac0d5d45854ccf348ba494679d872d37301032e35a54fc7978fba1687e8721b2139aea7870cafa2f
|
|
12853
12857
|
languageName: node
|
|
12854
12858
|
linkType: hard
|
|
12855
12859
|
|
|
@@ -12930,11 +12934,11 @@ __metadata:
|
|
|
12930
12934
|
linkType: hard
|
|
12931
12935
|
|
|
12932
12936
|
"is-finalizationregistry@npm:^1.1.0":
|
|
12933
|
-
version: 1.1.
|
|
12934
|
-
resolution: "is-finalizationregistry@npm:1.1.
|
|
12937
|
+
version: 1.1.1
|
|
12938
|
+
resolution: "is-finalizationregistry@npm:1.1.1"
|
|
12935
12939
|
dependencies:
|
|
12936
|
-
call-
|
|
12937
|
-
checksum: 10c0/
|
|
12940
|
+
call-bound: "npm:^1.0.3"
|
|
12941
|
+
checksum: 10c0/818dff679b64f19e228a8205a1e2d09989a98e98def3a817f889208cfcbf918d321b251aadf2c05918194803ebd2eb01b14fc9d0b2bea53d984f4137bfca5e97
|
|
12938
12942
|
languageName: node
|
|
12939
12943
|
linkType: hard
|
|
12940
12944
|
|
|
@@ -13025,13 +13029,13 @@ __metadata:
|
|
|
13025
13029
|
languageName: node
|
|
13026
13030
|
linkType: hard
|
|
13027
13031
|
|
|
13028
|
-
"is-number-object@npm:^1.1.
|
|
13029
|
-
version: 1.1.
|
|
13030
|
-
resolution: "is-number-object@npm:1.1.
|
|
13032
|
+
"is-number-object@npm:^1.1.1":
|
|
13033
|
+
version: 1.1.1
|
|
13034
|
+
resolution: "is-number-object@npm:1.1.1"
|
|
13031
13035
|
dependencies:
|
|
13032
|
-
call-
|
|
13036
|
+
call-bound: "npm:^1.0.3"
|
|
13033
13037
|
has-tostringtag: "npm:^1.0.2"
|
|
13034
|
-
checksum: 10c0/
|
|
13038
|
+
checksum: 10c0/97b451b41f25135ff021d85c436ff0100d84a039bb87ffd799cbcdbea81ef30c464ced38258cdd34f080be08fc3b076ca1f472086286d2aa43521d6ec6a79f53
|
|
13035
13039
|
languageName: node
|
|
13036
13040
|
linkType: hard
|
|
13037
13041
|
|
|
@@ -13102,7 +13106,7 @@ __metadata:
|
|
|
13102
13106
|
languageName: node
|
|
13103
13107
|
linkType: hard
|
|
13104
13108
|
|
|
13105
|
-
"is-regex@npm:^1.1.2, is-regex@npm:^1.1
|
|
13109
|
+
"is-regex@npm:^1.1.2, is-regex@npm:^1.2.1":
|
|
13106
13110
|
version: 1.2.1
|
|
13107
13111
|
resolution: "is-regex@npm:1.2.1"
|
|
13108
13112
|
dependencies:
|
|
@@ -13128,7 +13132,7 @@ __metadata:
|
|
|
13128
13132
|
languageName: node
|
|
13129
13133
|
linkType: hard
|
|
13130
13134
|
|
|
13131
|
-
"is-shared-array-buffer@npm:^1.0.
|
|
13135
|
+
"is-shared-array-buffer@npm:^1.0.3":
|
|
13132
13136
|
version: 1.0.3
|
|
13133
13137
|
resolution: "is-shared-array-buffer@npm:1.0.3"
|
|
13134
13138
|
dependencies:
|
|
@@ -13151,24 +13155,24 @@ __metadata:
|
|
|
13151
13155
|
languageName: node
|
|
13152
13156
|
linkType: hard
|
|
13153
13157
|
|
|
13154
|
-
"is-string@npm:^1.0.7, is-string@npm:^1.1.
|
|
13155
|
-
version: 1.1.
|
|
13156
|
-
resolution: "is-string@npm:1.1.
|
|
13158
|
+
"is-string@npm:^1.0.7, is-string@npm:^1.1.1":
|
|
13159
|
+
version: 1.1.1
|
|
13160
|
+
resolution: "is-string@npm:1.1.1"
|
|
13157
13161
|
dependencies:
|
|
13158
|
-
call-
|
|
13162
|
+
call-bound: "npm:^1.0.3"
|
|
13159
13163
|
has-tostringtag: "npm:^1.0.2"
|
|
13160
|
-
checksum: 10c0/
|
|
13164
|
+
checksum: 10c0/2f518b4e47886bb81567faba6ffd0d8a8333cf84336e2e78bf160693972e32ad00fe84b0926491cc598dee576fdc55642c92e62d0cbe96bf36f643b6f956f94d
|
|
13161
13165
|
languageName: node
|
|
13162
13166
|
linkType: hard
|
|
13163
13167
|
|
|
13164
|
-
"is-symbol@npm:^1.0.3, is-symbol@npm:^1.0.4, is-symbol@npm:^1.1.
|
|
13165
|
-
version: 1.1.
|
|
13166
|
-
resolution: "is-symbol@npm:1.1.
|
|
13168
|
+
"is-symbol@npm:^1.0.3, is-symbol@npm:^1.0.4, is-symbol@npm:^1.1.1":
|
|
13169
|
+
version: 1.1.1
|
|
13170
|
+
resolution: "is-symbol@npm:1.1.1"
|
|
13167
13171
|
dependencies:
|
|
13168
|
-
call-
|
|
13169
|
-
has-symbols: "npm:^1.0
|
|
13170
|
-
safe-regex-test: "npm:^1.0
|
|
13171
|
-
checksum: 10c0/
|
|
13172
|
+
call-bound: "npm:^1.0.2"
|
|
13173
|
+
has-symbols: "npm:^1.1.0"
|
|
13174
|
+
safe-regex-test: "npm:^1.1.0"
|
|
13175
|
+
checksum: 10c0/f08f3e255c12442e833f75a9e2b84b2d4882fdfd920513cf2a4a2324f0a5b076c8fd913778e3ea5d258d5183e9d92c0cd20e04b03ab3df05316b049b2670af1e
|
|
13172
13176
|
languageName: node
|
|
13173
13177
|
linkType: hard
|
|
13174
13178
|
|
|
@@ -13195,22 +13199,22 @@ __metadata:
|
|
|
13195
13199
|
languageName: node
|
|
13196
13200
|
linkType: hard
|
|
13197
13201
|
|
|
13198
|
-
"is-weakref@npm:^1.0.2":
|
|
13199
|
-
version: 1.0
|
|
13200
|
-
resolution: "is-weakref@npm:1.0
|
|
13202
|
+
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
|
|
13203
|
+
version: 1.1.0
|
|
13204
|
+
resolution: "is-weakref@npm:1.1.0"
|
|
13201
13205
|
dependencies:
|
|
13202
|
-
call-
|
|
13203
|
-
checksum: 10c0/
|
|
13206
|
+
call-bound: "npm:^1.0.2"
|
|
13207
|
+
checksum: 10c0/aa835f62e29cb60132ecb3ec7d11bd0f39ec7322325abe8412b805aef47153ec2daefdb21759b049711c674f49b13202a31d8d126bcdff7d8671c78babd4ae5b
|
|
13204
13208
|
languageName: node
|
|
13205
13209
|
linkType: hard
|
|
13206
13210
|
|
|
13207
13211
|
"is-weakset@npm:^2.0.3":
|
|
13208
|
-
version: 2.0.
|
|
13209
|
-
resolution: "is-weakset@npm:2.0.
|
|
13212
|
+
version: 2.0.4
|
|
13213
|
+
resolution: "is-weakset@npm:2.0.4"
|
|
13210
13214
|
dependencies:
|
|
13211
|
-
call-
|
|
13212
|
-
get-intrinsic: "npm:^1.2.
|
|
13213
|
-
checksum: 10c0/
|
|
13215
|
+
call-bound: "npm:^1.0.3"
|
|
13216
|
+
get-intrinsic: "npm:^1.2.6"
|
|
13217
|
+
checksum: 10c0/6491eba08acb8dc9532da23cb226b7d0192ede0b88f16199e592e4769db0a077119c1f5d2283d1e0d16d739115f70046e887e477eb0e66cd90e1bb29f28ba647
|
|
13214
13218
|
languageName: node
|
|
13215
13219
|
linkType: hard
|
|
13216
13220
|
|
|
@@ -14105,11 +14109,11 @@ __metadata:
|
|
|
14105
14109
|
linkType: hard
|
|
14106
14110
|
|
|
14107
14111
|
"magic-string@npm:^0.30.11, magic-string@npm:^0.30.5":
|
|
14108
|
-
version: 0.30.
|
|
14109
|
-
resolution: "magic-string@npm:0.30.
|
|
14112
|
+
version: 0.30.17
|
|
14113
|
+
resolution: "magic-string@npm:0.30.17"
|
|
14110
14114
|
dependencies:
|
|
14111
14115
|
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
14112
|
-
checksum: 10c0/
|
|
14116
|
+
checksum: 10c0/16826e415d04b88378f200fe022b53e638e3838b9e496edda6c0e086d7753a44a6ed187adc72d19f3623810589bf139af1a315541cd6a26ae0771a0193eaf7b8
|
|
14113
14117
|
languageName: node
|
|
14114
14118
|
linkType: hard
|
|
14115
14119
|
|
|
@@ -15120,7 +15124,7 @@ __metadata:
|
|
|
15120
15124
|
languageName: node
|
|
15121
15125
|
linkType: hard
|
|
15122
15126
|
|
|
15123
|
-
"node-releases@npm:^2.0.
|
|
15127
|
+
"node-releases@npm:^2.0.19":
|
|
15124
15128
|
version: 2.0.19
|
|
15125
15129
|
resolution: "node-releases@npm:2.0.19"
|
|
15126
15130
|
checksum: 10c0/52a0dbd25ccf545892670d1551690fe0facb6a471e15f2cfa1b20142a5b255b3aa254af5f59d6ecb69c2bec7390bc643c43aa63b13bf5e64b6075952e716b1aa
|
|
@@ -17839,38 +17843,38 @@ __metadata:
|
|
|
17839
17843
|
languageName: node
|
|
17840
17844
|
linkType: hard
|
|
17841
17845
|
|
|
17842
|
-
"react-remove-scroll-bar@npm:^2.3.
|
|
17843
|
-
version: 2.3.
|
|
17844
|
-
resolution: "react-remove-scroll-bar@npm:2.3.
|
|
17846
|
+
"react-remove-scroll-bar@npm:^2.3.7":
|
|
17847
|
+
version: 2.3.8
|
|
17848
|
+
resolution: "react-remove-scroll-bar@npm:2.3.8"
|
|
17845
17849
|
dependencies:
|
|
17846
|
-
react-style-singleton: "npm:^2.2.
|
|
17850
|
+
react-style-singleton: "npm:^2.2.2"
|
|
17847
17851
|
tslib: "npm:^2.0.0"
|
|
17848
17852
|
peerDependencies:
|
|
17849
|
-
"@types/react":
|
|
17850
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
17853
|
+
"@types/react": "*"
|
|
17854
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
17851
17855
|
peerDependenciesMeta:
|
|
17852
17856
|
"@types/react":
|
|
17853
17857
|
optional: true
|
|
17854
|
-
checksum: 10c0/
|
|
17858
|
+
checksum: 10c0/9a0675c66cbb52c325bdbfaed80987a829c4504cefd8ff2dd3b6b3afc9a1500b8ec57b212e92c1fb654396d07bbe18830a8146fe77677d2a29ce40b5e1f78654
|
|
17855
17859
|
languageName: node
|
|
17856
17860
|
linkType: hard
|
|
17857
17861
|
|
|
17858
17862
|
"react-remove-scroll@npm:^2.5.5":
|
|
17859
|
-
version: 2.6.
|
|
17860
|
-
resolution: "react-remove-scroll@npm:2.6.
|
|
17863
|
+
version: 2.6.1
|
|
17864
|
+
resolution: "react-remove-scroll@npm:2.6.1"
|
|
17861
17865
|
dependencies:
|
|
17862
|
-
react-remove-scroll-bar: "npm:^2.3.
|
|
17866
|
+
react-remove-scroll-bar: "npm:^2.3.7"
|
|
17863
17867
|
react-style-singleton: "npm:^2.2.1"
|
|
17864
17868
|
tslib: "npm:^2.1.0"
|
|
17865
17869
|
use-callback-ref: "npm:^1.3.0"
|
|
17866
17870
|
use-sidecar: "npm:^1.1.2"
|
|
17867
17871
|
peerDependencies:
|
|
17868
|
-
"@types/react":
|
|
17869
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
17872
|
+
"@types/react": "*"
|
|
17873
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
17870
17874
|
peerDependenciesMeta:
|
|
17871
17875
|
"@types/react":
|
|
17872
17876
|
optional: true
|
|
17873
|
-
checksum: 10c0/
|
|
17877
|
+
checksum: 10c0/148abfdeec064bde4ae19c66742464b4a2075e96962c9d0a9170d6719b3fcf272951ce84fc84b356e9300bef985ba5c9d48f74d09f3097328e325de435b35972
|
|
17874
17878
|
languageName: node
|
|
17875
17879
|
linkType: hard
|
|
17876
17880
|
|
|
@@ -17990,20 +17994,19 @@ __metadata:
|
|
|
17990
17994
|
languageName: node
|
|
17991
17995
|
linkType: hard
|
|
17992
17996
|
|
|
17993
|
-
"react-style-singleton@npm:^2.2.1":
|
|
17994
|
-
version: 2.2.
|
|
17995
|
-
resolution: "react-style-singleton@npm:2.2.
|
|
17997
|
+
"react-style-singleton@npm:^2.2.1, react-style-singleton@npm:^2.2.2":
|
|
17998
|
+
version: 2.2.3
|
|
17999
|
+
resolution: "react-style-singleton@npm:2.2.3"
|
|
17996
18000
|
dependencies:
|
|
17997
18001
|
get-nonce: "npm:^1.0.0"
|
|
17998
|
-
invariant: "npm:^2.2.4"
|
|
17999
18002
|
tslib: "npm:^2.0.0"
|
|
18000
18003
|
peerDependencies:
|
|
18001
|
-
"@types/react":
|
|
18002
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
18004
|
+
"@types/react": "*"
|
|
18005
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
18003
18006
|
peerDependenciesMeta:
|
|
18004
18007
|
"@types/react":
|
|
18005
18008
|
optional: true
|
|
18006
|
-
checksum: 10c0/
|
|
18009
|
+
checksum: 10c0/841938ff16d16a6b76895f4cb2e1fea957e5fe3b30febbf03a54892dae1c9153f2383e231dea0b3ba41192ad2f2849448fa859caccd288943bce32639e971bee
|
|
18007
18010
|
languageName: node
|
|
18008
18011
|
linkType: hard
|
|
18009
18012
|
|
|
@@ -18639,15 +18642,15 @@ __metadata:
|
|
|
18639
18642
|
linkType: hard
|
|
18640
18643
|
|
|
18641
18644
|
"resolve@npm:^1.1.7, resolve@npm:^1.10.0, resolve@npm:^1.12.0, resolve@npm:^1.14.2, resolve@npm:^1.17.0, resolve@npm:^1.19.0, resolve@npm:^1.22.2, resolve@npm:^1.22.4, resolve@npm:^1.3.2, resolve@npm:~1.22.1, resolve@npm:~1.22.2":
|
|
18642
|
-
version: 1.22.
|
|
18643
|
-
resolution: "resolve@npm:1.22.
|
|
18645
|
+
version: 1.22.9
|
|
18646
|
+
resolution: "resolve@npm:1.22.9"
|
|
18644
18647
|
dependencies:
|
|
18645
|
-
is-core-module: "npm:^2.
|
|
18648
|
+
is-core-module: "npm:^2.16.0"
|
|
18646
18649
|
path-parse: "npm:^1.0.7"
|
|
18647
18650
|
supports-preserve-symlinks-flag: "npm:^1.0.0"
|
|
18648
18651
|
bin:
|
|
18649
18652
|
resolve: bin/resolve
|
|
18650
|
-
checksum: 10c0/
|
|
18653
|
+
checksum: 10c0/314cea2c47f956743f106256854203bd43a60a3ec6fb85ee6894e75cf4b16004952e4280319bfeb4c6fb1246e3ecd27f2699abb2e2b316b7c5727ec6491505c9
|
|
18651
18654
|
languageName: node
|
|
18652
18655
|
linkType: hard
|
|
18653
18656
|
|
|
@@ -18675,15 +18678,15 @@ __metadata:
|
|
|
18675
18678
|
linkType: hard
|
|
18676
18679
|
|
|
18677
18680
|
"resolve@patch:resolve@npm%3A^1.1.7#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.10.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.12.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.17.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.22.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.3.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A~1.22.1#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A~1.22.2#optional!builtin<compat/resolve>":
|
|
18678
|
-
version: 1.22.
|
|
18679
|
-
resolution: "resolve@patch:resolve@npm%3A1.22.
|
|
18681
|
+
version: 1.22.9
|
|
18682
|
+
resolution: "resolve@patch:resolve@npm%3A1.22.9#optional!builtin<compat/resolve>::version=1.22.9&hash=c3c19d"
|
|
18680
18683
|
dependencies:
|
|
18681
|
-
is-core-module: "npm:^2.
|
|
18684
|
+
is-core-module: "npm:^2.16.0"
|
|
18682
18685
|
path-parse: "npm:^1.0.7"
|
|
18683
18686
|
supports-preserve-symlinks-flag: "npm:^1.0.0"
|
|
18684
18687
|
bin:
|
|
18685
18688
|
resolve: bin/resolve
|
|
18686
|
-
checksum: 10c0/
|
|
18689
|
+
checksum: 10c0/dadd8c85040784fdc18d6edc0cc27f7f35776c5d904b030ea67485ab9a5607568187afcfaf157e6fa9db9274481d155356bc42ca578c5578be25965b880d1e80
|
|
18687
18690
|
languageName: node
|
|
18688
18691
|
linkType: hard
|
|
18689
18692
|
|
|
@@ -19018,7 +19021,7 @@ __metadata:
|
|
|
19018
19021
|
languageName: node
|
|
19019
19022
|
linkType: hard
|
|
19020
19023
|
|
|
19021
|
-
"safe-array-concat@npm:^1.1.2":
|
|
19024
|
+
"safe-array-concat@npm:^1.1.2, safe-array-concat@npm:^1.1.3":
|
|
19022
19025
|
version: 1.1.3
|
|
19023
19026
|
resolution: "safe-array-concat@npm:1.1.3"
|
|
19024
19027
|
dependencies:
|
|
@@ -19052,14 +19055,14 @@ __metadata:
|
|
|
19052
19055
|
languageName: node
|
|
19053
19056
|
linkType: hard
|
|
19054
19057
|
|
|
19055
|
-
"safe-regex-test@npm:^1.0
|
|
19056
|
-
version: 1.0
|
|
19057
|
-
resolution: "safe-regex-test@npm:1.0
|
|
19058
|
+
"safe-regex-test@npm:^1.1.0":
|
|
19059
|
+
version: 1.1.0
|
|
19060
|
+
resolution: "safe-regex-test@npm:1.1.0"
|
|
19058
19061
|
dependencies:
|
|
19059
|
-
call-
|
|
19062
|
+
call-bound: "npm:^1.0.2"
|
|
19060
19063
|
es-errors: "npm:^1.3.0"
|
|
19061
|
-
is-regex: "npm:^1.1
|
|
19062
|
-
checksum: 10c0/
|
|
19064
|
+
is-regex: "npm:^1.2.1"
|
|
19065
|
+
checksum: 10c0/f2c25281bbe5d39cddbbce7f86fca5ea9b3ce3354ea6cd7c81c31b006a5a9fff4286acc5450a3b9122c56c33eba69c56b9131ad751457b2b4a585825e6a10665
|
|
19063
19066
|
languageName: node
|
|
19064
19067
|
linkType: hard
|
|
19065
19068
|
|
|
@@ -19481,7 +19484,7 @@ __metadata:
|
|
|
19481
19484
|
languageName: node
|
|
19482
19485
|
linkType: hard
|
|
19483
19486
|
|
|
19484
|
-
"side-channel@npm:^1.0.
|
|
19487
|
+
"side-channel@npm:^1.0.6, side-channel@npm:^1.1.0":
|
|
19485
19488
|
version: 1.1.0
|
|
19486
19489
|
resolution: "side-channel@npm:1.1.0"
|
|
19487
19490
|
dependencies:
|
|
@@ -19874,11 +19877,12 @@ __metadata:
|
|
|
19874
19877
|
linkType: hard
|
|
19875
19878
|
|
|
19876
19879
|
"stop-iteration-iterator@npm:^1.0.0":
|
|
19877
|
-
version: 1.
|
|
19878
|
-
resolution: "stop-iteration-iterator@npm:1.
|
|
19880
|
+
version: 1.1.0
|
|
19881
|
+
resolution: "stop-iteration-iterator@npm:1.1.0"
|
|
19879
19882
|
dependencies:
|
|
19880
|
-
|
|
19881
|
-
|
|
19883
|
+
es-errors: "npm:^1.3.0"
|
|
19884
|
+
internal-slot: "npm:^1.1.0"
|
|
19885
|
+
checksum: 10c0/de4e45706bb4c0354a4b1122a2b8cc45a639e86206807ce0baf390ee9218d3ef181923fa4d2b67443367c491aa255c5fbaa64bb74648e3c5b48299928af86c09
|
|
19882
19886
|
languageName: node
|
|
19883
19887
|
linkType: hard
|
|
19884
19888
|
|
|
@@ -20039,7 +20043,7 @@ __metadata:
|
|
|
20039
20043
|
languageName: node
|
|
20040
20044
|
linkType: hard
|
|
20041
20045
|
|
|
20042
|
-
"string.prototype.trim@npm:^1.2.
|
|
20046
|
+
"string.prototype.trim@npm:^1.2.10":
|
|
20043
20047
|
version: 1.2.10
|
|
20044
20048
|
resolution: "string.prototype.trim@npm:1.2.10"
|
|
20045
20049
|
dependencies:
|
|
@@ -20054,7 +20058,7 @@ __metadata:
|
|
|
20054
20058
|
languageName: node
|
|
20055
20059
|
linkType: hard
|
|
20056
20060
|
|
|
20057
|
-
"string.prototype.trimend@npm:^1.0.
|
|
20061
|
+
"string.prototype.trimend@npm:^1.0.9":
|
|
20058
20062
|
version: 1.0.9
|
|
20059
20063
|
resolution: "string.prototype.trimend@npm:1.0.9"
|
|
20060
20064
|
dependencies:
|
|
@@ -20901,7 +20905,7 @@ __metadata:
|
|
|
20901
20905
|
languageName: node
|
|
20902
20906
|
linkType: hard
|
|
20903
20907
|
|
|
20904
|
-
"typed-array-byte-offset@npm:^1.0.
|
|
20908
|
+
"typed-array-byte-offset@npm:^1.0.3":
|
|
20905
20909
|
version: 1.0.3
|
|
20906
20910
|
resolution: "typed-array-byte-offset@npm:1.0.3"
|
|
20907
20911
|
dependencies:
|
|
@@ -20916,7 +20920,7 @@ __metadata:
|
|
|
20916
20920
|
languageName: node
|
|
20917
20921
|
linkType: hard
|
|
20918
20922
|
|
|
20919
|
-
"typed-array-length@npm:^1.0.
|
|
20923
|
+
"typed-array-length@npm:^1.0.7":
|
|
20920
20924
|
version: 1.0.7
|
|
20921
20925
|
resolution: "typed-array-length@npm:1.0.7"
|
|
20922
20926
|
dependencies:
|
|
@@ -21001,14 +21005,14 @@ __metadata:
|
|
|
21001
21005
|
linkType: hard
|
|
21002
21006
|
|
|
21003
21007
|
"unbox-primitive@npm:^1.0.2":
|
|
21004
|
-
version: 1.0
|
|
21005
|
-
resolution: "unbox-primitive@npm:1.0
|
|
21008
|
+
version: 1.1.0
|
|
21009
|
+
resolution: "unbox-primitive@npm:1.1.0"
|
|
21006
21010
|
dependencies:
|
|
21007
|
-
call-
|
|
21011
|
+
call-bound: "npm:^1.0.3"
|
|
21008
21012
|
has-bigints: "npm:^1.0.2"
|
|
21009
|
-
has-symbols: "npm:^1.0
|
|
21010
|
-
which-boxed-primitive: "npm:^1.
|
|
21011
|
-
checksum: 10c0/
|
|
21013
|
+
has-symbols: "npm:^1.1.0"
|
|
21014
|
+
which-boxed-primitive: "npm:^1.1.1"
|
|
21015
|
+
checksum: 10c0/7dbd35ab02b0e05fe07136c72cb9355091242455473ec15057c11430129bab38b7b3624019b8778d02a881c13de44d63cd02d122ee782fb519e1de7775b5b982
|
|
21012
21016
|
languageName: node
|
|
21013
21017
|
linkType: hard
|
|
21014
21018
|
|
|
@@ -21373,11 +21377,14 @@ __metadata:
|
|
|
21373
21377
|
linkType: hard
|
|
21374
21378
|
|
|
21375
21379
|
"use-composed-ref@npm:^1.3.0":
|
|
21376
|
-
version: 1.
|
|
21377
|
-
resolution: "use-composed-ref@npm:1.
|
|
21380
|
+
version: 1.4.0
|
|
21381
|
+
resolution: "use-composed-ref@npm:1.4.0"
|
|
21378
21382
|
peerDependencies:
|
|
21379
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
21380
|
-
|
|
21383
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
21384
|
+
peerDependenciesMeta:
|
|
21385
|
+
"@types/react":
|
|
21386
|
+
optional: true
|
|
21387
|
+
checksum: 10c0/c77e0cba9579b7746d52feaf3ce77d8c345f266c9c1ef46584ae68f54646537c87b2ad97f5219a4b1db52f97ec2905e88e5b146add1f28f7e457bd52ca1b93cf
|
|
21381
21388
|
languageName: node
|
|
21382
21389
|
linkType: hard
|
|
21383
21390
|
|
|
@@ -21403,32 +21410,32 @@ __metadata:
|
|
|
21403
21410
|
linkType: hard
|
|
21404
21411
|
|
|
21405
21412
|
"use-latest@npm:^1.2.1":
|
|
21406
|
-
version: 1.
|
|
21407
|
-
resolution: "use-latest@npm:1.
|
|
21413
|
+
version: 1.3.0
|
|
21414
|
+
resolution: "use-latest@npm:1.3.0"
|
|
21408
21415
|
dependencies:
|
|
21409
21416
|
use-isomorphic-layout-effect: "npm:^1.1.1"
|
|
21410
21417
|
peerDependencies:
|
|
21411
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
21418
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
21412
21419
|
peerDependenciesMeta:
|
|
21413
21420
|
"@types/react":
|
|
21414
21421
|
optional: true
|
|
21415
|
-
checksum: 10c0/
|
|
21422
|
+
checksum: 10c0/067c648814ad0c1f1e89d2d0e496254b05c4bed6a34e23045b4413824222aab08fd803c59a42852acc16830c17567d03f8c90af0a62be2f4e4b931454d079798
|
|
21416
21423
|
languageName: node
|
|
21417
21424
|
linkType: hard
|
|
21418
21425
|
|
|
21419
21426
|
"use-sidecar@npm:^1.1.2":
|
|
21420
|
-
version: 1.1.
|
|
21421
|
-
resolution: "use-sidecar@npm:1.1.
|
|
21427
|
+
version: 1.1.3
|
|
21428
|
+
resolution: "use-sidecar@npm:1.1.3"
|
|
21422
21429
|
dependencies:
|
|
21423
21430
|
detect-node-es: "npm:^1.1.0"
|
|
21424
21431
|
tslib: "npm:^2.0.0"
|
|
21425
21432
|
peerDependencies:
|
|
21426
|
-
"@types/react":
|
|
21427
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
21433
|
+
"@types/react": "*"
|
|
21434
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
21428
21435
|
peerDependenciesMeta:
|
|
21429
21436
|
"@types/react":
|
|
21430
21437
|
optional: true
|
|
21431
|
-
checksum: 10c0/
|
|
21438
|
+
checksum: 10c0/161599bf921cfaa41c85d2b01c871975ee99260f3e874c2d41c05890d41170297bdcf314bc5185e7a700de2034ac5b888e3efc8e9f35724f4918f53538d717c9
|
|
21432
21439
|
languageName: node
|
|
21433
21440
|
linkType: hard
|
|
21434
21441
|
|
|
@@ -21897,37 +21904,37 @@ __metadata:
|
|
|
21897
21904
|
languageName: node
|
|
21898
21905
|
linkType: hard
|
|
21899
21906
|
|
|
21900
|
-
"which-boxed-primitive@npm:^1.0.
|
|
21901
|
-
version: 1.1.
|
|
21902
|
-
resolution: "which-boxed-primitive@npm:1.1.
|
|
21907
|
+
"which-boxed-primitive@npm:^1.1.0, which-boxed-primitive@npm:^1.1.1":
|
|
21908
|
+
version: 1.1.1
|
|
21909
|
+
resolution: "which-boxed-primitive@npm:1.1.1"
|
|
21903
21910
|
dependencies:
|
|
21904
21911
|
is-bigint: "npm:^1.1.0"
|
|
21905
|
-
is-boolean-object: "npm:^1.2.
|
|
21906
|
-
is-number-object: "npm:^1.1.
|
|
21907
|
-
is-string: "npm:^1.1.
|
|
21908
|
-
is-symbol: "npm:^1.1.
|
|
21909
|
-
checksum: 10c0/
|
|
21912
|
+
is-boolean-object: "npm:^1.2.1"
|
|
21913
|
+
is-number-object: "npm:^1.1.1"
|
|
21914
|
+
is-string: "npm:^1.1.1"
|
|
21915
|
+
is-symbol: "npm:^1.1.1"
|
|
21916
|
+
checksum: 10c0/aceea8ede3b08dede7dce168f3883323f7c62272b49801716e8332ff750e7ae59a511ae088840bc6874f16c1b7fd296c05c949b0e5b357bfe3c431b98c417abe
|
|
21910
21917
|
languageName: node
|
|
21911
21918
|
linkType: hard
|
|
21912
21919
|
|
|
21913
21920
|
"which-builtin-type@npm:^1.2.0":
|
|
21914
|
-
version: 1.2.
|
|
21915
|
-
resolution: "which-builtin-type@npm:1.2.
|
|
21921
|
+
version: 1.2.1
|
|
21922
|
+
resolution: "which-builtin-type@npm:1.2.1"
|
|
21916
21923
|
dependencies:
|
|
21917
|
-
call-
|
|
21924
|
+
call-bound: "npm:^1.0.2"
|
|
21918
21925
|
function.prototype.name: "npm:^1.1.6"
|
|
21919
21926
|
has-tostringtag: "npm:^1.0.2"
|
|
21920
21927
|
is-async-function: "npm:^2.0.0"
|
|
21921
|
-
is-date-object: "npm:^1.0
|
|
21928
|
+
is-date-object: "npm:^1.1.0"
|
|
21922
21929
|
is-finalizationregistry: "npm:^1.1.0"
|
|
21923
21930
|
is-generator-function: "npm:^1.0.10"
|
|
21924
|
-
is-regex: "npm:^1.1
|
|
21931
|
+
is-regex: "npm:^1.2.1"
|
|
21925
21932
|
is-weakref: "npm:^1.0.2"
|
|
21926
21933
|
isarray: "npm:^2.0.5"
|
|
21927
|
-
which-boxed-primitive: "npm:^1.0
|
|
21934
|
+
which-boxed-primitive: "npm:^1.1.0"
|
|
21928
21935
|
which-collection: "npm:^1.0.2"
|
|
21929
|
-
which-typed-array: "npm:^1.1.
|
|
21930
|
-
checksum: 10c0/
|
|
21936
|
+
which-typed-array: "npm:^1.1.16"
|
|
21937
|
+
checksum: 10c0/8dcf323c45e5c27887800df42fbe0431d0b66b1163849bb7d46b5a730ad6a96ee8bfe827d078303f825537844ebf20c02459de41239a0a9805e2fcb3cae0d471
|
|
21931
21938
|
languageName: node
|
|
21932
21939
|
linkType: hard
|
|
21933
21940
|
|
|
@@ -21943,7 +21950,7 @@ __metadata:
|
|
|
21943
21950
|
languageName: node
|
|
21944
21951
|
linkType: hard
|
|
21945
21952
|
|
|
21946
|
-
"which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.
|
|
21953
|
+
"which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.16":
|
|
21947
21954
|
version: 1.1.16
|
|
21948
21955
|
resolution: "which-typed-array@npm:1.1.16"
|
|
21949
21956
|
dependencies:
|