Skip to content

Commit 02597fe

Browse files
authored
AAE-25569 Fix dependencies (#10224)
1 parent 851b627 commit 02597fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/process-services-cloud/ng-package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
"@editorjs/inline-code",
3737
"@editorjs/list",
3838
"@editorjs/marker",
39+
"@editorjs/paragraph",
3940
"@editorjs/underline",
4041
"@quanzo/change-font-size",
4142
"editorjs-text-color-plugin",
4243
"editorjs-html",
43-
"editorjs-paragraph-with-alignment"
44+
"editorjs-paragraph-with-alignment",
45+
"editorjs-text-alignment-blocktune"
4446
]
4547
}

lib/process-services-cloud/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
"@editorjs/inline-code": "1.5.0",
1818
"@editorjs/list": "1.9.0",
1919
"@editorjs/marker": "1.4.0",
20+
"@editorjs/paragraph": "^2.11.6",
2021
"@editorjs/underline": "1.1.0",
2122
"editorjs-html": "3.4.3",
2223
"editorjs-paragraph-with-alignment": "3.0.0",
24+
"editorjs-text-alignment-blocktune": "^1.0.3",
2325
"editorjs-text-color-plugin": "1.13.1",
2426
"@quanzo/change-font-size": "1.0.0"
2527
},

0 commit comments

Comments
 (0)