@commercetools-frontend-extensions/export-resources-modal 4.1.2 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +88 -76
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +85 -73
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +87 -75
- package/dist/{de-d2b26aa9.cjs.dev.js → de-2a6234a5.cjs.dev.js} +22 -30
- package/dist/{de-d3199184.cjs.prod.js → de-4316954a.cjs.prod.js} +22 -30
- package/dist/{de-39735288.esm.js → de-9c23a6d0.esm.js} +22 -30
- package/dist/declarations/src/@constants/exportable-resources.d.ts +1 -0
- package/dist/declarations/src/@constants/index.d.ts +1 -0
- package/dist/declarations/src/@constants/resource-type-messages.d.ts +2 -0
- package/dist/declarations/src/@constants/urls.d.ts +2 -3
- package/dist/declarations/src/@types/export-resources-modal-shape.d.ts +4 -4
- package/dist/declarations/src/@types/index.d.ts +1 -0
- package/dist/declarations/src/@types/resource-type.d.ts +7 -0
- package/dist/{en-d27c9cc6.cjs.dev.js → en-3ff78dd6.cjs.prod.js} +22 -30
- package/dist/{en-9154a09c.cjs.prod.js → en-824a97a4.cjs.dev.js} +22 -30
- package/dist/{en-e9679129.esm.js → en-918b9076.esm.js} +22 -30
- package/dist/{es-8a6a2dee.cjs.dev.js → es-2adfbcfc.cjs.dev.js} +24 -32
- package/dist/{es-9dd22c84.esm.js → es-96a36990.esm.js} +24 -32
- package/dist/{es-85b30e13.cjs.prod.js → es-b80ca82c.cjs.prod.js} +24 -32
- package/dist/{fr-FR-832b636d.cjs.prod.js → fr-FR-6c989046.cjs.prod.js} +24 -32
- package/dist/{fr-FR-2f22db42.esm.js → fr-FR-8589dc5c.esm.js} +24 -32
- package/dist/{fr-FR-75b735ea.cjs.dev.js → fr-FR-d36cb786.cjs.dev.js} +24 -32
- package/dist/{pt-BR-f1e9f28a.cjs.dev.js → pt-BR-6dc77a9e.cjs.dev.js} +23 -31
- package/dist/{pt-BR-62408d52.esm.js → pt-BR-aef7dfa4.esm.js} +23 -31
- package/dist/{pt-BR-11e4c627.cjs.prod.js → pt-BR-b8807555.cjs.prod.js} +23 -31
- package/dist/{zh-CN-896408dc.cjs.dev.js → zh-CN-086bca26.cjs.dev.js} +23 -31
- package/dist/{zh-CN-35db5160.esm.js → zh-CN-b9eaf9b3.esm.js} +23 -31
- package/dist/{zh-CN-42d4a424.cjs.prod.js → zh-CN-e961895b.cjs.prod.js} +23 -31
- package/package.json +24 -24
|
@@ -13,53 +13,41 @@ var ptBR = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "Continuar"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "Todos os <b>{count}</b> {resourceType} serão exportados."
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "Exportar todos os {resourceType} ({count})"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "Selecione as configurações de exportação com base em:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "<b>{count}</b> {resourceType} serão exportados."
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "Exportar {resourceType} ({count}) selecionados"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
39
23
|
},
|
|
40
24
|
"ExportResourcesModal.exportScope": {
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "
|
|
26
|
+
string: "Escopo"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
46
30
|
string: "Export all: {total} categories"
|
|
47
31
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export
|
|
50
|
-
string: "Export
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
51
39
|
},
|
|
52
|
-
"ExportResourcesModal.
|
|
53
|
-
developer_comment: "
|
|
54
|
-
string: "
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
55
43
|
},
|
|
56
|
-
"ExportResourcesModal.
|
|
57
|
-
developer_comment: "Export
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
45
|
+
developer_comment: "Label for Export Selected without count",
|
|
58
46
|
string: "Exportar seleção"
|
|
59
47
|
},
|
|
60
48
|
"ExportResourcesModal.exportSettings": {
|
|
61
49
|
developer_comment: "Label for Export Settings",
|
|
62
|
-
string: "
|
|
50
|
+
string: "Configurações"
|
|
63
51
|
},
|
|
64
52
|
"ExportResourcesModal.fieldDefinitions": {
|
|
65
53
|
developer_comment: "Label for \"Field definitions\" link",
|
|
@@ -85,9 +73,13 @@ var ptBR = {
|
|
|
85
73
|
developer_comment: "Error when no locale is selected",
|
|
86
74
|
string: "Selecione ao menos um local"
|
|
87
75
|
},
|
|
88
|
-
"ExportResourcesModal.modalTitle": {
|
|
89
|
-
developer_comment: "Label for the modal title",
|
|
90
|
-
string: "
|
|
76
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
77
|
+
developer_comment: "Label for the categories modal title",
|
|
78
|
+
string: "Export categories"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
81
|
+
developer_comment: "Label for the products modal title",
|
|
82
|
+
string: "Export products"
|
|
91
83
|
},
|
|
92
84
|
"ExportResourcesModal.myViews": {
|
|
93
85
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -13,53 +13,41 @@ var zhCN = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "继续"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "导出全部 {resourceType}({count} 个)"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "选择基于以下条件导出设置:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "导出选定的 {resourceType}({count} 个)"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
39
23
|
},
|
|
40
24
|
"ExportResourcesModal.exportScope": {
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "
|
|
26
|
+
string: "范围"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
46
30
|
string: "Export all: {total} categories"
|
|
47
31
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export
|
|
50
|
-
string: "Export
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
51
39
|
},
|
|
52
|
-
"ExportResourcesModal.
|
|
53
|
-
developer_comment: "
|
|
54
|
-
string: "
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
55
43
|
},
|
|
56
|
-
"ExportResourcesModal.
|
|
57
|
-
developer_comment: "Export
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
45
|
+
developer_comment: "Label for Export Selected without count",
|
|
58
46
|
string: "导出选定内容"
|
|
59
47
|
},
|
|
60
48
|
"ExportResourcesModal.exportSettings": {
|
|
61
49
|
developer_comment: "Label for Export Settings",
|
|
62
|
-
string: "
|
|
50
|
+
string: "设置"
|
|
63
51
|
},
|
|
64
52
|
"ExportResourcesModal.fieldDefinitions": {
|
|
65
53
|
developer_comment: "Label for \"Field definitions\" link",
|
|
@@ -85,9 +73,13 @@ var zhCN = {
|
|
|
85
73
|
developer_comment: "Error when no locale is selected",
|
|
86
74
|
string: "请选择至少一个区域设置"
|
|
87
75
|
},
|
|
88
|
-
"ExportResourcesModal.modalTitle": {
|
|
89
|
-
developer_comment: "Label for the modal title",
|
|
90
|
-
string: "
|
|
76
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
77
|
+
developer_comment: "Label for the categories modal title",
|
|
78
|
+
string: "Export categories"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
81
|
+
developer_comment: "Label for the products modal title",
|
|
82
|
+
string: "Export products"
|
|
91
83
|
},
|
|
92
84
|
"ExportResourcesModal.myViews": {
|
|
93
85
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -11,53 +11,41 @@ var zhCN = {
|
|
|
11
11
|
developer_comment: "Label for \"Continue\" button",
|
|
12
12
|
string: "继续"
|
|
13
13
|
},
|
|
14
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
-
developer_comment: "All resources will be exported",
|
|
16
|
-
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
17
|
-
},
|
|
18
|
-
"ExportResourcesModal.exportAllResources": {
|
|
19
|
-
developer_comment: "Export All selection",
|
|
20
|
-
string: "导出全部 {resourceType}({count} 个)"
|
|
21
|
-
},
|
|
22
14
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
15
|
developer_comment: "Select Export setttings based on my views",
|
|
24
16
|
string: "选择基于以下条件导出设置:"
|
|
25
17
|
},
|
|
26
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
-
developer_comment: "resources will be exported",
|
|
28
|
-
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
29
|
-
},
|
|
30
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
-
developer_comment: "Export only selected resources",
|
|
32
|
-
string: "导出选定的 {resourceType}({count} 个)"
|
|
33
|
-
},
|
|
34
18
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
19
|
developer_comment: "Success message",
|
|
36
20
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
37
21
|
},
|
|
38
22
|
"ExportResourcesModal.exportScope": {
|
|
39
23
|
developer_comment: "Label for Export Scope",
|
|
40
|
-
string: "
|
|
24
|
+
string: "范围"
|
|
41
25
|
},
|
|
42
|
-
"ExportResourcesModal.
|
|
43
|
-
developer_comment: "Label for Export All",
|
|
26
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
27
|
+
developer_comment: "Label for Export All categories",
|
|
44
28
|
string: "Export all: {total} categories"
|
|
45
29
|
},
|
|
46
|
-
"ExportResourcesModal.
|
|
47
|
-
developer_comment: "Label for Export
|
|
48
|
-
string: "Export
|
|
30
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
|
+
developer_comment: "Label for Export All products",
|
|
32
|
+
string: "Export all: {total} products"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
35
|
+
developer_comment: "Label for Export Selected categories",
|
|
36
|
+
string: "Export selected: {total} categories"
|
|
49
37
|
},
|
|
50
|
-
"ExportResourcesModal.
|
|
51
|
-
developer_comment: "
|
|
52
|
-
string: "
|
|
38
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
|
+
developer_comment: "Label for Export Selected products",
|
|
40
|
+
string: "Export selected: {total} products"
|
|
53
41
|
},
|
|
54
|
-
"ExportResourcesModal.
|
|
55
|
-
developer_comment: "Export
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
43
|
+
developer_comment: "Label for Export Selected without count",
|
|
56
44
|
string: "导出选定内容"
|
|
57
45
|
},
|
|
58
46
|
"ExportResourcesModal.exportSettings": {
|
|
59
47
|
developer_comment: "Label for Export Settings",
|
|
60
|
-
string: "
|
|
48
|
+
string: "设置"
|
|
61
49
|
},
|
|
62
50
|
"ExportResourcesModal.fieldDefinitions": {
|
|
63
51
|
developer_comment: "Label for \"Field definitions\" link",
|
|
@@ -83,9 +71,13 @@ var zhCN = {
|
|
|
83
71
|
developer_comment: "Error when no locale is selected",
|
|
84
72
|
string: "请选择至少一个区域设置"
|
|
85
73
|
},
|
|
86
|
-
"ExportResourcesModal.modalTitle": {
|
|
87
|
-
developer_comment: "Label for the modal title",
|
|
88
|
-
string: "
|
|
74
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
75
|
+
developer_comment: "Label for the categories modal title",
|
|
76
|
+
string: "Export categories"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
79
|
+
developer_comment: "Label for the products modal title",
|
|
80
|
+
string: "Export products"
|
|
89
81
|
},
|
|
90
82
|
"ExportResourcesModal.myViews": {
|
|
91
83
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -13,53 +13,41 @@ var zhCN = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "继续"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "导出全部 {resourceType}({count} 个)"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "选择基于以下条件导出设置:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "导出选定的 {resourceType}({count} 个)"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
39
23
|
},
|
|
40
24
|
"ExportResourcesModal.exportScope": {
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "
|
|
26
|
+
string: "范围"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
46
30
|
string: "Export all: {total} categories"
|
|
47
31
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export
|
|
50
|
-
string: "Export
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
51
39
|
},
|
|
52
|
-
"ExportResourcesModal.
|
|
53
|
-
developer_comment: "
|
|
54
|
-
string: "
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
55
43
|
},
|
|
56
|
-
"ExportResourcesModal.
|
|
57
|
-
developer_comment: "Export
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
45
|
+
developer_comment: "Label for Export Selected without count",
|
|
58
46
|
string: "导出选定内容"
|
|
59
47
|
},
|
|
60
48
|
"ExportResourcesModal.exportSettings": {
|
|
61
49
|
developer_comment: "Label for Export Settings",
|
|
62
|
-
string: "
|
|
50
|
+
string: "设置"
|
|
63
51
|
},
|
|
64
52
|
"ExportResourcesModal.fieldDefinitions": {
|
|
65
53
|
developer_comment: "Label for \"Field definitions\" link",
|
|
@@ -85,9 +73,13 @@ var zhCN = {
|
|
|
85
73
|
developer_comment: "Error when no locale is selected",
|
|
86
74
|
string: "请选择至少一个区域设置"
|
|
87
75
|
},
|
|
88
|
-
"ExportResourcesModal.modalTitle": {
|
|
89
|
-
developer_comment: "Label for the modal title",
|
|
90
|
-
string: "
|
|
76
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
77
|
+
developer_comment: "Label for the categories modal title",
|
|
78
|
+
string: "Export categories"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
81
|
+
developer_comment: "Label for the products modal title",
|
|
82
|
+
string: "Export products"
|
|
91
83
|
},
|
|
92
84
|
"ExportResourcesModal.myViews": {
|
|
93
85
|
developer_comment: "Label for \"My Views\" Select Field",
|
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.
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "7.24.7",
|
|
19
19
|
"@babel/runtime-corejs3": "7.24.7",
|
|
20
|
-
"@commercetools-frontend/experimental-components": "
|
|
20
|
+
"@commercetools-frontend/experimental-components": "6.1.1",
|
|
21
21
|
"@emotion/react": "11.11.4",
|
|
22
22
|
"@emotion/styled": "11.11.5",
|
|
23
23
|
"@formatjs/cli": "6.2.12",
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"react": "17.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@commercetools-frontend/actions-global": "22.
|
|
34
|
-
"@commercetools-frontend/application-components": "22.
|
|
35
|
-
"@commercetools-frontend/application-shell": "22.
|
|
36
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
37
|
-
"@commercetools-frontend/constants": "22.
|
|
38
|
-
"@commercetools-frontend/i18n": "22.
|
|
39
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
40
|
-
"@commercetools-frontend/sdk": "22.
|
|
41
|
-
"@commercetools-frontend/sentry": "22.
|
|
42
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
43
|
-
"@commercetools-uikit/design-system": "19.
|
|
33
|
+
"@commercetools-frontend/actions-global": "22.29.0",
|
|
34
|
+
"@commercetools-frontend/application-components": "22.29.0",
|
|
35
|
+
"@commercetools-frontend/application-shell": "22.29.0",
|
|
36
|
+
"@commercetools-frontend/application-shell-connectors": "22.29.0",
|
|
37
|
+
"@commercetools-frontend/constants": "22.29.0",
|
|
38
|
+
"@commercetools-frontend/i18n": "22.29.0",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.29.0",
|
|
40
|
+
"@commercetools-frontend/sdk": "22.29.0",
|
|
41
|
+
"@commercetools-frontend/sentry": "22.29.0",
|
|
42
|
+
"@commercetools-frontend/ui-kit": "19.6.0",
|
|
43
|
+
"@commercetools-uikit/design-system": "19.6.0",
|
|
44
44
|
"@preconstruct/cli": "2.8.4",
|
|
45
45
|
"@types/jest": "29.5.12",
|
|
46
46
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
@@ -51,17 +51,17 @@
|
|
|
51
51
|
"rimraf": "5.0.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@commercetools-frontend/actions-global": "22.
|
|
55
|
-
"@commercetools-frontend/application-components": "22.
|
|
56
|
-
"@commercetools-frontend/application-shell": "22.
|
|
57
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
58
|
-
"@commercetools-frontend/constants": "22.
|
|
59
|
-
"@commercetools-frontend/i18n": "22.
|
|
60
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
61
|
-
"@commercetools-frontend/sdk": "22.
|
|
62
|
-
"@commercetools-frontend/sentry": "22.
|
|
63
|
-
"@commercetools-frontend/ui-kit": "
|
|
64
|
-
"@commercetools-uikit/design-system": "
|
|
54
|
+
"@commercetools-frontend/actions-global": "22.29.0",
|
|
55
|
+
"@commercetools-frontend/application-components": "22.29.0",
|
|
56
|
+
"@commercetools-frontend/application-shell": "22.29.0",
|
|
57
|
+
"@commercetools-frontend/application-shell-connectors": "22.29.0",
|
|
58
|
+
"@commercetools-frontend/constants": "22.29.0",
|
|
59
|
+
"@commercetools-frontend/i18n": "22.29.0",
|
|
60
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.29.0",
|
|
61
|
+
"@commercetools-frontend/sdk": "22.29.0",
|
|
62
|
+
"@commercetools-frontend/sentry": "22.29.0",
|
|
63
|
+
"@commercetools-frontend/ui-kit": "19.6.0",
|
|
64
|
+
"@commercetools-uikit/design-system": "19.6.0",
|
|
65
65
|
"react-intl": "6.x",
|
|
66
66
|
"react-redux": "7.x",
|
|
67
67
|
"redux": "4.x"
|