@commercetools-uikit/async-select-input 20.3.0 → 20.4.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.
@@ -258,7 +258,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
258
258
  var AsyncSelectInput$1 = AsyncSelectInput;
259
259
 
260
260
  // NOTE: This string will be replaced on build time with the package version.
261
- var version = "20.3.0";
261
+ var version = "20.4.0";
262
262
 
263
263
  exports["default"] = AsyncSelectInput$1;
264
264
  exports.version = version;
@@ -256,7 +256,7 @@ AsyncSelectInput.ValueContainer = reactSelect.components.ValueContainer;
256
256
  var AsyncSelectInput$1 = AsyncSelectInput;
257
257
 
258
258
  // NOTE: This string will be replaced on build time with the package version.
259
- var version = "20.3.0";
259
+ var version = "20.4.0";
260
260
 
261
261
  exports["default"] = AsyncSelectInput$1;
262
262
  exports.version = version;
@@ -239,6 +239,6 @@ AsyncSelectInput.ValueContainer = components.ValueContainer;
239
239
  var AsyncSelectInput$1 = AsyncSelectInput;
240
240
 
241
241
  // NOTE: This string will be replaced on build time with the package version.
242
- var version = "20.3.0";
242
+ var version = "20.4.0";
243
243
 
244
244
  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": "20.3.0",
4
+ "version": "20.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/icons": "20.3.0",
27
- "@commercetools-uikit/loading-spinner": "20.3.0",
28
- "@commercetools-uikit/select-utils": "20.3.0",
29
- "@commercetools-uikit/spacings": "20.3.0",
30
- "@commercetools-uikit/text": "20.3.0",
31
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.4.0",
25
+ "@commercetools-uikit/design-system": "20.4.0",
26
+ "@commercetools-uikit/icons": "20.4.0",
27
+ "@commercetools-uikit/loading-spinner": "20.4.0",
28
+ "@commercetools-uikit/select-utils": "20.4.0",
29
+ "@commercetools-uikit/spacings": "20.4.0",
30
+ "@commercetools-uikit/text": "20.4.0",
31
+ "@commercetools-uikit/utils": "20.4.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
- "lodash": "4.17.21",
34
+ "lodash": "4.17.23",
35
35
  "react-select": "5.10.2"
36
36
  },
37
37
  "devDependencies": {