@commercetools-uikit/date-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.
@@ -473,7 +473,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
473
473
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
474
474
 
475
475
  // NOTE: This string will be replaced on build time with the package version.
476
- var version = "15.15.1";
476
+ var version = "16.0.0";
477
477
 
478
478
  exports["default"] = dateTimeInput;
479
479
  exports.version = version;
@@ -451,7 +451,7 @@ DateTimeInput.propTypes = {};
451
451
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
452
452
 
453
453
  // NOTE: This string will be replaced on build time with the package version.
454
- var version = "15.15.1";
454
+ var version = "16.0.0";
455
455
 
456
456
  exports["default"] = dateTimeInput;
457
457
  exports.version = version;
@@ -450,6 +450,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
450
450
  var dateTimeInput = injectIntl(DateTimeInput);
451
451
 
452
452
  // NOTE: This string will be replaced on build time with the package version.
453
- var version = "15.15.1";
453
+ var version = "16.0.0";
454
454
 
455
455
  export { dateTimeInput as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-time-input",
3
3
  "description": "The `DateTimeInput` component allows the user to select a date. This component also supports multiple date selection.",
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,19 +21,19 @@
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/calendar-time-utils": "15.15.1",
26
- "@commercetools-uikit/calendar-utils": "15.15.1",
27
- "@commercetools-uikit/constraints": "15.15.1",
28
- "@commercetools-uikit/design-system": "15.15.1",
29
- "@commercetools-uikit/hooks": "15.15.1",
30
- "@commercetools-uikit/icons": "15.15.1",
31
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
32
- "@commercetools-uikit/select-utils": "15.15.1",
33
- "@commercetools-uikit/spacings-inline": "15.15.1",
34
- "@commercetools-uikit/text": "15.15.1",
35
- "@commercetools-uikit/tooltip": "15.15.1",
36
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/calendar-time-utils": "16.0.0",
26
+ "@commercetools-uikit/calendar-utils": "16.0.0",
27
+ "@commercetools-uikit/constraints": "16.0.0",
28
+ "@commercetools-uikit/design-system": "16.0.0",
29
+ "@commercetools-uikit/hooks": "16.0.0",
30
+ "@commercetools-uikit/icons": "16.0.0",
31
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
32
+ "@commercetools-uikit/select-utils": "16.0.0",
33
+ "@commercetools-uikit/spacings-inline": "16.0.0",
34
+ "@commercetools-uikit/text": "16.0.0",
35
+ "@commercetools-uikit/tooltip": "16.0.0",
36
+ "@commercetools-uikit/utils": "16.0.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "6.1.12",
@@ -44,11 +44,11 @@
44
44
  "devDependencies": {
45
45
  "moment": "2.29.4",
46
46
  "react": "17.0.2",
47
- "react-intl": "^5.25.1"
47
+ "react-intl": "^6.3.2"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "moment": "2.x",
51
51
  "react": "17.x",
52
- "react-intl": "5.x"
52
+ "react-intl": "6.x"
53
53
  }
54
54
  }