Angular 6 migration (#132)

* Successfully migrates

* updates environment and package command
This commit is contained in:
Scott
2018-06-11 16:18:58 +10:00
committed by Adrian Gallagher
parent 0dac26c6da
commit 5c28e97c2a
9 changed files with 2196 additions and 1072 deletions

View File

@@ -41,27 +41,30 @@
"pree2e:build": "webdriver-manager update --gecko false && npm run ng serve",
"pree2e:protractor": "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js",
"e2e": "npm-run-all -p -r pree2e:build pree2e:protractor",
"start:web": "ng serve -o"
"start:web": "ng serve --o"
},
"dependencies": {
"node-sass": "^4.9.0"
"node-sass": "^4.9.0",
"rxjs-compat": "^6.2.0",
"rxjs-tslint": "^0.1.4"
},
"devDependencies": {
"@amcharts/amcharts3-angular": "2.1.0",
"@angular/animations": "5.2.9",
"@angular/cdk": "5.2.5",
"@angular/cli": "1.7.4",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/language-service": "5.2.9",
"@angular/material": "5.2.5",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/router": "5.2.9",
"@angular-devkit/build-angular": "~0.6.8",
"@angular/animations": "6.0.4",
"@angular/cdk": "6.2.1",
"@angular/cli": "6.0.8",
"@angular/common": "6.0.4",
"@angular/compiler": "6.0.4",
"@angular/compiler-cli": "6.0.4",
"@angular/core": "6.0.4",
"@angular/forms": "6.0.4",
"@angular/http": "6.0.4",
"@angular/language-service": "6.0.4",
"@angular/material": "6.2.1",
"@angular/platform-browser": "6.0.4",
"@angular/platform-browser-dynamic": "6.0.4",
"@angular/router": "6.0.4",
"@ngx-translate/core": "9.1.1",
"@ngx-translate/http-loader": "2.0.1",
"@types/core-js": "0.9.36",
@@ -81,18 +84,16 @@
"karma": "^2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "0.2.2",
"npm-run-all": "4.1.2",
"npx": "^10.2.0",
"protractor": "^5.3.2",
"replace": "0.3.0",
"rxjs": "5.5.8",
"rxjs": "^6.2.0",
"ts-node": "4.1.0",
"tslint": "5.9.1",
"typescript": "2.6.2",
"tslint": "^5.9.1",
"typescript": "2.7.2",
"wait-on": "2.1.0",
"webdriver-manager": "12.0.6",
"zone.js": "0.8.26"
"zone.js": "^0.8.26"
}
}