From cecf96528445658d1b8289b59594c3221204b37a Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Fri, 22 Mar 2024 11:04:35 +0100 Subject: [PATCH] [ACS-6693] Bump peerDependencies in ACA libs --- projects/aca-content/package.json | 8 ++++---- projects/aca-shared/package.json | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 9b379c7e3..6b3fdda25 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -9,10 +9,10 @@ "@alfresco/adf-content-services": ">=6.9.0-0", "@alfresco/adf-extensions": ">=6.9.0-0", "@alfresco/js-api": ">=7.8.0-0", - "@angular/animations": ">=14.1.3", - "@angular/cdk": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.3", + "@angular/animations": ">=15.2.10", + "@angular/cdk": ">=15.2.9", + "@angular/forms": ">=15.2.10", + "@angular/material": ">=15.2.9", "@ngx-translate/core": ">=14.0.0", "rxjs": ">=6.6.6", "zone.js": ">=0.11.8" diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 0a8e74200..46dc1ddad 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -9,15 +9,15 @@ "@alfresco/adf-core": ">=6.9.0-0", "@alfresco/adf-extensions": ">=6.9.0-0", "@alfresco/js-api": ">=7.8.0-0", - "@angular/animations": ">=14.1.3", - "@angular/common": ">=14.1.3", - "@angular/compiler": ">=14.1.3", - "@angular/core": ">=14.1.3", - "@angular/forms": ">=14.1.3", - "@angular/material": ">=14.1.3", - "@ngrx/effects": ">=14.2.0", - "@ngrx/router-store": ">=14.2.0", - "@ngrx/store": ">=14.2.0", + "@angular/animations": ">=15.2.10", + "@angular/common": ">=15.2.10", + "@angular/compiler": ">=15.2.10", + "@angular/core": ">=15.2.10", + "@angular/forms": ">=15.2.10", + "@angular/material": ">=15.2.9", + "@ngrx/effects": ">=15.2.0", + "@ngrx/router-store": ">=15.2.0", + "@ngrx/store": ">=15.2.0", "@ngx-translate/core": ">=14.0.0", "rxjs": ">=6.6.6", "tslib": ">=2.0.0",