@commercetools-frontend/experimental-components 4.0.0 → 5.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
"@babel/core": "^7.21.0",
|
|
14
14
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
15
15
|
"@babel/runtime": "^7.21.0",
|
|
16
|
-
"@commercetools-frontend/actions-global": "^
|
|
17
|
-
"@commercetools-frontend/application-components": "^
|
|
18
|
-
"@commercetools-frontend/application-shell-connectors": "^
|
|
19
|
-
"@commercetools-frontend/application-shell": "^
|
|
20
|
-
"@commercetools-frontend/constants": "^
|
|
21
|
-
"@commercetools-frontend/l10n": "^
|
|
22
|
-
"@commercetools-frontend/sdk": "^
|
|
23
|
-
"@commercetools-frontend/sentry": "^
|
|
24
|
-
"@commercetools-frontend/ui-kit": "^
|
|
25
|
-
"@commercetools-uikit/design-system": "^
|
|
26
|
-
"@commercetools-uikit/select-utils": "^
|
|
27
|
-
"@commercetools-uikit/utils": "^
|
|
16
|
+
"@commercetools-frontend/actions-global": "^22.0.0",
|
|
17
|
+
"@commercetools-frontend/application-components": "^22.0.0",
|
|
18
|
+
"@commercetools-frontend/application-shell-connectors": "^22.0.0",
|
|
19
|
+
"@commercetools-frontend/application-shell": "^22.0.0",
|
|
20
|
+
"@commercetools-frontend/constants": "^22.0.0",
|
|
21
|
+
"@commercetools-frontend/l10n": "^22.0.0",
|
|
22
|
+
"@commercetools-frontend/sdk": "^22.0.0",
|
|
23
|
+
"@commercetools-frontend/sentry": "^22.0.0",
|
|
24
|
+
"@commercetools-frontend/ui-kit": "^16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "^16.0.0",
|
|
26
|
+
"@commercetools-uikit/select-utils": "^16.0.0",
|
|
27
|
+
"@commercetools-uikit/utils": "^16.0.0",
|
|
28
28
|
"@emotion/react": "^11.10.6",
|
|
29
29
|
"classnames": "2.3.2",
|
|
30
30
|
"cleave.js": "1.5.10",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"reselect": "4.1.8",
|
|
45
45
|
"tiny-invariant": "1.3.1",
|
|
46
46
|
"tiny-warning": "1.0.3",
|
|
47
|
-
"uuid": "
|
|
47
|
+
"uuid": "9.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@apollo/client": "^3.7.10",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"graphql": "^16.6.0",
|
|
59
59
|
"msw": "^1.2.1",
|
|
60
60
|
"react-dom": "^17.0.2",
|
|
61
|
-
"react-intl": "^
|
|
61
|
+
"react-intl": "^6.4.1",
|
|
62
62
|
"react-redux": "^7.2.9",
|
|
63
63
|
"react-required-if": "^1.0.3",
|
|
64
64
|
"react-router-dom": "^5.3.4",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"redux": "^4.2.1",
|
|
68
68
|
"typescript": "^4.9.5",
|
|
69
69
|
"xhr-mock": "^2.5.1",
|
|
70
|
-
"@commercetools-local/test-data": "1.0
|
|
71
|
-
"@commercetools-local/test-utils": "1.0
|
|
70
|
+
"@commercetools-local/test-data": "1.1.0",
|
|
71
|
+
"@commercetools-local/test-utils": "1.1.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@apollo/client": "3.x",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@testing-library/react-hooks": "8.x",
|
|
77
77
|
"react": "17.x",
|
|
78
78
|
"react-dom": "17.x",
|
|
79
|
-
"react-intl": "
|
|
79
|
+
"react-intl": "6.x",
|
|
80
80
|
"react-redux": "7.x",
|
|
81
81
|
"react-router-dom": "5.x",
|
|
82
82
|
"redux": "4.x",
|