Skip to content

Commit

Permalink
[ACS-7905] ADF Core lib is missing dependency declaration (#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland authored Dec 10, 2024
1 parent d1d72cb commit d93dbee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
5 changes: 4 additions & 1 deletion lib/core/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
},
"allowedNonPeerDependencies": [
"cropperjs",
"angular-oauth2-oidc"
"angular-oauth2-oidc",
"angular-oauth2-oidc-jwks",
"date-fns",
"rxjs"
]
}
32 changes: 18 additions & 14 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,28 @@
}
},
"dependencies": {
"cropperjs": "^1.5.13",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^17.0.2"
"cropperjs": "^1.6.2",
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "17.0.2",
"date-fns": "^2.30.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3",
"@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2",
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": ">=10.1.1",
"@angular/animations": "16.2.9",
"@angular/cdk": "16.2.9",
"@angular/common": "16.2.9",
"@angular/core": "16.2.9",
"@angular/forms": "16.2.9",
"@angular/material": "16.2.9",
"@angular/material-date-fns-adapter": "16.2.9",
"@angular/platform-browser": "16.2.9",
"@angular/router": "16.2.9",
"@mat-datetimepicker/core": "12.0.1",
"@ngx-translate/core": "^14.0.0",
"@alfresco/js-api": ">=8.0.0-alpha.7-0",
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-0",
"@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0",
"pdfjs-dist": ">=3.3.122",
"minimatch-browser": "1.0.0",
"pdfjs-dist": "3.3.122",
"ts-morph": "^20.0.0"
},
"keywords": [
Expand Down

0 comments on commit d93dbee

Please sign in to comment.