@commercetools-uikit/time-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.
@@ -405,7 +405,7 @@ TimeInput.toLocaleTime = (time, locale) => {
405
405
  var TimeInput$1 = TimeInput;
406
406
 
407
407
  // NOTE: This string will be replaced on build time with the package version.
408
- var version = "15.15.1";
408
+ var version = "16.0.0";
409
409
 
410
410
  exports["default"] = TimeInput$1;
411
411
  exports.version = version;
@@ -368,7 +368,7 @@ TimeInput.toLocaleTime = (time, locale) => {
368
368
  var TimeInput$1 = TimeInput;
369
369
 
370
370
  // NOTE: This string will be replaced on build time with the package version.
371
- var version = "15.15.1";
371
+ var version = "16.0.0";
372
372
 
373
373
  exports["default"] = TimeInput$1;
374
374
  exports.version = version;
@@ -383,6 +383,6 @@ TimeInput.toLocaleTime = (time, locale) => {
383
383
  var TimeInput$1 = TimeInput;
384
384
 
385
385
  // NOTE: This string will be replaced on build time with the package version.
386
- var version = "15.15.1";
386
+ var version = "16.0.0";
387
387
 
388
388
  export { TimeInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/time-input",
3
3
  "description": "The TimeInput component allows the user to select a time.",
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/accessible-button": "15.15.1",
25
- "@commercetools-uikit/constraints": "15.15.1",
26
- "@commercetools-uikit/design-system": "15.15.1",
27
- "@commercetools-uikit/hooks": "15.15.1",
28
- "@commercetools-uikit/icons": "15.15.1",
29
- "@commercetools-uikit/input-utils": "15.15.1",
30
- "@commercetools-uikit/spacings-inline": "15.15.1",
31
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/constraints": "16.0.0",
26
+ "@commercetools-uikit/design-system": "16.0.0",
27
+ "@commercetools-uikit/hooks": "16.0.0",
28
+ "@commercetools-uikit/icons": "16.0.0",
29
+ "@commercetools-uikit/input-utils": "16.0.0",
30
+ "@commercetools-uikit/spacings-inline": "16.0.0",
31
+ "@commercetools-uikit/utils": "16.0.0",
32
32
  "@emotion/is-prop-valid": "1.2.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "react": "17.0.2",
39
- "react-intl": "^5.25.1"
39
+ "react-intl": "^6.3.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "17.x",
43
- "react-intl": "5.x"
43
+ "react-intl": "6.x"
44
44
  }
45
45
  }