@commercetools-uikit/search-select-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.
@@ -136,7 +136,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
136
136
  var SearchSelectInput$1 = SearchSelectInput;
137
137
 
138
138
  // NOTE: This string will be replaced on build time with the package version.
139
- var version = "15.15.1";
139
+ var version = "16.0.0";
140
140
 
141
141
  exports["default"] = SearchSelectInput$1;
142
142
  exports.version = version;
@@ -116,7 +116,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
116
116
  var SearchSelectInput$1 = SearchSelectInput;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "15.15.1";
119
+ var version = "16.0.0";
120
120
 
121
121
  exports["default"] = SearchSelectInput$1;
122
122
  exports.version = version;
@@ -117,6 +117,6 @@ SearchSelectInput.displayName = 'SearchSelectInput';
117
117
  var SearchSelectInput$1 = SearchSelectInput;
118
118
 
119
119
  // NOTE: This string will be replaced on build time with the package version.
120
- var version = "15.15.1";
120
+ var version = "16.0.0";
121
121
 
122
122
  export { SearchSelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/search-select-input",
3
3
  "description": "A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.",
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,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/async-select-input": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/select-utils": "15.15.1",
27
- "@commercetools-uikit/spacings": "15.15.1",
28
- "@commercetools-uikit/text": "15.15.1",
29
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/async-select-input": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/select-utils": "16.0.0",
27
+ "@commercetools-uikit/spacings": "16.0.0",
28
+ "@commercetools-uikit/text": "16.0.0",
29
+ "@commercetools-uikit/utils": "16.0.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "prop-types": "15.8.1"
@@ -34,11 +34,11 @@
34
34
  "devDependencies": {
35
35
  "react": "17.0.2",
36
36
  "react-dom": "17.0.2",
37
- "react-intl": "^5.25.1"
37
+ "react-intl": "^6.3.2"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "17.x",
41
41
  "react-dom": "17.x",
42
- "react-intl": "5.x"
42
+ "react-intl": "6.x"
43
43
  }
44
44
  }