@commercetools-uikit/localized-multiline-text-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.
@@ -514,7 +514,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
514
514
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
515
515
 
516
516
  // NOTE: This string will be replaced on build time with the package version.
517
- var version = "15.15.1";
517
+ var version = "16.0.0";
518
518
 
519
519
  exports["default"] = LocalizedMultilineTextInput$1;
520
520
  exports.version = version;
@@ -409,7 +409,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
409
409
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
410
410
 
411
411
  // NOTE: This string will be replaced on build time with the package version.
412
- var version = "15.15.1";
412
+ var version = "16.0.0";
413
413
 
414
414
  exports["default"] = LocalizedMultilineTextInput$1;
415
415
  exports.version = version;
@@ -492,6 +492,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
492
492
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
493
493
 
494
494
  // NOTE: This string will be replaced on build time with the package version.
495
- var version = "15.15.1";
495
+ var version = "16.0.0";
496
496
 
497
497
  export { LocalizedMultilineTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-multiline-text-input",
3
3
  "description": "A controlled text input component for localized multi-line strings with validation states.",
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,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/flat-button": "15.15.1",
27
- "@commercetools-uikit/hooks": "15.15.1",
28
- "@commercetools-uikit/icons": "15.15.1",
29
- "@commercetools-uikit/input-utils": "15.15.1",
30
- "@commercetools-uikit/localized-utils": "15.15.1",
31
- "@commercetools-uikit/messages": "15.15.1",
32
- "@commercetools-uikit/spacings-stack": "15.15.1",
33
- "@commercetools-uikit/text": "15.15.1",
34
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/constraints": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/flat-button": "16.0.0",
27
+ "@commercetools-uikit/hooks": "16.0.0",
28
+ "@commercetools-uikit/icons": "16.0.0",
29
+ "@commercetools-uikit/input-utils": "16.0.0",
30
+ "@commercetools-uikit/localized-utils": "16.0.0",
31
+ "@commercetools-uikit/messages": "16.0.0",
32
+ "@commercetools-uikit/spacings-stack": "16.0.0",
33
+ "@commercetools-uikit/text": "16.0.0",
34
+ "@commercetools-uikit/utils": "16.0.0",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "prop-types": "15.8.1",
@@ -41,11 +41,11 @@
41
41
  "devDependencies": {
42
42
  "react": "17.0.2",
43
43
  "react-dom": "17.0.2",
44
- "react-intl": "^5.25.1"
44
+ "react-intl": "^6.3.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "17.x",
48
48
  "react-dom": "17.x",
49
- "react-intl": "5.x"
49
+ "react-intl": "6.x"
50
50
  }
51
51
  }