Update dependencies

This commit is contained in:
Matthew Ross 2016-11-23 09:59:00 -05:00
parent ae46db8804
commit da2f09182b

View File

@ -27,14 +27,14 @@
},
"homepage": "https://github.com/kiswa/TaskBoard#readme",
"devDependencies": {
"@angular/common": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"@angular/forms": "2.1.2",
"@angular/http": "2.1.2",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"@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",
"bourbon": "^4.2.7",
@ -48,18 +48,18 @@
"escape-string-regexp": "^1.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-chmod": "^1.3.0",
"gulp-chmod": "^2.0.0",
"gulp-composer": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-concat": "^2.6.1",
"gulp-coverage": "^0.3.38",
"gulp-cssimport": "^4.0.1",
"gulp-cssimport": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-mocha": "^3.0.1",
"gulp-phpunit": "^0.21.4",
"gulp-sass": "^2.3.2",
"gulp-scss-lint": "^0.4.0",
"gulp-typescript": "^3.1.2",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
@ -68,10 +68,10 @@
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"scss-base": "^1.1.7",
"systemjs": "0.19.40",
"systemjs-builder": "0.15.33",
"systemjs": "0.19.41",
"systemjs-builder": "0.15.34",
"touch": "^1.0.0",
"typescript": "^2.0.7",
"zone.js": "^0.6.25"
"typescript": "^2.0.10",
"zone.js": "^0.6.21"
}
}