@commercetools-uikit/date-time-input 12.2.5 → 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.
@@ -567,7 +567,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
567
567
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
568
568
 
569
569
  // NOTE: This string will be replaced on build time with the package version.
570
- var version = "12.2.5";
570
+ var version = "12.2.9";
571
571
 
572
572
  exports["default"] = dateTimeInput;
573
573
  exports.version = version;
@@ -487,7 +487,7 @@ DateTimeInput.propTypes = {};
487
487
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
488
488
 
489
489
  // NOTE: This string will be replaced on build time with the package version.
490
- var version = "12.2.5";
490
+ var version = "12.2.9";
491
491
 
492
492
  exports["default"] = dateTimeInput;
493
493
  exports.version = version;
@@ -544,6 +544,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
544
544
  var dateTimeInput = injectIntl(DateTimeInput);
545
545
 
546
546
  // NOTE: This string will be replaced on build time with the package version.
547
- var version = "12.2.5";
547
+ var version = "12.2.9";
548
548
 
549
549
  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": "12.2.5",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,12 +9,7 @@
9
9
  "directory": "packages/components/inputs/date-time-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": [
13
- "javascript",
14
- "design system",
15
- "react",
16
- "uikit"
17
- ],
12
+ "keywords": ["javascript", "design system", "react", "uikit"],
18
13
  "license": "MIT",
19
14
  "publishConfig": {
20
15
  "access": "public"
@@ -22,25 +17,23 @@
22
17
  "sideEffects": false,
23
18
  "main": "dist/commercetools-uikit-date-time-input.cjs.js",
24
19
  "module": "dist/commercetools-uikit-date-time-input.esm.js",
25
- "files": [
26
- "dist"
27
- ],
20
+ "files": ["dist"],
28
21
  "dependencies": {
29
- "@babel/runtime": "7.16.3",
30
- "@babel/runtime-corejs3": "7.16.3",
31
- "@commercetools-uikit/accessible-button": "12.2.5",
32
- "@commercetools-uikit/calendar-time-utils": "12.2.5",
33
- "@commercetools-uikit/calendar-utils": "12.2.5",
34
- "@commercetools-uikit/constraints": "12.2.5",
35
- "@commercetools-uikit/design-system": "12.2.5",
36
- "@commercetools-uikit/hooks": "12.2.5",
37
- "@commercetools-uikit/icons": "12.2.5",
38
- "@commercetools-uikit/secondary-icon-button": "12.2.5",
39
- "@commercetools-uikit/select-utils": "12.2.5",
40
- "@commercetools-uikit/spacings-inline": "12.2.5",
41
- "@commercetools-uikit/text": "12.2.5",
42
- "@commercetools-uikit/tooltip": "12.2.5",
43
- "@commercetools-uikit/utils": "12.2.5",
22
+ "@babel/runtime": "7.16.5",
23
+ "@babel/runtime-corejs3": "7.16.5",
24
+ "@commercetools-uikit/accessible-button": "12.2.9",
25
+ "@commercetools-uikit/calendar-time-utils": "12.2.9",
26
+ "@commercetools-uikit/calendar-utils": "12.2.9",
27
+ "@commercetools-uikit/constraints": "12.2.9",
28
+ "@commercetools-uikit/design-system": "12.2.9",
29
+ "@commercetools-uikit/hooks": "12.2.9",
30
+ "@commercetools-uikit/icons": "12.2.9",
31
+ "@commercetools-uikit/secondary-icon-button": "12.2.9",
32
+ "@commercetools-uikit/select-utils": "12.2.9",
33
+ "@commercetools-uikit/spacings-inline": "12.2.9",
34
+ "@commercetools-uikit/text": "12.2.9",
35
+ "@commercetools-uikit/tooltip": "12.2.9",
36
+ "@commercetools-uikit/utils": "12.2.9",
44
37
  "@emotion/react": "^11.4.0",
45
38
  "@emotion/styled": "^11.3.0",
46
39
  "common-tags": "1.8.2",
@@ -53,7 +46,7 @@
53
46
  "devDependencies": {
54
47
  "moment": "2.29.1",
55
48
  "react": "17.0.2",
56
- "react-intl": "5.21.2"
49
+ "react-intl": "5.23.0"
57
50
  },
58
51
  "peerDependencies": {
59
52
  "moment": "2.x",