mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Upgrade to ADF 2.0.0-beta2 (#65)
* upgrade to 2.0.0-beta2 * search fixes * test fixes * test fixes * cleanup CLI config * remove unused property
This commit is contained in:
committed by
Cilibiu Bogdan
parent
54b4a8193b
commit
89fb92d1d9
+23
-26
@@ -15,35 +15,32 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "4.4.5",
|
||||
"@angular/cdk": "2.0.0-beta.12",
|
||||
"@angular/common": "4.4.5",
|
||||
"@angular/compiler": "4.4.5",
|
||||
"@angular/core": "4.4.5",
|
||||
"@angular/forms": "4.4.5",
|
||||
"@angular/http": "4.4.5",
|
||||
"@angular/material": "2.0.0-beta.12",
|
||||
"@angular/platform-browser": "4.4.5",
|
||||
"@angular/platform-browser-dynamic": "4.4.5",
|
||||
"@angular/router": "4.4.5",
|
||||
"@alfresco/adf-content-services": "2.0.0-beta2",
|
||||
"@alfresco/adf-core": "2.0.0-beta2",
|
||||
"@angular/animations": "5.0.0",
|
||||
"@angular/cdk": "5.0.0-rc0",
|
||||
"@angular/common": "5.0.0",
|
||||
"@angular/compiler": "5.0.0",
|
||||
"@angular/core": "5.0.0",
|
||||
"@angular/flex-layout": "2.0.0-beta.10",
|
||||
"@angular/forms": "5.0.0",
|
||||
"@angular/http": "5.0.0",
|
||||
"@angular/material": "5.0.0-rc0",
|
||||
"@angular/platform-browser": "5.0.0",
|
||||
"@angular/platform-browser-dynamic": "5.0.0",
|
||||
"@angular/router": "5.0.0",
|
||||
"@ngx-translate/core": "8.0.0",
|
||||
"alfresco-js-api": "1.10.0-beta6",
|
||||
"core-js": "^2.4.1",
|
||||
"alfresco-js-api": "2.0.0-beta1",
|
||||
"core-js": "2.4.1",
|
||||
"hammerjs": "2.0.8",
|
||||
"ng2-alfresco-core": "1.10.0-beta6",
|
||||
"ng2-alfresco-datatable": "1.10.0-beta6",
|
||||
"ng2-alfresco-documentlist": "1.10.0-beta6",
|
||||
"ng2-alfresco-login": "1.10.0-beta6",
|
||||
"ng2-alfresco-search": "1.10.0-beta6",
|
||||
"ng2-alfresco-upload": "1.10.0-beta6",
|
||||
"ng2-alfresco-viewer": "1.10.0-beta6",
|
||||
"pdfjs-dist": "1.8.557",
|
||||
"rxjs": "5.1.0",
|
||||
"zone.js": "^0.8.14"
|
||||
"pdfjs-dist": "1.5.404",
|
||||
"rxjs": "5.5.2",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "0.8.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.4.7",
|
||||
"@angular/compiler-cli": "4.4.5",
|
||||
"@angular/cli": "1.5.0",
|
||||
"@angular/compiler-cli": "5.0.0",
|
||||
"@angular/language-service": "4.4.5",
|
||||
"@types/jasmine": "^2.5.53",
|
||||
"@types/jasminewd2": "^2.0.2",
|
||||
@@ -64,6 +61,6 @@
|
||||
"rimraf": "2.6.2",
|
||||
"ts-node": "~3.2.0",
|
||||
"tslint": "~5.7.0",
|
||||
"typescript": "~2.3.3"
|
||||
"typescript": "~2.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user