Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Oct 9, 2023
1 parent 3af27ec commit 41eaa08
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 41eaa08

Please sign in to comment.