From 02597fe7a59767ad2072a20ad9ca39bed7c7e8b4 Mon Sep 17 00:00:00 2001 From: Pablo Martinez Date: Mon, 16 Sep 2024 17:35:18 +0200 Subject: [PATCH] AAE-25569 Fix dependencies (#10224) --- lib/process-services-cloud/ng-package.json | 4 +++- lib/process-services-cloud/package.json | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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" },