@commercetools-uikit/selectable-search-input 15.15.1 → 16.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.
@@ -624,7 +624,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
624
624
  var SelectableSearchInput$1 = SelectableSearchInput;
625
625
 
626
626
  // NOTE: This string will be replaced on build time with the package version.
627
- var version = "15.15.1";
627
+ var version = "16.0.0";
628
628
 
629
629
  exports["default"] = SelectableSearchInput$1;
630
630
  exports.version = version;
@@ -565,7 +565,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
565
565
  var SelectableSearchInput$1 = SelectableSearchInput;
566
566
 
567
567
  // NOTE: This string will be replaced on build time with the package version.
568
- var version = "15.15.1";
568
+ var version = "16.0.0";
569
569
 
570
570
  exports["default"] = SelectableSearchInput$1;
571
571
  exports.version = version;
@@ -601,6 +601,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
601
601
  var SelectableSearchInput$1 = SelectableSearchInput;
602
602
 
603
603
  // NOTE: This string will be replaced on build time with the package version.
604
- var version = "15.15.1";
604
+ var version = "16.0.0";
605
605
 
606
606
  export { SelectableSearchInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/selectable-search-input",
3
3
  "description": "A controlled selectable search input component for single-line strings with validation states.",
4
- "version": "15.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/hooks": "15.15.1",
27
- "@commercetools-uikit/icons": "15.15.1",
28
- "@commercetools-uikit/input-utils": "15.15.1",
29
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
30
- "@commercetools-uikit/select-utils": "15.15.1",
31
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/constraints": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/hooks": "16.0.0",
27
+ "@commercetools-uikit/icons": "16.0.0",
28
+ "@commercetools-uikit/input-utils": "16.0.0",
29
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
30
+ "@commercetools-uikit/select-utils": "16.0.0",
31
+ "@commercetools-uikit/utils": "16.0.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.17.21",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "react": "17.0.2",
40
- "react-intl": "^5.25.1"
40
+ "react-intl": "^6.3.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "17.x",
44
- "react-intl": "5.x"
44
+ "react-intl": "6.x"
45
45
  }
46
46
  }