Use latest JS-API and ADF (#3494)

* Use latest JS-API and ADF

* Unit test fix
This commit is contained in:
MichalKinas
2023-10-25 14:48:12 +02:00
committed by GitHub
parent ddb2638220
commit b25a3ad9d8
5 changed files with 55 additions and 64 deletions

View File

@@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=6.4.0-6497510485",
"@alfresco/adf-core": ">=6.4.0-6497510485",
"@alfresco/adf-extensions": ">=6.4.0-6497510485",
"@alfresco/js-api": ">=7.1.0-1384",
"@alfresco/adf-content-services": ">=6.4.0-6638624919",
"@alfresco/adf-core": ">=6.4.0-6638624919",
"@alfresco/adf-extensions": ">=6.4.0-6638624919",
"@alfresco/js-api": ">=7.1.0-1437",
"@angular/animations": ">=14.1.3",
"@angular/common": ">=14.1.3",
"@angular/compiler": ">=14.1.3",