Skip to content

Commit

Permalink
Fixed peerDependency version (#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-2019 authored Sep 3, 2024
1 parent 7bf12dd commit c9eabaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions projects/aca-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": ">=15.2",
"@angular/core": ">=15.2",
"@alfresco/adf-core": ">=7.0.0-0",
"@alfresco/adf-content-services": ">=7.0.0-0",
"@alfresco/adf-extensions": ">=7.0.0-0",
"@alfresco/js-api": ">=8.0.0-0",
"@alfresco/adf-core": ">=7.0.0-alpha.2-0",
"@alfresco/adf-content-services": ">=7.0.0-alpha.2-0",
"@alfresco/adf-extensions": ">=7.0.0-alpha.2-0",
"@alfresco/js-api": ">=8.0.0-alpha.2-0",
"@angular/animations": ">=15.2",
"@angular/cdk": ">=15.2",
"@angular/forms": ">=15.2",
Expand Down
8 changes: 4 additions & 4 deletions projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=7.0.0-0",
"@alfresco/adf-core": ">=7.0.0-0",
"@alfresco/adf-extensions": ">=7.0.0-0",
"@alfresco/js-api": ">=8.0.0-0",
"@alfresco/adf-content-services": ">=7.0.0-alpha.2-0",
"@alfresco/adf-core": ">=7.0.0-alpha.2-0",
"@alfresco/adf-extensions": ">=7.0.0-alpha.2-0",
"@alfresco/js-api": ">=8.0.0-alpha.2-0",
"@angular/animations": ">=15.2",
"@angular/common": ">=15.2",
"@angular/compiler": ">=15.2",
Expand Down

0 comments on commit c9eabaa

Please sign in to comment.