Use latest JS-API and ADF (#3423)

* Update JS-API and ADF versions to latest

* Fix missing types

* Fix incorrect types

* Use correct method to get membership requests
This commit is contained in:
MichalKinas
2023-09-08 10:10:00 +02:00
committed by GitHub
parent 9106608398
commit b086093c2f
7 changed files with 57 additions and 68 deletions

View File

@@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": "^6.3.0-5977252204",
"@alfresco/adf-core": "6.3.0-5977252204",
"@alfresco/adf-extensions": "6.3.0-5977252204",
"@alfresco/js-api": ">=6.3.0-1172",
"@alfresco/adf-content-services": "^6.3.0-6109128581",
"@alfresco/adf-core": "6.3.0-6109128581",
"@alfresco/adf-extensions": "6.3.0-6109128581",
"@alfresco/js-api": ">=6.3.0-1271",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",