@commercetools-frontend-extensions/export-resources-modal 4.11.0 → 4.11.1
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.
|
@@ -69,241 +69,299 @@ function getNewLine() {
|
|
|
69
69
|
|
|
70
70
|
var messages = defineMessages({
|
|
71
71
|
'modalTitle.category': {
|
|
72
|
-
id:
|
|
73
|
-
|
|
72
|
+
id: 'ExportResourcesModal.modalTitle.category',
|
|
73
|
+
description: 'Label for the categories modal title',
|
|
74
|
+
defaultMessage: 'Export categories'
|
|
74
75
|
},
|
|
75
76
|
'modalTitle.product': {
|
|
76
|
-
id:
|
|
77
|
-
|
|
77
|
+
id: 'ExportResourcesModal.modalTitle.product',
|
|
78
|
+
description: 'Label for the products modal title',
|
|
79
|
+
defaultMessage: 'Export products'
|
|
78
80
|
},
|
|
79
81
|
'modalTitle.inventory-entry': {
|
|
80
|
-
id:
|
|
81
|
-
|
|
82
|
+
id: 'ExportResourcesModal.modalTitle.inventoryEntry',
|
|
83
|
+
description: 'Label for the inventories modal title',
|
|
84
|
+
defaultMessage: 'Export inventories'
|
|
82
85
|
},
|
|
83
86
|
'modalTitle.discount-code': {
|
|
84
|
-
id:
|
|
85
|
-
|
|
87
|
+
id: 'ExportResourcesModal.modalTitle.discountCode',
|
|
88
|
+
description: 'Label for the discount codes modal title',
|
|
89
|
+
defaultMessage: 'Export discount codes'
|
|
86
90
|
},
|
|
87
91
|
'modalTitle.customer': {
|
|
88
|
-
id:
|
|
89
|
-
|
|
92
|
+
id: 'ExportResourcesModal.modalTitle.customer',
|
|
93
|
+
description: 'Label for the customers modal title',
|
|
94
|
+
defaultMessage: 'Export customers'
|
|
90
95
|
},
|
|
91
96
|
'modalTitle.order': {
|
|
92
|
-
id:
|
|
93
|
-
|
|
97
|
+
id: 'ExportResourcesModal.modalTitle.order',
|
|
98
|
+
description: 'Label for the orders modal title',
|
|
99
|
+
defaultMessage: 'Export orders'
|
|
94
100
|
},
|
|
95
101
|
'modalTitle.product-type': {
|
|
96
|
-
id:
|
|
97
|
-
|
|
102
|
+
id: 'ExportResourcesModal.modalTitle.productType',
|
|
103
|
+
description: 'Label for the product types modal title',
|
|
104
|
+
defaultMessage: 'Export product types'
|
|
98
105
|
},
|
|
99
106
|
outputFormat: {
|
|
100
|
-
id:
|
|
101
|
-
|
|
107
|
+
id: 'ExportResourcesModal.outputFormat',
|
|
108
|
+
description: 'File format like (csv, xls, ...etc)',
|
|
109
|
+
defaultMessage: 'File format'
|
|
102
110
|
},
|
|
103
111
|
fileName: {
|
|
104
|
-
id:
|
|
105
|
-
|
|
112
|
+
id: 'ExportResourcesModal.fileName',
|
|
113
|
+
description: 'exported file name',
|
|
114
|
+
defaultMessage: 'File name'
|
|
106
115
|
},
|
|
107
116
|
locale: {
|
|
108
|
-
id:
|
|
109
|
-
|
|
117
|
+
id: 'ExportResourcesModal.locale',
|
|
118
|
+
description: 'Locale',
|
|
119
|
+
defaultMessage: 'Locale'
|
|
110
120
|
},
|
|
111
121
|
exportBasedOnMyViewsMessage: {
|
|
112
|
-
id:
|
|
113
|
-
|
|
122
|
+
id: 'ExportResourcesModal.exportBasedOnMyViewsMessage',
|
|
123
|
+
description: 'Select Export setttings based on my views',
|
|
124
|
+
defaultMessage: 'Select export settings based on:'
|
|
114
125
|
},
|
|
115
126
|
propertiesPanelLabel: {
|
|
116
|
-
id:
|
|
117
|
-
|
|
127
|
+
id: 'ExportResourcesModal.propertiesPanelLabel',
|
|
128
|
+
description: 'properties panel label',
|
|
129
|
+
defaultMessage: 'Properties'
|
|
118
130
|
},
|
|
119
131
|
exportOperationSuccessMessage: {
|
|
120
|
-
id:
|
|
121
|
-
|
|
132
|
+
id: 'ExportResourcesModal.exportOperationSuccessMessage',
|
|
133
|
+
description: 'Success message',
|
|
134
|
+
defaultMessage: '<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file.'
|
|
122
135
|
},
|
|
123
136
|
nothingApplied: {
|
|
124
|
-
id:
|
|
125
|
-
|
|
137
|
+
id: 'ExportResourcesModal.nothingApplied',
|
|
138
|
+
description: 'Shown when there is no filter applied',
|
|
139
|
+
defaultMessage: 'nothing applied'
|
|
126
140
|
},
|
|
127
141
|
includeAllLocales: {
|
|
128
|
-
id:
|
|
129
|
-
|
|
142
|
+
id: 'ExportResourcesModal.includeAllLocales',
|
|
143
|
+
description: 'label for "Include all locales" checkbox',
|
|
144
|
+
defaultMessage: 'Include all locales'
|
|
130
145
|
},
|
|
131
146
|
missingFileNameError: {
|
|
132
|
-
id:
|
|
133
|
-
|
|
147
|
+
id: 'ExportResourcesModal.missingFileNameError',
|
|
148
|
+
description: 'Error when file name field is missing',
|
|
149
|
+
defaultMessage: 'Please enter a file name'
|
|
134
150
|
},
|
|
135
151
|
invalidFileNameError: {
|
|
136
|
-
id:
|
|
137
|
-
|
|
152
|
+
id: 'ExportResourcesModal.invalidFileNameError',
|
|
153
|
+
description: 'Error when file name field is not valid',
|
|
154
|
+
defaultMessage: 'File name may only contain alphanumeric characters, hyphens and underscores'
|
|
138
155
|
},
|
|
139
156
|
missingLocaleError: {
|
|
140
|
-
id:
|
|
141
|
-
|
|
157
|
+
id: 'ExportResourcesModal.missingLocaleError',
|
|
158
|
+
description: 'Error when no locale is selected',
|
|
159
|
+
defaultMessage: 'Please select at least one locale'
|
|
142
160
|
},
|
|
143
161
|
myViews: {
|
|
144
|
-
id:
|
|
145
|
-
|
|
162
|
+
id: 'ExportResourcesModal.myViews',
|
|
163
|
+
description: 'Label for "My Views" Select Field',
|
|
164
|
+
defaultMessage: 'My Views'
|
|
146
165
|
},
|
|
147
166
|
selectFieldsToExport: {
|
|
148
|
-
id:
|
|
149
|
-
defaultMessage:
|
|
167
|
+
id: 'ExportResourcesModal.selectFieldsToExport',
|
|
168
|
+
defaultMessage: 'Select fields to export'
|
|
150
169
|
},
|
|
151
170
|
back: {
|
|
152
|
-
id:
|
|
153
|
-
|
|
171
|
+
id: 'ExportResourcesModal.back',
|
|
172
|
+
description: 'Label for "Back" button',
|
|
173
|
+
defaultMessage: 'Back'
|
|
154
174
|
},
|
|
155
175
|
startExport: {
|
|
156
|
-
id:
|
|
157
|
-
|
|
176
|
+
id: 'ExportResourcesModal.startExport',
|
|
177
|
+
description: 'Label for "Start export" button',
|
|
178
|
+
defaultMessage: 'Start export'
|
|
158
179
|
},
|
|
159
180
|
continue: {
|
|
160
|
-
id:
|
|
161
|
-
|
|
181
|
+
id: 'ExportResourcesModal.continue',
|
|
182
|
+
description: 'Label for "Continue" button',
|
|
183
|
+
defaultMessage: 'Continue'
|
|
162
184
|
},
|
|
163
185
|
fieldDefinitions: {
|
|
164
|
-
id:
|
|
165
|
-
|
|
186
|
+
id: 'ExportResourcesModal.fieldDefinitions',
|
|
187
|
+
description: 'Label for "Field definitions" link',
|
|
188
|
+
defaultMessage: 'Field definitions'
|
|
166
189
|
},
|
|
167
190
|
unexpectedError: {
|
|
168
|
-
id:
|
|
169
|
-
|
|
191
|
+
id: 'ExportResourcesModal.unexpectedError',
|
|
192
|
+
description: 'Generic notification message when starting export process fails',
|
|
193
|
+
defaultMessage: 'An error occurred while starting the export process. Please try again or contact support if the problem persists.'
|
|
170
194
|
},
|
|
171
195
|
searchForFields: {
|
|
172
|
-
id:
|
|
173
|
-
|
|
196
|
+
id: 'ExportResourcesModal.searchForFields',
|
|
197
|
+
description: 'Placeholder for "Search for fields" search input',
|
|
198
|
+
defaultMessage: 'Search for fields'
|
|
174
199
|
},
|
|
175
200
|
thereAreNoResults: {
|
|
176
|
-
id:
|
|
177
|
-
|
|
201
|
+
id: 'ExportResourcesModal.thereAreNoResults',
|
|
202
|
+
description: 'No search results message',
|
|
203
|
+
defaultMessage: 'There are no results that match your search.'
|
|
178
204
|
},
|
|
179
205
|
suggestions: {
|
|
180
|
-
id:
|
|
181
|
-
|
|
206
|
+
id: 'ExportResourcesModal.suggestions',
|
|
207
|
+
description: 'In Export fields selection - Suggestions message',
|
|
208
|
+
defaultMessage: 'Suggestions:'
|
|
182
209
|
},
|
|
183
210
|
checkTheSpelling: {
|
|
184
|
-
id:
|
|
185
|
-
|
|
211
|
+
id: 'ExportResourcesModal.checkTheSpelling',
|
|
212
|
+
description: 'In Export fields selection - Check the spelling message',
|
|
213
|
+
defaultMessage: 'Check the spelling.'
|
|
186
214
|
},
|
|
187
215
|
searchByEnteringTheExactFieldName: {
|
|
188
|
-
id:
|
|
189
|
-
|
|
216
|
+
id: 'ExportResourcesModal.searchByEnteringTheExactFieldName',
|
|
217
|
+
description: 'In Export fields selection - Search by entering the exact field name message',
|
|
218
|
+
defaultMessage: 'Try searching by entering the exact field name.'
|
|
190
219
|
},
|
|
191
220
|
exportScope: {
|
|
192
|
-
id:
|
|
193
|
-
|
|
221
|
+
id: 'ExportResourcesModal.exportScope',
|
|
222
|
+
description: 'Label for Export Scope',
|
|
223
|
+
defaultMessage: 'Scope'
|
|
194
224
|
},
|
|
195
225
|
exportScopeAllCategories: {
|
|
196
|
-
id:
|
|
197
|
-
|
|
226
|
+
id: 'ExportResourcesModal.exportScopeAllCategories',
|
|
227
|
+
description: 'Label for Export All categories',
|
|
228
|
+
defaultMessage: 'Export all: {total, plural, one {# category} other {# categories}}'
|
|
198
229
|
},
|
|
199
230
|
exportScopeSelectedCategories: {
|
|
200
|
-
id:
|
|
201
|
-
|
|
231
|
+
id: 'ExportResourcesModal.exportScopeSelectedCategories',
|
|
232
|
+
description: 'Label for Export Selected categories',
|
|
233
|
+
defaultMessage: 'Export selected: {total, plural, one {# category} other {# categories}}'
|
|
202
234
|
},
|
|
203
235
|
exportScopeFilteredCategories: {
|
|
204
|
-
id:
|
|
205
|
-
|
|
236
|
+
id: 'ExportResourcesModal.exportScopeFilteredCategories',
|
|
237
|
+
description: 'Label for Export Filtered categories',
|
|
238
|
+
defaultMessage: 'Export filtered: {total, plural, one {# category} other {# categories}}'
|
|
206
239
|
},
|
|
207
240
|
exportScopeAllProducts: {
|
|
208
|
-
id:
|
|
209
|
-
|
|
241
|
+
id: 'ExportResourcesModal.exportScopeAllProducts',
|
|
242
|
+
description: 'Label for Export All products',
|
|
243
|
+
defaultMessage: 'Export all: {total, plural, one {# product} other {# products}}'
|
|
210
244
|
},
|
|
211
245
|
exportScopeSelectedProducts: {
|
|
212
|
-
id:
|
|
213
|
-
|
|
246
|
+
id: 'ExportResourcesModal.exportScopeSelectedProducts',
|
|
247
|
+
description: 'Label for Export Selected products',
|
|
248
|
+
defaultMessage: 'Export selected: {total, plural, one {# product} other {# products}}'
|
|
214
249
|
},
|
|
215
250
|
exportScopeFilteredProducts: {
|
|
216
|
-
id:
|
|
217
|
-
|
|
251
|
+
id: 'ExportResourcesModal.exportScopeFilteredProducts',
|
|
252
|
+
description: 'Label for Export Filtered products',
|
|
253
|
+
defaultMessage: 'Export filtered: {total, plural, one {# product} other {# products}}'
|
|
218
254
|
},
|
|
219
255
|
exportScopeAllProductTypes: {
|
|
220
|
-
id:
|
|
221
|
-
|
|
256
|
+
id: 'ExportResourcesModal.exportScopeAllProductTypes',
|
|
257
|
+
description: 'Label for Export All product types',
|
|
258
|
+
defaultMessage: 'Export all: {total, plural, one {# product type} other {# product types}}'
|
|
222
259
|
},
|
|
223
260
|
exportScopeSelectedProductTypes: {
|
|
224
|
-
id:
|
|
225
|
-
|
|
261
|
+
id: 'ExportResourcesModal.exportScopeSelectedProductTypes',
|
|
262
|
+
description: 'Label for Export Selected product types',
|
|
263
|
+
defaultMessage: 'Export selected: {total, plural, one {# product type} other {# product types}}'
|
|
226
264
|
},
|
|
227
265
|
exportScopeFilteredProductTypes: {
|
|
228
|
-
id:
|
|
229
|
-
|
|
266
|
+
id: 'ExportResourcesModal.exportScopeFilteredProductTypes',
|
|
267
|
+
description: 'Label for Export Filtered product types',
|
|
268
|
+
defaultMessage: 'Export filtered: {total, plural, one {# product type} other {# product types}}'
|
|
230
269
|
},
|
|
231
270
|
exportInventoriesForAllProducts: {
|
|
232
|
-
id:
|
|
233
|
-
|
|
271
|
+
id: 'ExportResourcesModal.exportInventoriesForAllProducts',
|
|
272
|
+
description: 'Label for Export All inventories',
|
|
273
|
+
defaultMessage: 'Export inventories for all {total, plural, one {# product} other {# products}}'
|
|
234
274
|
},
|
|
235
275
|
exportInventoriesForSelectedProducts: {
|
|
236
|
-
id:
|
|
237
|
-
|
|
276
|
+
id: 'ExportResourcesModal.exportInventoriesForSelectedProducts',
|
|
277
|
+
description: 'Label for Export Selected inventories',
|
|
278
|
+
defaultMessage: 'Export inventories for the {total, plural, one {# selected product} other {# selected products}}'
|
|
238
279
|
},
|
|
239
280
|
exportInventoriesForFilteredProducts: {
|
|
240
|
-
id:
|
|
241
|
-
|
|
281
|
+
id: 'ExportResourcesModal.exportInventoriesForFilteredProducts',
|
|
282
|
+
description: 'Label for Export Filtered inventories',
|
|
283
|
+
defaultMessage: 'Export inventories for the {total, plural, one {# filtered product} other {# filtered products}}'
|
|
242
284
|
},
|
|
243
285
|
exportScopeAllDiscountCodes: {
|
|
244
|
-
id:
|
|
245
|
-
|
|
286
|
+
id: 'ExportResourcesModal.exportScopeAllDiscountCodes',
|
|
287
|
+
description: 'Label for Export All discount codes',
|
|
288
|
+
defaultMessage: 'Export all: {total, plural, one {# discount code} other {# discount codes}}'
|
|
246
289
|
},
|
|
247
290
|
exportScopeSelectedDiscountCodes: {
|
|
248
|
-
id:
|
|
249
|
-
|
|
291
|
+
id: 'ExportResourcesModal.exportScopeSelectedDiscountCodes',
|
|
292
|
+
description: 'Label for Export Selected discount codes',
|
|
293
|
+
defaultMessage: 'Export selected: {total, plural, one {# discount code} other {# discount codes}}'
|
|
250
294
|
},
|
|
251
295
|
exportScopeFilteredDiscountCodes: {
|
|
252
|
-
id:
|
|
253
|
-
|
|
296
|
+
id: 'ExportResourcesModal.exportScopeFilteredDiscountCodes',
|
|
297
|
+
description: 'Label for Export Filtered discount codes',
|
|
298
|
+
defaultMessage: 'Export filtered: {total, plural, one {# discount code} other {# discount codes}}'
|
|
254
299
|
},
|
|
255
300
|
exportScopeAllOrders: {
|
|
256
|
-
id:
|
|
257
|
-
|
|
301
|
+
id: 'ExportResourcesModal.exportScopeAllOrders',
|
|
302
|
+
description: 'Label for Export All orders',
|
|
303
|
+
defaultMessage: 'Export all: {total, plural, one {# order} other {# orders}}'
|
|
258
304
|
},
|
|
259
305
|
exportScopeSelectedOrders: {
|
|
260
|
-
id:
|
|
261
|
-
|
|
306
|
+
id: 'ExportResourcesModal.exportScopeSelectedOrders',
|
|
307
|
+
description: 'Label for Export Selected orders',
|
|
308
|
+
defaultMessage: 'Export selected: {total, plural, one {# order} other {# orders}}'
|
|
262
309
|
},
|
|
263
310
|
exportScopeFilteredOrders: {
|
|
264
|
-
id:
|
|
265
|
-
|
|
311
|
+
id: 'ExportResourcesModal.exportScopeFilteredOrders',
|
|
312
|
+
description: 'Label for Export Filtered orders',
|
|
313
|
+
defaultMessage: 'Export filtered: {total, plural, one {# order} other {# orders}}'
|
|
266
314
|
},
|
|
267
315
|
exportScopeAllCustomers: {
|
|
268
|
-
id:
|
|
269
|
-
|
|
316
|
+
id: 'ExportResourcesModal.exportScopeAllCustomers',
|
|
317
|
+
description: 'Label for Export All customers',
|
|
318
|
+
defaultMessage: 'Export all: {total, plural, one {# customer} other {# customers}}'
|
|
270
319
|
},
|
|
271
320
|
exportScopeSelectedCustomers: {
|
|
272
|
-
id:
|
|
273
|
-
|
|
321
|
+
id: 'ExportResourcesModal.exportScopeSelectedCustomers',
|
|
322
|
+
description: 'Label for Export Selected customers',
|
|
323
|
+
defaultMessage: 'Export selected: {total, plural, one {# customer} other {# customers}}'
|
|
274
324
|
},
|
|
275
325
|
exportScopeFilteredCustomers: {
|
|
276
|
-
id:
|
|
277
|
-
|
|
326
|
+
id: 'ExportResourcesModal.exportScopeFilteredCustomers',
|
|
327
|
+
description: 'Label for Export Filtered customers',
|
|
328
|
+
defaultMessage: 'Export filtered: {total, plural, one {# customer} other {# customers}}'
|
|
278
329
|
},
|
|
279
330
|
exportScopeSelectedWithoutCount: {
|
|
280
|
-
id:
|
|
281
|
-
|
|
331
|
+
id: 'ExportResourcesModal.exportScopeSelectedWithoutCount',
|
|
332
|
+
description: 'Label for Export Selected without count',
|
|
333
|
+
defaultMessage: 'Export selected'
|
|
282
334
|
},
|
|
283
335
|
exportScopeFilteredWithoutCount: {
|
|
284
|
-
id:
|
|
285
|
-
|
|
336
|
+
id: 'ExportResourcesModal.exportScopeFilteredWithoutCount',
|
|
337
|
+
description: 'Label for Export Filtered without count',
|
|
338
|
+
defaultMessage: 'Export filtered'
|
|
286
339
|
},
|
|
287
340
|
exportSettings: {
|
|
288
|
-
id:
|
|
289
|
-
|
|
341
|
+
id: 'ExportResourcesModal.exportSettings',
|
|
342
|
+
description: 'Label for Export Settings',
|
|
343
|
+
defaultMessage: 'Settings'
|
|
290
344
|
},
|
|
291
345
|
selected: {
|
|
292
|
-
id:
|
|
293
|
-
|
|
346
|
+
id: 'ExportResourcesModal.selected',
|
|
347
|
+
description: 'Label for total Selected',
|
|
348
|
+
defaultMessage: '{total} selected'
|
|
294
349
|
},
|
|
295
350
|
// Preferences
|
|
296
351
|
exportPreferences: {
|
|
297
|
-
id:
|
|
298
|
-
|
|
352
|
+
id: 'ExportResourcesModal.exportPreferences',
|
|
353
|
+
description: 'Label for preferences',
|
|
354
|
+
defaultMessage: 'Preferences'
|
|
299
355
|
},
|
|
300
356
|
fillRowsForOrderExport: {
|
|
301
|
-
id:
|
|
302
|
-
|
|
357
|
+
id: 'ExportResourcesModal.fillRowsForOrderExport',
|
|
358
|
+
description: 'A checkbox label for filling rows for order export',
|
|
359
|
+
defaultMessage: 'Include Order number, id, and states in every row'
|
|
303
360
|
},
|
|
304
361
|
fillRowsForProductExport: {
|
|
305
|
-
id:
|
|
306
|
-
|
|
362
|
+
id: 'ExportResourcesModal.fillRowsForProductExport',
|
|
363
|
+
description: 'A checkbox label for filling rows for product export',
|
|
364
|
+
defaultMessage: 'Include Product- and Variant-level information in every row'
|
|
307
365
|
}
|
|
308
366
|
});
|
|
309
367
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/export-resources-modal",
|
|
3
3
|
"description": "Shared export modal for exporting resources",
|
|
4
|
-
"version": "4.11.
|
|
4
|
+
"version": "4.11.1",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"react": "17.0.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@commercetools-frontend/actions-global": "22.
|
|
35
|
-
"@commercetools-frontend/application-components": "22.
|
|
36
|
-
"@commercetools-frontend/application-shell": "22.
|
|
37
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
38
|
-
"@commercetools-frontend/constants": "22.
|
|
39
|
-
"@commercetools-frontend/i18n": "22.
|
|
40
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
34
|
+
"@commercetools-frontend/actions-global": "22.39.1",
|
|
35
|
+
"@commercetools-frontend/application-components": "22.39.1",
|
|
36
|
+
"@commercetools-frontend/application-shell": "22.39.1",
|
|
37
|
+
"@commercetools-frontend/application-shell-connectors": "22.39.1",
|
|
38
|
+
"@commercetools-frontend/constants": "22.39.1",
|
|
39
|
+
"@commercetools-frontend/i18n": "22.39.1",
|
|
40
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.39.1",
|
|
41
41
|
"@commercetools-frontend/l10n": "22.x",
|
|
42
|
-
"@commercetools-frontend/sdk": "22.
|
|
43
|
-
"@commercetools-frontend/sentry": "22.
|
|
44
|
-
"@commercetools-frontend/ui-kit": "19.22.
|
|
45
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
42
|
+
"@commercetools-frontend/sdk": "22.39.1",
|
|
43
|
+
"@commercetools-frontend/sentry": "22.39.1",
|
|
44
|
+
"@commercetools-frontend/ui-kit": "19.22.1",
|
|
45
|
+
"@commercetools-uikit/design-system": "19.22.1",
|
|
46
46
|
"@preconstruct/cli": "2.8.10",
|
|
47
47
|
"@types/jest": "29.5.14",
|
|
48
48
|
"@types/testing-library__jest-dom": "^5.14.5",
|