diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 2361b241ff..f3066f5c17 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -10,22 +10,20 @@ "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, - "dependencies": { - "@editorjs/code": "2.9.0", - "@editorjs/editorjs": "^2.28.2", - "@editorjs/header": "2.8.1", - "@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", - "@valano/change-font-size": "1.0.0" - }, "peerDependencies": { + "@editorjs/code": ">=2.9.0", + "@editorjs/editorjs": ">=2.28.2", + "@editorjs/header": ">=2.8.1", + "@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", + "@valano/change-font-size": ">=1.0.0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3",