@commercetools-frontend/experimental-components 2.0.0 → 3.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,10 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/experimental-components",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
5
  "main": "dist/commercetools-frontend-experimental-components.cjs.js",
9
6
  "module": "dist/commercetools-frontend-experimental-components.esm.js",
10
7
  "files": [
@@ -13,21 +10,21 @@
13
10
  "README.md"
14
11
  ],
15
12
  "dependencies": {
16
- "@babel/runtime": "^7.19.0",
17
- "@babel/runtime-corejs3": "^7.19.0",
18
- "@commercetools-frontend/actions-global": "21.23.7",
19
- "@commercetools-frontend/application-components": "21.23.7",
20
- "@commercetools-frontend/application-shell": "21.23.7",
21
- "@commercetools-frontend/application-shell-connectors": "21.23.7",
22
- "@commercetools-frontend/constants": "21.23.7",
23
- "@commercetools-frontend/l10n": "21.23.7",
24
- "@commercetools-frontend/sdk": "21.23.7",
25
- "@commercetools-frontend/sentry": "21.23.7",
26
- "@commercetools-frontend/ui-kit": "15.12.0",
27
- "@commercetools-uikit/design-system": "15.12.0",
28
- "@commercetools-uikit/select-utils": "15.12.0",
29
- "@commercetools-uikit/utils": "15.12.0",
30
- "@emotion/react": "11.10.5",
13
+ "@babel/runtime": "^7.21.0",
14
+ "@babel/runtime-corejs3": "^7.21.0",
15
+ "@commercetools-frontend/actions-global": "21.23.8",
16
+ "@commercetools-frontend/application-components": "21.23.8",
17
+ "@commercetools-frontend/application-shell": "21.23.8",
18
+ "@commercetools-frontend/application-shell-connectors": "21.23.8",
19
+ "@commercetools-frontend/constants": "21.23.8",
20
+ "@commercetools-frontend/l10n": "21.23.8",
21
+ "@commercetools-frontend/sdk": "21.23.8",
22
+ "@commercetools-frontend/sentry": "21.23.8",
23
+ "@commercetools-frontend/ui-kit": "15.13.1",
24
+ "@commercetools-uikit/design-system": "15.13.1",
25
+ "@commercetools-uikit/select-utils": "15.13.1",
26
+ "@commercetools-uikit/utils": "15.13.1",
27
+ "@emotion/react": "11.10.6",
31
28
  "classnames": "2.3.2",
32
29
  "cleave.js": "1.5.10",
33
30
  "common-tags": "1.8.2",
@@ -35,7 +32,6 @@
35
32
  "fast-equals": "4.0.3",
36
33
  "formik": "2.2.9",
37
34
  "hoist-non-react-statics": "3.3.2",
38
- "is-touch-device": "1.0.1",
39
35
  "lodash.camelcase": "4.3.0",
40
36
  "lodash.compact": "3.0.1",
41
37
  "lodash.flatmap": "4.5.0",
@@ -58,13 +54,16 @@
58
54
  "lodash.uniqby": "4.7.0",
59
55
  "memoize-one": "6.0.0",
60
56
  "moment": "2.29.4",
61
- "moment-timezone": "0.5.40",
62
- "msw": "^0.49.0",
57
+ "moment-timezone": "0.5.41",
58
+ "msw": "^1.1.0",
63
59
  "omit-deep": "0.3.0",
64
60
  "omit-empty-es": "1.1.3",
65
61
  "prop-types": "15.8.1",
66
- "react-modal": "3.16.1",
62
+ "react": "17.0.2",
63
+ "react-intl": "5.25.1",
64
+ "react-redux": "7.2.9",
67
65
  "react-required-if": "1.0.3",
66
+ "react-router-dom": "5.3.4",
68
67
  "react-textarea-autosize": "8.4.0",
69
68
  "reselect": "4.1.7",
70
69
  "tiny-invariant": "1.3.1",
@@ -72,29 +71,34 @@
72
71
  "uuid": "8.3.2"
73
72
  },
74
73
  "devDependencies": {
75
- "@apollo/client": "3.7.7",
74
+ "@apollo/client": "3.7.9",
76
75
  "@commercetools-local/test-data": "workspace:*",
77
76
  "@commercetools-local/test-utils": "workspace:*",
78
- "@commercetools-test-data/channel": "4.9.0",
79
- "@commercetools-test-data/commons": "4.9.0",
80
- "@commercetools-test-data/core": "4.9.0",
77
+ "@commercetools-test-data/channel": "4.10.0",
78
+ "@commercetools-test-data/commons": "4.10.0",
79
+ "@commercetools-test-data/core": "4.10.0",
81
80
  "@testing-library/react": "12.1.5",
82
81
  "@testing-library/react-hooks": "8.0.1",
83
82
  "enzyme": "3.11.0",
83
+ "graphql": "16.6.0",
84
84
  "graphql-tag": "2.12.6",
85
- "msw": "0.49.3",
85
+ "msw": "1.1.0",
86
86
  "react": "17.0.2",
87
+ "react-dom": "17.0.2",
87
88
  "react-intl": "5.25.1",
88
89
  "react-redux": "7.2.9",
89
90
  "react-router-dom": "5.3.4",
90
91
  "react-test-renderer": "17.0.2",
92
+ "redux": "4.2.1",
93
+ "typescript": "4.9.5",
91
94
  "xhr-mock": "2.5.1"
92
95
  },
93
96
  "peerDependencies": {
94
97
  "@apollo/client": "3.x",
95
- "react": "17.x",
96
- "react-intl": "5.x",
97
- "react-redux": "7.x",
98
- "react-router-dom": "5.x"
98
+ "@testing-library/react": "12.x",
99
+ "@testing-library/react-hooks": "8.x"
100
+ },
101
+ "publishConfig": {
102
+ "access": "public"
99
103
  }
100
104
  }