From 0908207ae3354b6f879f876cadb5ee75b691d183 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:15:06 +0100 Subject: [PATCH] Use latest ADF alpha as ACA packages dependency (#3695) * Use latest ADF alpha as ACA packages dependency * Fix js-api version * Use caret versioning for ADF and JS-API inn ACA packages --- projects/aca-content/package.json | 8 ++++---- projects/aca-shared/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 9599b1127..7d9c02490 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": ">=14.1.0", "@angular/core": ">=14.1.0", - "@alfresco/adf-core": ">=6.7.0 <=7.0.0", - "@alfresco/adf-content-services": ">=6.7.0 <=7.0.0", - "@alfresco/adf-extensions": ">=6.7.0 <=7.0.0", - "@alfresco/js-api": ">=7.6.0 <=8.0.0", + "@alfresco/adf-core": "^6.x.x-x", + "@alfresco/adf-content-services": "^6.x.x-x", + "@alfresco/adf-extensions": "^6.x.x-x", + "@alfresco/js-api": "^7.x.x-x", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.3", "@angular/forms": ">=14.1.3", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 8b1e37aec..abc4c5401 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,10 +5,10 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=6.7.0 <=7.0.0", - "@alfresco/adf-core": ">=6.7.0 <=7.0.0", - "@alfresco/adf-extensions": ">=6.7.0 <=7.0.0", - "@alfresco/js-api": ">=7.6.0 <=8.0.0", + "@alfresco/adf-content-services": "^6.x.x-x", + "@alfresco/adf-core": "^6.x.x-x", + "@alfresco/adf-extensions": "^6.x.x-x", + "@alfresco/js-api": "^7.x.x-x", "@angular/animations": ">=14.1.3", "@angular/common": ">=14.1.3", "@angular/compiler": ">=14.1.3",