Update dependencies
This commit is contained in:
parent
4ef99299e4
commit
c7e4a62238
24
package.json
24
package.json
@ -27,14 +27,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/kiswa/TaskBoard#readme",
|
||||
"devDependencies": {
|
||||
"@angular/common": "2.4.4",
|
||||
"@angular/compiler": "2.4.4",
|
||||
"@angular/core": "2.4.4",
|
||||
"@angular/forms": "2.4.4",
|
||||
"@angular/http": "2.4.4",
|
||||
"@angular/platform-browser": "2.4.4",
|
||||
"@angular/platform-browser-dynamic": "2.4.4",
|
||||
"@angular/router": "3.4.4",
|
||||
"@angular/common": "2.4.5",
|
||||
"@angular/compiler": "2.4.5",
|
||||
"@angular/core": "2.4.5",
|
||||
"@angular/forms": "2.4.5",
|
||||
"@angular/http": "2.4.5",
|
||||
"@angular/platform-browser": "2.4.5",
|
||||
"@angular/platform-browser-dynamic": "2.4.5",
|
||||
"@angular/router": "3.4.5",
|
||||
"@types/chai": "^3.4.34",
|
||||
"@types/chartist": "^0.9.34",
|
||||
"@types/core-js": "^0.9.35",
|
||||
@ -58,7 +58,7 @@
|
||||
"gulp-imagemin": "^3.1.1",
|
||||
"gulp-istanbul": "^1.1.1",
|
||||
"gulp-mocha": "^3.0.1",
|
||||
"gulp-phpunit": "^0.21.9",
|
||||
"gulp-phpunit": "^0.22.1",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-scss-lint": "^0.4.0",
|
||||
"gulp-tslint": "^7.0.1",
|
||||
@ -72,11 +72,11 @@
|
||||
"reflect-metadata": "^0.1.9",
|
||||
"rxjs": "5.0.3",
|
||||
"scss-base": "^1.2.3",
|
||||
"systemjs": "0.20.0",
|
||||
"systemjs-builder": "0.16.0",
|
||||
"systemjs": "0.20.3",
|
||||
"systemjs-builder": "0.16.1",
|
||||
"touch": "^1.0.0",
|
||||
"ts-node": "^2.0.0",
|
||||
"tslint": "^4.3.1",
|
||||
"tslint": "^4.4.2",
|
||||
"typescript": "^2.1.5",
|
||||
"zone.js": "^0.7.6"
|
||||
}
|
||||
|
@ -119,8 +119,8 @@ export class UserSettings implements OnInit {
|
||||
this.changeUsername.submitted = false;
|
||||
|
||||
this.settings.getBoards()
|
||||
.subscribe((apiResponse: ApiResponse) => {
|
||||
let boardData = apiResponse.data[1],
|
||||
.subscribe((response: ApiResponse) => {
|
||||
let boardData = response.data[1],
|
||||
boards: Array<Board> = [];
|
||||
|
||||
if (boardData) {
|
||||
|
Reference in New Issue
Block a user