diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index b2cedb1300..511122760a 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -3,19 +3,19 @@ "version": "0.0.1", "license": "LGPL-3.0", "peerDependencies": { - "@angular/common": "^14.1.0", - "@angular/core": "^14.1.0", - "@alfresco/adf-core": "^6.4.0-6341205853", - "@alfresco/adf-content-services": "^6.4.0-6341205853", - "@alfresco/adf-extensions": "^6.4.0-6341205853", - "@alfresco/js-api": "^7.1.0-1349", - "@angular/animations": "^14.1.3", - "@angular/cdk": "^14.1.3", - "@angular/forms": "^14.1.3", - "@angular/material": "^14.1.3", - "@ngx-translate/core": "^14.0.0", - "rxjs": "6.6.6", - "zone.js": "0.11.8" + "@angular/common": ">=14.1.0", + "@angular/core": ">=14.1.0", + "@alfresco/adf-core": ">=6.4.0-6341205853", + "@alfresco/adf-content-services": ">=6.4.0-6341205853", + "@alfresco/adf-extensions": ">=6.4.0-6341205853", + "@alfresco/js-api": ">=7.1.0-1349", + "@angular/animations": ">=14.1.3", + "@angular/cdk": ">=14.1.3", + "@angular/forms": ">=14.1.3", + "@angular/material": ">=14.1.3", + "@ngx-translate/core": ">=14.0.0", + "rxjs": ">=6.6.6", + "zone.js": ">=0.11.8" }, "dependencies": { "tslib": "^2.3.0" diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index f52ff74242..7c792e3150 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,23 +5,23 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": "^6.4.0-6341205853", - "@alfresco/adf-core": "^6.4.0-6341205853", - "@alfresco/adf-extensions": "^6.4.0-6341205853", - "@alfresco/js-api": "^7.1.0-1349", - "@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", - "@ngx-translate/core": "^14.0.0", - "rxjs": "6.6.6", - "tslib": "^2.0.0", - "zone.js": "0.11.8" + "@alfresco/adf-content-services": ">=6.4.0-6341205853", + "@alfresco/adf-core": ">=6.4.0-6341205853", + "@alfresco/adf-extensions": ">=6.4.0-6341205853", + "@alfresco/js-api": ">=7.1.0-1349", + "@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", + "@ngx-translate/core": ">=14.0.0", + "rxjs": ">=6.6.6", + "tslib": ">=2.0.0", + "zone.js": ">=0.11.8" }, "repository": { "type": "git",