mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6693] Fix peer dependencies in ACA packages
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
"version": "0.0.1",
|
||||
"license": "LGPL-3.0",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=14.1.0",
|
||||
"@angular/core": ">=14.1.0",
|
||||
"@angular/common": ">=15.2",
|
||||
"@angular/core": ">=15.2",
|
||||
"@alfresco/adf-core": ">=6.9.0-0",
|
||||
"@alfresco/adf-content-services": ">=6.9.0-0",
|
||||
"@alfresco/adf-extensions": ">=6.9.0-0",
|
||||
"@alfresco/js-api": ">=7.8.0-0",
|
||||
"@angular/animations": ">=15.2.10",
|
||||
"@angular/cdk": ">=15.2.9",
|
||||
"@angular/forms": ">=15.2.10",
|
||||
"@angular/material": ">=15.2.9",
|
||||
"@angular/animations": ">=15.2",
|
||||
"@angular/cdk": ">=15.2",
|
||||
"@angular/forms": ">=15.2",
|
||||
"@angular/material": ">=15.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"rxjs": ">=6.6.6",
|
||||
"zone.js": ">=0.11.8"
|
||||
|
@@ -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": ">=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",
|
||||
"@angular/animations": ">=15.2",
|
||||
"@angular/common": ">=15.2",
|
||||
"@angular/compiler": ">=15.2",
|
||||
"@angular/core": ">=15.2",
|
||||
"@angular/forms": ">=15.2",
|
||||
"@angular/material": ">=15.2",
|
||||
"@ngrx/effects": ">=15.2.0",
|
||||
"@ngrx/router-store": ">=15.2.0",
|
||||
"@ngrx/store": ">=15.2.0",
|
||||
"@ngrx/router-store": ">=15.2",
|
||||
"@ngrx/store": ">=15.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"rxjs": ">=6.6.6",
|
||||
"tslib": ">=2.0.0",
|
||||
|
Reference in New Issue
Block a user