@commercetools-uikit/rich-text-utils 12.2.3 → 12.2.7

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.
@@ -3356,7 +3356,7 @@ RichTextEditorBody.defaultProps = {
3356
3356
  };
3357
3357
  var RichTextEditorBody$1 = RichTextEditorBody;
3358
3358
 
3359
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
3360
- var version = '12.2.3';
3359
+ // NOTE: This string will be replaced on build time with the package version.
3360
+ var version = "12.2.7";
3361
3361
 
3362
3362
  export { HiddenInput$1 as HiddenInput, RichTextEditorBody$1 as RichTextBody, html$1 as html, isRichTextEmpty as isEmpty, index as localized, plugins$1 as richTextPlugins, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/rich-text-utils",
3
3
  "description": "Utilities for working with rich-text components.",
4
- "version": "12.2.3",
4
+ "version": "12.2.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://uikit.commercetools.com",
12
12
  "keywords": ["javascript", "design system", "react", "uikit"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -20,18 +19,17 @@
20
19
  "module": "dist/commercetools-uikit-rich-text-utils.esm.js",
21
20
  "files": ["dist"],
22
21
  "scripts": {
23
- "prepare": "../../../../scripts/version.js replace",
24
22
  "generate-icons": "svgr -d src/rich-text-body/icons/generated --typescript src/rich-text-body/icons/svg"
25
23
  },
26
24
  "dependencies": {
27
- "@babel/runtime": "7.14.8",
28
- "@babel/runtime-corejs3": "7.14.9",
29
- "@commercetools-uikit/design-system": "12.2.3",
30
- "@commercetools-uikit/icons": "12.2.3",
31
- "@commercetools-uikit/input-utils": "12.2.3",
32
- "@commercetools-uikit/spacings-inline": "12.2.3",
33
- "@commercetools-uikit/tooltip": "12.2.3",
34
- "@commercetools-uikit/utils": "12.2.0",
25
+ "@babel/runtime": "7.16.3",
26
+ "@babel/runtime-corejs3": "7.16.3",
27
+ "@commercetools-uikit/design-system": "12.2.5",
28
+ "@commercetools-uikit/icons": "12.2.7",
29
+ "@commercetools-uikit/input-utils": "12.2.7",
30
+ "@commercetools-uikit/spacings-inline": "12.2.5",
31
+ "@commercetools-uikit/tooltip": "12.2.5",
32
+ "@commercetools-uikit/utils": "12.2.5",
35
33
  "@emotion/react": "^11.4.0",
36
34
  "@emotion/styled": "^11.3.0",
37
35
  "downshift": "6.1.7",
@@ -43,7 +41,7 @@
43
41
  },
44
42
  "devDependencies": {
45
43
  "react": "17.0.2",
46
- "react-intl": "5.20.7"
44
+ "react-intl": "5.21.2"
47
45
  },
48
46
  "peerDependencies": {
49
47
  "react": "17.x",