mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3351] angular 7 (#3956)
* upgrade Angular CLI * upgrade material and fix breaking changes * upgrade lib dependencies * upgrade i18n * update test * disable flaky tests * try fix notification test * update package-lock * code and dependency fixes * card view e2e fixes * udpate e2e tests * fix e2e utils * updated e2e typings * test fixes * notification fixes * update tests
This commit is contained in:
committed by
Eugenio Romano
parent
811a3f1f7d
commit
220930d27b
+25
-25
@@ -61,24 +61,24 @@
|
||||
"@alfresco/adf-insights": "2.7.0-beta5",
|
||||
"@alfresco/adf-process-services": "2.7.0-beta5",
|
||||
"@alfresco/adf-process-services-cloud": "2.7.0-beta5",
|
||||
"@angular/animations": "6.1.8",
|
||||
"@angular/cdk": "6.4.7",
|
||||
"@angular/common": "6.1.8",
|
||||
"@angular/compiler": "6.1.8",
|
||||
"@angular/core": "6.1.8",
|
||||
"@angular/flex-layout": "6.0.0-beta.18",
|
||||
"@angular/forms": "6.1.8",
|
||||
"@angular/http": "6.1.8",
|
||||
"@angular/material": "6.4.7",
|
||||
"@angular/material-moment-adapter": "6.4.7",
|
||||
"@angular/platform-browser": "6.1.8",
|
||||
"@angular/platform-browser-dynamic": "6.1.8",
|
||||
"@angular/router": "6.1.8",
|
||||
"@mat-datetimepicker/core": "2.0.1-beta.1",
|
||||
"@mat-datetimepicker/moment": "2.0.1-beta.1",
|
||||
"@ngx-translate/core": "10.0.2",
|
||||
"@angular/animations": "7.0.3",
|
||||
"@angular/cdk": "7.0.3",
|
||||
"@angular/common": "7.0.3",
|
||||
"@angular/compiler": "7.0.3",
|
||||
"@angular/core": "7.0.3",
|
||||
"@angular/flex-layout": "^7.0.0-beta.19",
|
||||
"@angular/forms": "7.0.3",
|
||||
"@angular/http": "7.0.3",
|
||||
"@angular/material": "7.0.3",
|
||||
"@angular/material-moment-adapter": "7.0.3",
|
||||
"@angular/platform-browser": "7.0.3",
|
||||
"@angular/platform-browser-dynamic": "7.0.3",
|
||||
"@angular/router": "7.0.3",
|
||||
"@mat-datetimepicker/core": "^2.0.1",
|
||||
"@mat-datetimepicker/moment": "^2.0.1",
|
||||
"@ngx-translate/core": "^11.0.0",
|
||||
"@nrwl/nx": "7.1.1",
|
||||
"@nrwl/schematics": "6.3.1",
|
||||
"@nrwl/schematics": "7.1.1",
|
||||
"adf-tslint-rules": "0.0.4",
|
||||
"alfresco-js-api": "2.7.0-beta5",
|
||||
"alfresco-js-api-node": "2.7.0-beta5",
|
||||
@@ -102,10 +102,10 @@
|
||||
"zone.js": "~0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.8.0",
|
||||
"@angular-devkit/build-ng-packagr": "~0.8.0",
|
||||
"@angular/cli": "^6.2.3",
|
||||
"@angular/compiler-cli": "6.1.8",
|
||||
"@angular-devkit/build-angular": "~0.10.0",
|
||||
"@angular-devkit/build-ng-packagr": "~0.10.0",
|
||||
"@angular/cli": "^7.0.5",
|
||||
"@angular/compiler-cli": "7.0.3",
|
||||
"@types/hammerjs": "2.0.35",
|
||||
"@types/jasmine": "~2.8.3",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
@@ -117,7 +117,7 @@
|
||||
"autoprefixer": "6.5.4",
|
||||
"bundlesize": "^0.15.3",
|
||||
"chalk": "^2.3.2",
|
||||
"codelyzer": "4.3.0",
|
||||
"codelyzer": "^4.5.0",
|
||||
"commander": "^2.15.1",
|
||||
"concurrently": "^3.5.1",
|
||||
"connect-history-api-fallback": "^1.5.0",
|
||||
@@ -153,7 +153,7 @@
|
||||
"mdast-zone": "^3.0.1",
|
||||
"merge-stream": "1.0.1",
|
||||
"nconf": "^0.10.0",
|
||||
"ng-packagr": "4.0.1",
|
||||
"ng-packagr": "4.4.0",
|
||||
"node-sass": "4.9.2",
|
||||
"protractor": "^5.4.0",
|
||||
"protractor-html-reporter-2": "^1.0.4",
|
||||
@@ -170,12 +170,12 @@
|
||||
"systemjs-builder": "0.15.34",
|
||||
"traceur": "0.0.111",
|
||||
"ts-node": "~4.1.0",
|
||||
"tsickle": "^0.32.1",
|
||||
"tsickle": "^0.33.1",
|
||||
"tslib": "^1.9.0",
|
||||
"tslint": "5.9.1",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "2.9.2",
|
||||
"unist-util-select": "^2.0.0",
|
||||
"typescript": "^3.1.6",
|
||||
"unzip-stream": "^0.3.0",
|
||||
"url-join": "^4.0.0",
|
||||
"webpack-bundle-analyzer": "^2.13.1",
|
||||
|
||||
Reference in New Issue
Block a user