Update dependencies

This commit is contained in:
kiswa 2017-01-04 11:18:09 +00:00
parent a665f686ca
commit 3d12faa9bc

View File

@ -27,16 +27,16 @@
},
"homepage": "https://github.com/kiswa/TaskBoard#readme",
"devDependencies": {
"@angular/common": "2.2.2",
"@angular/compiler": "2.2.2",
"@angular/core": "2.2.2",
"@angular/forms": "2.2.2",
"@angular/http": "2.2.2",
"@angular/platform-browser": "2.2.2",
"@angular/platform-browser-dynamic": "2.2.2",
"@angular/router": "3.2.2",
"@types/chartist": "^0.9.33",
"@types/core-js": "^0.9.34",
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/core": "2.4.1",
"@angular/forms": "2.4.1",
"@angular/http": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/router": "3.4.1",
"@types/chartist": "^0.9.34",
"@types/core-js": "^0.9.35",
"bourbon": "^4.2.7",
"bourbon-neat": "^1.8.0",
"chai": "^3.5.0",
@ -57,21 +57,21 @@
"gulp-imagemin": "^3.1.1",
"gulp-mocha": "^3.0.1",
"gulp-phpunit": "^0.21.4",
"gulp-sass": "^2.3.2",
"gulp-sass": "^3.0.0",
"gulp-scss-lint": "^0.4.0",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.0",
"mock-browser": "^0.92.12",
"ng2-dragula": "^1.2.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"ng2-dragula": "^1.2.2",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.2",
"scss-base": "^1.1.7",
"systemjs": "0.19.41",
"systemjs-builder": "0.15.34",
"touch": "^1.0.0",
"typescript": "^2.0.10",
"zone.js": "^0.6.21"
"typescript": "^2.1.4",
"zone.js": "^0.7.2"
}
}