@commercetools-uikit/date-input 14.0.3 → 14.0.6

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.
@@ -346,7 +346,7 @@ DateInput.isEmpty = function (value) {
346
346
  var DateInput$1 = DateInput;
347
347
 
348
348
  // NOTE: This string will be replaced on build time with the package version.
349
- var version = "14.0.3";
349
+ var version = "14.0.6";
350
350
 
351
351
  exports["default"] = DateInput$1;
352
352
  exports.version = version;
@@ -326,7 +326,7 @@ DateInput.isEmpty = function (value) {
326
326
  var DateInput$1 = DateInput;
327
327
 
328
328
  // NOTE: This string will be replaced on build time with the package version.
329
- var version = "14.0.3";
329
+ var version = "14.0.6";
330
330
 
331
331
  exports["default"] = DateInput$1;
332
332
  exports.version = version;
@@ -325,6 +325,6 @@ DateInput.isEmpty = function (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 = "14.0.3";
328
+ var version = "14.0.6";
329
329
 
330
330
  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": "14.0.3",
4
+ "version": "14.0.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,14 +22,14 @@
22
22
  "@babel/runtime": "^7.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
24
  "@commercetools-uikit/accessible-button": "14.0.1",
25
- "@commercetools-uikit/calendar-utils": "14.0.3",
25
+ "@commercetools-uikit/calendar-utils": "14.0.6",
26
26
  "@commercetools-uikit/constraints": "14.0.1",
27
27
  "@commercetools-uikit/design-system": "14.0.0",
28
28
  "@commercetools-uikit/hooks": "14.0.3",
29
29
  "@commercetools-uikit/icons": "14.0.1",
30
- "@commercetools-uikit/secondary-icon-button": "14.0.2",
31
- "@commercetools-uikit/select-utils": "14.0.1",
32
- "@commercetools-uikit/spacings-inline": "14.0.1",
30
+ "@commercetools-uikit/secondary-icon-button": "14.0.6",
31
+ "@commercetools-uikit/select-utils": "14.0.6",
32
+ "@commercetools-uikit/spacings-inline": "14.0.6",
33
33
  "@commercetools-uikit/text": "14.0.1",
34
34
  "@commercetools-uikit/tooltip": "14.0.3",
35
35
  "@commercetools-uikit/utils": "14.0.1",
@@ -41,7 +41,7 @@
41
41
  "warning": "4.0.3"
42
42
  },
43
43
  "devDependencies": {
44
- "moment": "2.29.1",
44
+ "moment": "2.29.2",
45
45
  "react": "17.0.2",
46
46
  "react-intl": "^5.24.6"
47
47
  },