@commercetools-uikit/money-input 20.6.0 → 20.6.2

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.
@@ -1398,7 +1398,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1398
1398
  var MoneyInput$1 = MoneyInput;
1399
1399
 
1400
1400
  // NOTE: This string will be replaced on build time with the package version.
1401
- var version = "20.6.0";
1401
+ var version = "20.6.2";
1402
1402
 
1403
1403
  exports["default"] = MoneyInput$1;
1404
1404
  exports.version = version;
@@ -1370,7 +1370,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1370
1370
  var MoneyInput$1 = MoneyInput;
1371
1371
 
1372
1372
  // NOTE: This string will be replaced on build time with the package version.
1373
- var version = "20.6.0";
1373
+ var version = "20.6.2";
1374
1374
 
1375
1375
  exports["default"] = MoneyInput$1;
1376
1376
  exports.version = version;
@@ -1369,6 +1369,6 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1369
1369
  var MoneyInput$1 = MoneyInput;
1370
1370
 
1371
1371
  // NOTE: This string will be replaced on build time with the package version.
1372
- var version = "20.6.0";
1372
+ var version = "20.6.2";
1373
1373
 
1374
1374
  export { MoneyInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/money-input",
3
3
  "description": "A controlled input component for money values with validation states.",
4
- "version": "20.6.0",
4
+ "version": "20.6.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -33,19 +33,19 @@
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.18.1",
35
35
  "react-select": "5.10.2",
36
- "@commercetools-uikit/constraints": "^20.6.0",
37
- "@commercetools-uikit/design-system": "^20.6.0",
38
- "@commercetools-uikit/hooks": "^20.6.0",
39
- "@commercetools-uikit/icons": "^20.6.0",
40
- "@commercetools-uikit/input-utils": "^20.6.0",
41
- "@commercetools-uikit/select-utils": "^20.6.0",
42
- "@commercetools-uikit/tooltip": "^20.6.0",
43
- "@commercetools-uikit/utils": "^20.6.0"
36
+ "@commercetools-uikit/constraints": "^20.6.2",
37
+ "@commercetools-uikit/design-system": "^20.6.2",
38
+ "@commercetools-uikit/icons": "^20.6.2",
39
+ "@commercetools-uikit/hooks": "^20.6.2",
40
+ "@commercetools-uikit/input-utils": "^20.6.2",
41
+ "@commercetools-uikit/select-utils": "^20.6.2",
42
+ "@commercetools-uikit/tooltip": "^20.6.2",
43
+ "@commercetools-uikit/utils": "^20.6.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "prop-types": "^15.8.1",
47
- "react": "19.2.0",
48
- "react-dom": "19.2.0",
47
+ "react": "19.2.6",
48
+ "react-dom": "19.2.6",
49
49
  "react-intl": "^7.1.4"
50
50
  },
51
51
  "peerDependencies": {