@commercetools-uikit/localized-rich-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.
@@ -693,7 +693,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
693
693
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
694
694
 
695
695
  // NOTE: This string will be replaced on build time with the package version.
696
- var version = "15.15.1";
696
+ var version = "16.0.0";
697
697
 
698
698
  exports["default"] = LocalizedRichTextInput$1;
699
699
  exports.version = version;
@@ -623,7 +623,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
623
623
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
624
624
 
625
625
  // NOTE: This string will be replaced on build time with the package version.
626
- var version = "15.15.1";
626
+ var version = "16.0.0";
627
627
 
628
628
  exports["default"] = LocalizedRichTextInput$1;
629
629
  exports.version = version;
@@ -664,6 +664,6 @@ LocalizedRichTextInput.isTouched = isTouched;
664
664
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
665
665
 
666
666
  // NOTE: This string will be replaced on build time with the package version.
667
- var version = "15.15.1";
667
+ var version = "16.0.0";
668
668
 
669
669
  export { LocalizedRichTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-rich-text-input",
3
3
  "description": "A controlled text input component for localized rich text input 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,21 +21,21 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/collapsible-motion": "15.15.1",
25
- "@commercetools-uikit/constraints": "15.15.1",
26
- "@commercetools-uikit/design-system": "15.15.1",
27
- "@commercetools-uikit/flat-button": "15.15.1",
28
- "@commercetools-uikit/hooks": "15.15.1",
29
- "@commercetools-uikit/icons": "15.15.1",
30
- "@commercetools-uikit/input-utils": "15.15.1",
31
- "@commercetools-uikit/localized-utils": "15.15.1",
32
- "@commercetools-uikit/messages": "15.15.1",
33
- "@commercetools-uikit/rich-text-utils": "15.15.1",
34
- "@commercetools-uikit/spacings-inline": "15.15.1",
35
- "@commercetools-uikit/spacings-stack": "15.15.1",
36
- "@commercetools-uikit/text": "15.15.1",
37
- "@commercetools-uikit/tooltip": "15.15.1",
38
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/collapsible-motion": "16.0.0",
25
+ "@commercetools-uikit/constraints": "16.0.0",
26
+ "@commercetools-uikit/design-system": "16.0.0",
27
+ "@commercetools-uikit/flat-button": "16.0.0",
28
+ "@commercetools-uikit/hooks": "16.0.0",
29
+ "@commercetools-uikit/icons": "16.0.0",
30
+ "@commercetools-uikit/input-utils": "16.0.0",
31
+ "@commercetools-uikit/localized-utils": "16.0.0",
32
+ "@commercetools-uikit/messages": "16.0.0",
33
+ "@commercetools-uikit/rich-text-utils": "16.0.0",
34
+ "@commercetools-uikit/spacings-inline": "16.0.0",
35
+ "@commercetools-uikit/spacings-stack": "16.0.0",
36
+ "@commercetools-uikit/text": "16.0.0",
37
+ "@commercetools-uikit/tooltip": "16.0.0",
38
+ "@commercetools-uikit/utils": "16.0.0",
39
39
  "@emotion/react": "^11.10.5",
40
40
  "@emotion/styled": "^11.10.5",
41
41
  "downshift": "6.1.12",
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "react": "17.0.2",
53
- "react-intl": "^5.25.1"
53
+ "react-intl": "^6.3.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "17.x",
57
- "react-intl": "5.x"
57
+ "react-intl": "6.x"
58
58
  }
59
59
  }