[AAE-10091] Add adf-core missing dependencies (#7727)

This commit is contained in:
Amedeo Lepore
2022-07-26 22:07:50 +02:00
committed by GitHub
parent d3ae78d855
commit b96dfc038f
2 changed files with 36 additions and 3 deletions
+12 -1
View File
@@ -12,7 +12,18 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"cropperjs": "1.5.11"
"cropperjs": "1.5.11",
"@editorjs/editorjs": "2.25.0",
"@editorjs/code": "2.7.0",
"@editorjs/header": "2.6.2",
"@editorjs/inline-code": "1.3.1",
"@editorjs/list": "1.7.0",
"@editorjs/marker": "1.2.2",
"@editorjs/underline": "1.0.0",
"@quanzo/change-font-size": "1.0.0",
"editorjs-text-color-plugin": "1.13.1",
"editorjs-html": "3.4.2",
"editorjs-paragraph-with-alignment": "3.0.0"
},
"peerDependencies": {
"@angular/animations": ">=10.0.2",