@commercetools-uikit/date-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.
@@ -325,7 +325,7 @@ DateInput.isEmpty = value => value === '';
325
325
  var DateInput$1 = DateInput;
326
326
 
327
327
  // NOTE: This string will be replaced on build time with the package version.
328
- var version = "15.15.1";
328
+ var version = "16.0.0";
329
329
 
330
330
  exports["default"] = DateInput$1;
331
331
  exports.version = version;
@@ -305,7 +305,7 @@ DateInput.isEmpty = value => value === '';
305
305
  var DateInput$1 = DateInput;
306
306
 
307
307
  // NOTE: This string will be replaced on build time with the package version.
308
- var version = "15.15.1";
308
+ var version = "16.0.0";
309
309
 
310
310
  exports["default"] = DateInput$1;
311
311
  exports.version = version;
@@ -304,6 +304,6 @@ DateInput.isEmpty = value => value === '';
304
304
  var DateInput$1 = DateInput;
305
305
 
306
306
  // NOTE: This string will be replaced on build time with the package version.
307
- var version = "15.15.1";
307
+ var version = "16.0.0";
308
308
 
309
309
  export { DateInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-input",
3
3
  "description": "The `DateInput` component allows the user to select a date. It formats the selected date depending on the users' locale.",
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
  }