Skip to content

Commit

Permalink
[ACA-4710] Use caret for js-api and adf versions (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed May 19, 2023
1 parent 45a6b75 commit 5d4a999
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions projects/aca-folder-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@alfresco/adf-core": "6.1.0-4985617493",
"@alfresco/adf-content-services": "6.1.0-4985617493",
"@alfresco/adf-extensions": "6.1.0-4985617493",
"@alfresco/js-api": ">=6.0.0",
"@alfresco/adf-core": "^6.1.0-0",
"@alfresco/adf-content-services": "^6.1.0-0",
"@alfresco/adf-extensions": "^6.1.0-0",
"@alfresco/js-api": "^6.1.0-0",
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/flex-layout": "^14.0.0-beta.40",
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": "6.1.0-4985617493",
"@alfresco/adf-core": "6.1.0-4985617493",
"@alfresco/adf-extensions": "6.1.0-4985617493",
"@alfresco/js-api": ">=6.0.0",
"@alfresco/adf-content-services": "^6.1.0-0",
"@alfresco/adf-core": "^6.1.0-0",
"@alfresco/adf-extensions": "^6.1.0-0",
"@alfresco/js-api": "^6.1.0-0",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
Expand Down

0 comments on commit 5d4a999

Please sign in to comment.