mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2302] upgrade to ADF 3.2.0 beta (#1049)
* upgrade to ADF 3.2.0 beta 2 * remove deprecated extension classes * fix some DL style issues * update class names * update cell classes * update viewer * fix test * update angular dependencies * cleanup login component * update tests * fix selector * fix document list cell selector * fix viewer extension test * upgrade to beta3 * fix some tests and disable tests until regression is fixed on ADF side * disable hyperlink e2e for now * upgrade to latest alpha * restore tests
This commit is contained in:
+18
-18
@@ -36,23 +36,23 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "3.0.0",
|
||||
"@alfresco/adf-core": "3.0.0",
|
||||
"@alfresco/adf-extensions": "3.0.0",
|
||||
"@alfresco/js-api": "3.0.0",
|
||||
"@angular/animations": "7.2.10",
|
||||
"@angular/cdk": "^7.3.5",
|
||||
"@angular/common": "7.2.10",
|
||||
"@angular/compiler": "7.2.10",
|
||||
"@angular/core": "7.2.10",
|
||||
"@alfresco/adf-content-services": "3.2.0-7271e85f94e4a89b227f520488b33706c25406ce",
|
||||
"@alfresco/adf-core": "3.2.0-75295fdb84e0fc1ee88d7fc2c65ac963b1161d81",
|
||||
"@alfresco/adf-extensions": "3.2.0-7271e85f94e4a89b227f520488b33706c25406ce",
|
||||
"@alfresco/js-api": "3.1.0-2c7e78d49c51ba0966d4e6c4dedf2b64da83d630",
|
||||
"@angular/animations": "7.2.11",
|
||||
"@angular/cdk": "^7.3.6",
|
||||
"@angular/common": "7.2.11",
|
||||
"@angular/compiler": "7.2.11",
|
||||
"@angular/core": "7.2.11",
|
||||
"@angular/flex-layout": "^7.0.0-beta.23",
|
||||
"@angular/forms": "7.2.10",
|
||||
"@angular/http": "7.2.10",
|
||||
"@angular/material": "^7.3.5",
|
||||
"@angular/material-moment-adapter": "^7.3.5",
|
||||
"@angular/platform-browser": "7.2.10",
|
||||
"@angular/platform-browser-dynamic": "7.2.10",
|
||||
"@angular/router": "7.2.10",
|
||||
"@angular/forms": "7.2.11",
|
||||
"@angular/http": "7.2.11",
|
||||
"@angular/material": "^7.3.6",
|
||||
"@angular/material-moment-adapter": "^7.3.6",
|
||||
"@angular/platform-browser": "7.2.11",
|
||||
"@angular/platform-browser-dynamic": "7.2.11",
|
||||
"@angular/router": "7.2.11",
|
||||
"@mat-datetimepicker/core": "^3.0.0-beta.0",
|
||||
"@mat-datetimepicker/moment": "^3.0.0-beta.0",
|
||||
"@ngrx/effects": "^7.3.0",
|
||||
@@ -73,8 +73,8 @@
|
||||
"@angular-devkit/build-angular": "~0.13.0",
|
||||
"@angular-devkit/build-ng-packagr": "~0.13.0",
|
||||
"@angular/cli": "^7.3.6",
|
||||
"@angular/compiler-cli": "7.2.10",
|
||||
"@angular/language-service": "7.2.10",
|
||||
"@angular/compiler-cli": "7.2.11",
|
||||
"@angular/language-service": "7.2.11",
|
||||
"@types/jasmine": "^2.5.53",
|
||||
"@types/jasminewd2": "^2.0.2",
|
||||
"@types/node": "9.3.0",
|
||||
|
||||
Reference in New Issue
Block a user