mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7905] ADF Core lib is missing dependency declaration (#10444)
This commit is contained in:
committed by
GitHub
parent
d1d72cb575
commit
d93dbee150
@@ -42,6 +42,9 @@
|
|||||||
},
|
},
|
||||||
"allowedNonPeerDependencies": [
|
"allowedNonPeerDependencies": [
|
||||||
"cropperjs",
|
"cropperjs",
|
||||||
"angular-oauth2-oidc"
|
"angular-oauth2-oidc",
|
||||||
|
"angular-oauth2-oidc-jwks",
|
||||||
|
"date-fns",
|
||||||
|
"rxjs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -20,24 +20,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cropperjs": "^1.5.13",
|
"cropperjs": "^1.6.2",
|
||||||
"angular-oauth2-oidc": "^15.0.1",
|
"angular-oauth2-oidc": "17.0.2",
|
||||||
"angular-oauth2-oidc-jwks": "^17.0.2"
|
"angular-oauth2-oidc-jwks": "17.0.2",
|
||||||
|
"date-fns": "^2.30.0",
|
||||||
|
"rxjs": "7.8.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/animations": ">=14.1.3",
|
"@angular/animations": "16.2.9",
|
||||||
"@angular/cdk": ">=14.1.2",
|
"@angular/cdk": "16.2.9",
|
||||||
"@angular/common": ">=14.1.3",
|
"@angular/common": "16.2.9",
|
||||||
"@angular/core": ">=14.1.3",
|
"@angular/core": "16.2.9",
|
||||||
"@angular/forms": ">=14.1.3",
|
"@angular/forms": "16.2.9",
|
||||||
"@angular/material": ">=14.1.2",
|
"@angular/material": "16.2.9",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/material-date-fns-adapter": "16.2.9",
|
||||||
"@mat-datetimepicker/core": ">=10.1.1",
|
"@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/js-api": ">=8.0.0-alpha.7-0",
|
||||||
"@alfresco/adf-extensions": ">=7.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",
|
||||||
"minimatch-browser": ">=1.0.0",
|
"pdfjs-dist": "3.3.122",
|
||||||
"pdfjs-dist": ">=3.3.122",
|
|
||||||
"ts-morph": "^20.0.0"
|
"ts-morph": "^20.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user