@commercetools-uikit/select-utils 15.3.0 → 15.5.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.
@@ -613,7 +613,7 @@ function createSelectStyles(props) {
613
613
  }
614
614
 
615
615
  // NOTE: This string will be replaced on build time with the package version.
616
- var version = "15.3.0";
616
+ var version = "15.5.0";
617
617
 
618
618
  exports.ClearIndicator = ClearIndicator$1;
619
619
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -613,7 +613,7 @@ function createSelectStyles(props) {
613
613
  }
614
614
 
615
615
  // NOTE: This string will be replaced on build time with the package version.
616
- var version = "15.3.0";
616
+ var version = "15.5.0";
617
617
 
618
618
  exports.ClearIndicator = ClearIndicator$1;
619
619
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -593,6 +593,6 @@ function createSelectStyles(props) {
593
593
  }
594
594
 
595
595
  // NOTE: This string will be replaced on build time with the package version.
596
- var version = "15.3.0";
596
+ var version = "15.5.0";
597
597
 
598
598
  export { ClearIndicator$1 as ClearIndicator, CustomSelectInputOption, DoublePropertySelectInputOption, DropdownIndicator$1 as DropdownIndicator, MultiplePropertiesSelectInputOption, SELECT_DROPDOWN_OPTION_TYPES, SearchIconDropdownIndicator$1 as SearchIconDropdownIndicator, TagRemove$1 as TagRemove, WrapperWithIcon$1 as ValueWrapperWithIcon, createSelectStyles, customComponents as customComponentsWithIcons, messages, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-utils",
3
3
  "description": "Utilities for working with select components.",
4
- "version": "15.3.0",
4
+ "version": "15.5.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.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/accessible-button": "15.3.0",
25
- "@commercetools-uikit/design-system": "15.3.0",
26
- "@commercetools-uikit/icons": "15.3.0",
27
- "@commercetools-uikit/spacings": "15.3.0",
28
- "@commercetools-uikit/text": "15.3.0",
29
- "@commercetools-uikit/utils": "15.3.0",
24
+ "@commercetools-uikit/accessible-button": "15.5.0",
25
+ "@commercetools-uikit/design-system": "15.5.0",
26
+ "@commercetools-uikit/icons": "15.5.0",
27
+ "@commercetools-uikit/spacings": "15.5.0",
28
+ "@commercetools-uikit/text": "15.5.0",
29
+ "@commercetools-uikit/utils": "15.5.0",
30
30
  "@emotion/react": "^11.4.0",
31
31
  "@emotion/styled": "^11.3.0",
32
32
  "lodash": "4.17.21",
33
33
  "prop-types": "15.8.1",
34
- "react-select": "5.4.0"
34
+ "react-select": "5.5.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "react": "17.0.2",