diff --git a/lib/process-services-cloud/ng-package.json b/lib/process-services-cloud/ng-package.json index 1f81fd1801..78653a151f 100644 --- a/lib/process-services-cloud/ng-package.json +++ b/lib/process-services-cloud/ng-package.json @@ -36,10 +36,12 @@ "@editorjs/inline-code", "@editorjs/list", "@editorjs/marker", + "@editorjs/paragraph", "@editorjs/underline", "@quanzo/change-font-size", "editorjs-text-color-plugin", "editorjs-html", - "editorjs-paragraph-with-alignment" + "editorjs-paragraph-with-alignment", + "editorjs-text-alignment-blocktune" ] } diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 54e70a64d5..6e6ff3cff1 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -17,9 +17,11 @@ "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", "@editorjs/marker": "1.4.0", + "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", + "editorjs-text-alignment-blocktune": "^1.0.3", "editorjs-text-color-plugin": "1.13.1", "@quanzo/change-font-size": "1.0.0" },