[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 3 deletions

View File

@ -7,7 +7,18 @@
"./**/*.theme.scss"
],
"whitelistedNonPeerDependencies": [
"cropperjs"
"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"
],
"lib": {
"entryFile": "./public-api.ts",
@ -22,7 +33,18 @@
"moment-es6": "moment-es6",
"moment/src/moment": "moment/src/moment",
"@ngx-translate/core": "@ngx-translate/core",
"cropperjs": "cropperjs"
"cropperjs": "cropperjs",
"@editorjs/editorjs": "@editorjs/editorjs",
"@editorjs/code": "@editorjs/code",
"@editorjs/header": "@editorjs/header",
"@editorjs/inline-code": "@editorjs/inline-code",
"@editorjs/list": "@editorjs/list",
"@editorjs/marker": "@editorjs/marker",
"@editorjs/underline": "@editorjs/underline",
"@quanzo/change-font-size": "@quanzo/change-font-size",
"editorjs-text-color-plugin": "editorjs-text-color-plugin",
"editorjs-html": "editorjs-html",
"editorjs-paragraph-with-alignment": "editorjs-paragraph-with-alignment"
}
}
}

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",