@commercetools-uikit/async-select-input 15.2.1 → 15.2.3

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.
@@ -254,7 +254,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
254
254
  var AsyncSelectInput$1 = AsyncSelectInput;
255
255
 
256
256
  // NOTE: This string will be replaced on build time with the package version.
257
- var version = "15.2.1";
257
+ var version = "15.2.3";
258
258
 
259
259
  exports["default"] = AsyncSelectInput$1;
260
260
  exports.version = version;
@@ -238,7 +238,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
238
238
  var AsyncSelectInput$1 = AsyncSelectInput;
239
239
 
240
240
  // NOTE: This string will be replaced on build time with the package version.
241
- var version = "15.2.1";
241
+ var version = "15.2.3";
242
242
 
243
243
  exports["default"] = AsyncSelectInput$1;
244
244
  exports.version = version;
@@ -234,6 +234,6 @@ AsyncSelectInput.ValueContainer = components.ValueContainer;
234
234
  var AsyncSelectInput$1 = AsyncSelectInput;
235
235
 
236
236
  // NOTE: This string will be replaced on build time with the package version.
237
- var version = "15.2.1";
237
+ var version = "15.2.3";
238
238
 
239
239
  export { AsyncSelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-select-input",
3
3
  "description": "An input component getting a selection from an asynchronously loaded list from the user.",
4
- "version": "15.2.1",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,16 +19,16 @@
19
19
  "module": "dist/commercetools-uikit-async-select-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.17.2",
23
- "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/constraints": "15.2.1",
25
- "@commercetools-uikit/design-system": "15.2.1",
26
- "@commercetools-uikit/icons": "15.2.1",
27
- "@commercetools-uikit/loading-spinner": "15.2.1",
28
- "@commercetools-uikit/select-utils": "15.2.1",
29
- "@commercetools-uikit/spacings": "15.2.1",
30
- "@commercetools-uikit/text": "15.2.1",
31
- "@commercetools-uikit/utils": "15.2.1",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/constraints": "15.2.3",
25
+ "@commercetools-uikit/design-system": "15.2.3",
26
+ "@commercetools-uikit/icons": "15.2.3",
27
+ "@commercetools-uikit/loading-spinner": "15.2.3",
28
+ "@commercetools-uikit/select-utils": "15.2.3",
29
+ "@commercetools-uikit/spacings": "15.2.3",
30
+ "@commercetools-uikit/text": "15.2.3",
31
+ "@commercetools-uikit/utils": "15.2.3",
32
32
  "@emotion/react": "^11.4.0",
33
33
  "@emotion/styled": "^11.3.0",
34
34
  "lodash": "4.17.21",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "react": "17.0.2",
40
40
  "react-dom": "17.0.2",
41
- "react-intl": "^5.24.6"
41
+ "react-intl": "^5.25.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "17.x",