@commercetools-frontend-extensions/export-resources-modal 5.11.1 → 5.11.2
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/package.json +22 -22
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": "5.11.
|
|
4
|
+
"version": "5.11.2",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"moment": "2.30.1",
|
|
27
27
|
"omit-empty-es": "^1.1.3",
|
|
28
28
|
"prop-types": "15.8.1",
|
|
29
|
-
"@commercetools-frontend-extensions/operations": "3.6.
|
|
29
|
+
"@commercetools-frontend-extensions/operations": "3.6.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@commercetools-frontend/actions-global": "
|
|
33
|
-
"@commercetools-frontend/application-components": "
|
|
34
|
-
"@commercetools-frontend/application-shell": "
|
|
35
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
36
|
-
"@commercetools-frontend/constants": "
|
|
32
|
+
"@commercetools-frontend/actions-global": "27.0.0",
|
|
33
|
+
"@commercetools-frontend/application-components": "27.0.0",
|
|
34
|
+
"@commercetools-frontend/application-shell": "27.0.0",
|
|
35
|
+
"@commercetools-frontend/application-shell-connectors": "27.0.0",
|
|
36
|
+
"@commercetools-frontend/constants": "27.0.0",
|
|
37
37
|
"@commercetools-frontend/fullstory": "4.0.3",
|
|
38
|
-
"@commercetools-frontend/i18n": "
|
|
39
|
-
"@commercetools-frontend/jest-preset-mc-app": "
|
|
40
|
-
"@commercetools-frontend/l10n": "
|
|
41
|
-
"@commercetools-frontend/sdk": "
|
|
42
|
-
"@commercetools-frontend/sentry": "
|
|
38
|
+
"@commercetools-frontend/i18n": "27.0.0",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "27.0.0",
|
|
40
|
+
"@commercetools-frontend/l10n": "27.0.0",
|
|
41
|
+
"@commercetools-frontend/sdk": "27.0.0",
|
|
42
|
+
"@commercetools-frontend/sentry": "27.0.0",
|
|
43
43
|
"@commercetools-frontend/ui-kit": "20.3.0",
|
|
44
44
|
"@commercetools-uikit/design-system": "20.3.0",
|
|
45
45
|
"@commercetools-uikit/icons": "20.3.0",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"rimraf": "6.1.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@commercetools-frontend/actions-global": "24.x || 25.x",
|
|
58
|
-
"@commercetools-frontend/application-components": "24.x || 25.x",
|
|
59
|
-
"@commercetools-frontend/application-shell": "24.x || 25.x",
|
|
60
|
-
"@commercetools-frontend/application-shell-connectors": "24.x || 25.x",
|
|
61
|
-
"@commercetools-frontend/constants": "24.x || 25.x",
|
|
57
|
+
"@commercetools-frontend/actions-global": "24.x || 25.x || 27.x",
|
|
58
|
+
"@commercetools-frontend/application-components": "24.x || 25.x || 27.x",
|
|
59
|
+
"@commercetools-frontend/application-shell": "24.x || 25.x || 27.x",
|
|
60
|
+
"@commercetools-frontend/application-shell-connectors": "24.x || 25.x || 27.x",
|
|
61
|
+
"@commercetools-frontend/constants": "24.x || 25.x || 27.x",
|
|
62
62
|
"@commercetools-frontend/fullstory": "2.x || 3.x || 4.x",
|
|
63
|
-
"@commercetools-frontend/i18n": "24.x || 25.x",
|
|
64
|
-
"@commercetools-frontend/jest-preset-mc-app": "24.x || 25.x",
|
|
65
|
-
"@commercetools-frontend/l10n": "24.x || 25.x",
|
|
66
|
-
"@commercetools-frontend/sdk": "24.x || 25.x",
|
|
67
|
-
"@commercetools-frontend/sentry": "24.x || 25.x",
|
|
63
|
+
"@commercetools-frontend/i18n": "24.x || 25.x || 27.x",
|
|
64
|
+
"@commercetools-frontend/jest-preset-mc-app": "24.x || 25.x || 27.x",
|
|
65
|
+
"@commercetools-frontend/l10n": "24.x || 25.x || 27.x",
|
|
66
|
+
"@commercetools-frontend/sdk": "24.x || 25.x || 27.x",
|
|
67
|
+
"@commercetools-frontend/sentry": "24.x || 25.x || 27.x",
|
|
68
68
|
"@commercetools-frontend/ui-kit": "19.x || 20.x",
|
|
69
69
|
"@commercetools-uikit/design-system": "19.x || 20.x",
|
|
70
70
|
"@commercetools-uikit/icons": "19.x || 20.x",
|