Signed-off-by: eromano <eugenioromano16@gmail.com>
This commit is contained in:
eromano
2022-07-27 17:42:19 +02:00
parent fde31d8532
commit 71f8c7ee9e
2 changed files with 19 additions and 3 deletions

View File

@@ -9,5 +9,19 @@
"lib": {
"entryFile": "./public-api.ts",
"flatModuleFile": "adf-core"
}
},
"allowedNonPeerDependencies": [
"cropperjs",
"@editorjs/editorjs",
"@editorjs/code",
"@editorjs/header",
"@editorjs/inline-code",
"@editorjs/list",
"@editorjs/marker",
"@editorjs/underline",
"@quanzo/change-font-size",
"editorjs-text-color-plugin",
"editorjs-html",
"editorjs-paragraph-with-alignment"
]
}

View File

@@ -10,7 +10,7 @@
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"dependencies": {
"cropperjs": "1.5.11",
"@editorjs/editorjs": "2.25.0",
"@editorjs/code": "2.7.0",
@@ -22,7 +22,9 @@
"@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",
"editorjs-paragraph-with-alignment": "3.0.0"
},
"peerDependencies": {
"@angular/animations": ">=10.0.2",
"@angular/cdk": ">=10.0.1",
"@angular/common": ">=10.0.2",