From 76a718c3245a5ca671e2140b757517398113d790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Sun, 12 Mar 2017 16:52:30 +0100 Subject: [PATCH] Update angular --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6e7026d7..f927beed 100644 --- a/package.json +++ b/package.json @@ -39,13 +39,13 @@ "webpack-svgstore-plugin": "4.0.0" }, "dependencies": { - "@angular/common": "2.4.7", - "@angular/compiler": "2.4.7", - "@angular/core": "2.4.7", - "@angular/forms": "2.4.7", - "@angular/platform-browser": "2.4.7", - "@angular/platform-browser-dynamic": "2.4.7", - "@angular/router": "3.4.7", + "@angular/common": "2.4.9", + "@angular/compiler": "2.4.9", + "@angular/core": "2.4.9", + "@angular/forms": "2.4.9", + "@angular/platform-browser": "2.4.9", + "@angular/platform-browser-dynamic": "2.4.9", + "@angular/router": "3.4.9", "@ngrx/core": "1.2.0", "@ngrx/effects": "2.0.0", "@ngrx/store": "2.2.1", @@ -66,7 +66,7 @@ "typescript": "2.2.1", "usb": "git+https://github.com/aktary/node-usb.git", "xml-loader": "1.1.0", - "zone.js": "0.7.6" + "zone.js": "0.8.0" }, "scripts": { "postinstall": "run-p build:usb \"symlink -- -i\" ",