From 7fba034c7470f7f17509894b46a534ff244af358 Mon Sep 17 00:00:00 2001 From: Ehsan Rezaei Date: Mon, 1 Sep 2025 18:26:50 +0200 Subject: [PATCH] AAE-37857 Removing ADF from the list of peerDependencies (#4774) * AAE-37857 Bumping verisons to fix upstream * AAE-37857 Removing ADF from the list of peerDependencies --- projects/aca-content/package.json | 4 ---- projects/aca-playwright-shared/package.json | 5 ----- projects/aca-shared/package.json | 4 ---- 3 files changed, 13 deletions(-) diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index eeec079a9..e9883c268 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,6 @@ "peerDependencies": { "@angular/common": ">=15.2", "@angular/core": ">=15.2", - "@alfresco/adf-core": ">=8.3.0-0", - "@alfresco/adf-content-services": ">=8.3.0-0", - "@alfresco/adf-extensions": ">=8.3.0-0", - "@alfresco/js-api": ">=9.3.0-0", "@angular/animations": ">=15.2", "@angular/cdk": ">=15.2", "@angular/forms": ">=15.2", diff --git a/projects/aca-playwright-shared/package.json b/projects/aca-playwright-shared/package.json index 1e3d04576..6bd0d0c7f 100644 --- a/projects/aca-playwright-shared/package.json +++ b/projects/aca-playwright-shared/package.json @@ -7,11 +7,6 @@ "access": "public" }, "peerDependencies": { - "@alfresco/adf-core": ">=8.3.0-0", - "@alfresco/adf-content-services": ">=8.3.0-0", - "@alfresco/adf-extensions": ">=8.3.0-0", - "@alfresco/eslint-plugin-eslint-angular": ">=8.3.0-0", - "@alfresco/js-api": ">=9.3.0-0", "tslib": ">=2.0.0" }, "repository": { diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index a58dcba70..8a5bd4bbc 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -4,10 +4,6 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=8.3.0-0", - "@alfresco/adf-core": ">=8.3.0-0", - "@alfresco/adf-extensions": ">=8.3.0-0", - "@alfresco/js-api": ">=9.3.0-0", "@angular/animations": ">=15.2", "@angular/common": ">=15.2", "@angular/compiler": ">=15.2",