@commercetools-frontend/experimental-components 3.2.1 → 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.2.1",
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",
@@ -11,21 +11,21 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "@babel/core": "^7.21.0",
14
- "@babel/runtime": "^7.21.0",
15
14
  "@babel/runtime-corejs3": "^7.21.0",
16
- "@commercetools-frontend/actions-global": "21.24.3",
17
- "@commercetools-frontend/application-components": "21.24.3",
18
- "@commercetools-frontend/application-shell": "21.24.3",
19
- "@commercetools-frontend/application-shell-connectors": "21.24.3",
20
- "@commercetools-frontend/constants": "21.24.3",
21
- "@commercetools-frontend/l10n": "21.24.3",
22
- "@commercetools-frontend/sdk": "21.24.3",
23
- "@commercetools-frontend/sentry": "21.24.3",
24
- "@commercetools-frontend/ui-kit": "15.14.3",
25
- "@commercetools-uikit/design-system": "15.14.3",
26
- "@commercetools-uikit/select-utils": "15.14.3",
27
- "@commercetools-uikit/utils": "15.14.3",
28
- "@emotion/react": "11.10.6",
15
+ "@babel/runtime": "^7.21.0",
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
+ "@emotion/react": "^11.10.6",
29
29
  "classnames": "2.3.2",
30
30
  "cleave.js": "1.5.10",
31
31
  "common-tags": "1.8.2",
@@ -35,51 +35,53 @@
35
35
  "hoist-non-react-statics": "3.3.2",
36
36
  "lodash": "4.17.21",
37
37
  "memoize-one": "6.0.0",
38
+ "moment-timezone": "0.5.43",
38
39
  "moment": "2.29.4",
39
- "moment-timezone": "0.5.42",
40
- "msw": "^1.1.0",
41
40
  "omit-deep": "0.3.0",
42
41
  "omit-empty-es": "1.1.3",
43
- "prop-types": "15.8.1",
44
- "react": "17.0.2",
45
- "react-intl": "5.25.1",
46
- "react-redux": "7.2.9",
47
- "react-required-if": "1.0.3",
48
- "react-router-dom": "5.3.4",
42
+ "prop-types": "^15.8.1",
49
43
  "react-textarea-autosize": "8.4.1",
50
- "reselect": "4.1.7",
44
+ "reselect": "4.1.8",
51
45
  "tiny-invariant": "1.3.1",
52
46
  "tiny-warning": "1.0.3",
53
- "uuid": "8.3.2"
47
+ "uuid": "9.0.0"
54
48
  },
55
49
  "devDependencies": {
56
- "@apollo/client": "3.7.10",
57
- "@babel/core": "^7.21.0",
58
- "@commercetools-test-data/channel": "4.11.1",
59
- "@commercetools-test-data/commons": "4.11.1",
60
- "@commercetools-test-data/core": "4.11.1",
61
- "@testing-library/react": "12.1.5",
62
- "@testing-library/react-hooks": "8.0.1",
63
- "enzyme": "3.11.0",
64
- "graphql": "16.6.0",
65
- "graphql-tag": "2.12.6",
66
- "msw": "1.2.1",
67
- "react": "17.0.2",
68
- "react-dom": "17.0.2",
69
- "react-intl": "5.25.1",
70
- "react-redux": "7.2.9",
71
- "react-router-dom": "5.3.4",
72
- "react-test-renderer": "17.0.2",
73
- "redux": "4.2.1",
74
- "typescript": "4.9.5",
75
- "xhr-mock": "2.5.1",
76
- "@commercetools-local/test-data": "1.0.8",
77
- "@commercetools-local/test-utils": "1.0.2"
50
+ "@apollo/client": "^3.7.10",
51
+ "@commercetools-test-data/channel": "^4.11.1",
52
+ "@commercetools-test-data/commons": "^4.11.1",
53
+ "@commercetools-test-data/core": "^4.11.1",
54
+ "@testing-library/react-hooks": "^8.0.1",
55
+ "@testing-library/react": "^12.1.5",
56
+ "enzyme": "^3.11.0",
57
+ "graphql-tag": "^2.12.6",
58
+ "graphql": "^16.6.0",
59
+ "msw": "^1.2.1",
60
+ "react-dom": "^17.0.2",
61
+ "react-intl": "^6.4.1",
62
+ "react-redux": "^7.2.9",
63
+ "react-required-if": "^1.0.3",
64
+ "react-router-dom": "^5.3.4",
65
+ "react-test-renderer": "^17.0.2",
66
+ "react": "^17.0.2",
67
+ "redux": "^4.2.1",
68
+ "typescript": "^4.9.5",
69
+ "xhr-mock": "^2.5.1",
70
+ "@commercetools-local/test-data": "1.1.0",
71
+ "@commercetools-local/test-utils": "1.1.0"
78
72
  },
79
73
  "peerDependencies": {
80
74
  "@apollo/client": "3.x",
81
75
  "@testing-library/react": "12.x",
82
- "@testing-library/react-hooks": "8.x"
76
+ "@testing-library/react-hooks": "8.x",
77
+ "react": "17.x",
78
+ "react-dom": "17.x",
79
+ "react-intl": "6.x",
80
+ "react-redux": "7.x",
81
+ "react-router-dom": "5.x",
82
+ "redux": "4.x",
83
+ "msw": "1.x.x",
84
+ "react-required-if": "1.x.x"
83
85
  },
84
86
  "publishConfig": {
85
87
  "access": "public"