@commercetools-uikit/async-creatable-select-input 12.2.5 → 13.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-creatable-select-input",
3
3
  "description": "An input component getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.",
4
- "version": "12.2.5",
4
+ "version": "13.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,12 +9,7 @@
9
9
  "directory": "packages/components/inputs/async-creatable-select-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": [
13
- "javascript",
14
- "design system",
15
- "react",
16
- "uikit"
17
- ],
12
+ "keywords": ["javascript", "design system", "react", "uikit"],
18
13
  "license": "MIT",
19
14
  "publishConfig": {
20
15
  "access": "public"
@@ -22,31 +17,29 @@
22
17
  "sideEffects": false,
23
18
  "main": "dist/commercetools-uikit-async-creatable-select-input.cjs.js",
24
19
  "module": "dist/commercetools-uikit-async-creatable-select-input.esm.js",
25
- "files": [
26
- "dist"
27
- ],
20
+ "files": ["dist"],
28
21
  "dependencies": {
29
- "@babel/runtime": "7.16.3",
30
- "@babel/runtime-corejs3": "7.16.3",
31
- "@commercetools-uikit/constraints": "12.2.5",
32
- "@commercetools-uikit/design-system": "12.2.5",
33
- "@commercetools-uikit/icons": "12.2.5",
34
- "@commercetools-uikit/loading-spinner": "12.2.5",
35
- "@commercetools-uikit/select-utils": "12.2.5",
36
- "@commercetools-uikit/spacings": "12.2.5",
37
- "@commercetools-uikit/text": "12.2.5",
38
- "@commercetools-uikit/utils": "12.2.5",
22
+ "@babel/runtime": "7.17.2",
23
+ "@babel/runtime-corejs3": "7.17.2",
24
+ "@commercetools-uikit/constraints": "13.0.0",
25
+ "@commercetools-uikit/design-system": "13.0.0",
26
+ "@commercetools-uikit/icons": "13.0.0",
27
+ "@commercetools-uikit/loading-spinner": "13.0.0",
28
+ "@commercetools-uikit/select-utils": "13.0.0",
29
+ "@commercetools-uikit/spacings": "13.0.0",
30
+ "@commercetools-uikit/text": "13.0.0",
31
+ "@commercetools-uikit/utils": "12.2.9",
39
32
  "@emotion/is-prop-valid": "1.1.1",
40
33
  "@emotion/react": "^11.4.0",
41
34
  "@emotion/styled": "^11.3.0",
42
35
  "lodash": "4.17.21",
43
- "prop-types": "15.7.2",
44
- "react-select": "4.3.1"
36
+ "prop-types": "15.8.1",
37
+ "react-select": "5.2.2"
45
38
  },
46
39
  "devDependencies": {
47
40
  "react": "17.0.2",
48
41
  "react-dom": "17.0.2",
49
- "react-intl": "5.21.2"
42
+ "react-intl": "5.24.6"
50
43
  },
51
44
  "peerDependencies": {
52
45
  "react": "17.x",