@commercetools-uikit/search-select-input 12.2.7 → 12.2.9

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.
@@ -316,7 +316,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
316
316
  var SearchSelectInput$1 = SearchSelectInput;
317
317
 
318
318
  // NOTE: This string will be replaced on build time with the package version.
319
- var version = "12.2.7";
319
+ var version = "12.2.9";
320
320
 
321
321
  exports["default"] = SearchSelectInput$1;
322
322
  exports.version = version;
@@ -110,7 +110,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
110
110
  var SearchSelectInput$1 = SearchSelectInput;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "12.2.7";
113
+ var version = "12.2.9";
114
114
 
115
115
  exports["default"] = SearchSelectInput$1;
116
116
  exports.version = version;
@@ -297,6 +297,6 @@ SearchSelectInput.displayName = 'SearchSelectInput';
297
297
  var SearchSelectInput$1 = SearchSelectInput;
298
298
 
299
299
  // NOTE: This string will be replaced on build time with the package version.
300
- var version = "12.2.7";
300
+ var version = "12.2.9";
301
301
 
302
302
  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": "12.2.7",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,14 +19,14 @@
19
19
  "module": "dist/commercetools-uikit-search-select-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "7.16.3",
23
- "@babel/runtime-corejs3": "7.16.3",
24
- "@commercetools-uikit/async-select-input": "12.2.7",
25
- "@commercetools-uikit/design-system": "12.2.5",
26
- "@commercetools-uikit/select-utils": "12.2.7",
27
- "@commercetools-uikit/spacings": "12.2.5",
28
- "@commercetools-uikit/text": "12.2.5",
29
- "@commercetools-uikit/utils": "12.2.5",
22
+ "@babel/runtime": "7.16.5",
23
+ "@babel/runtime-corejs3": "7.16.5",
24
+ "@commercetools-uikit/async-select-input": "12.2.9",
25
+ "@commercetools-uikit/design-system": "12.2.9",
26
+ "@commercetools-uikit/select-utils": "12.2.9",
27
+ "@commercetools-uikit/spacings": "12.2.9",
28
+ "@commercetools-uikit/text": "12.2.9",
29
+ "@commercetools-uikit/utils": "12.2.9",
30
30
  "@emotion/react": "^11.4.0",
31
31
  "@emotion/styled": "^11.3.0",
32
32
  "prop-types": "15.7.2"
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "react": "17.0.2",
36
36
  "react-dom": "17.0.2",
37
- "react-intl": "5.21.2"
37
+ "react-intl": "5.23.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "17.x",