From c9bf7d30bd688e84b12dca03029dde6e9645a997 Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Wed, 13 Apr 2016 16:46:04 +0200
Subject: [PATCH] Update client packages

---
 client/package.json | 16 ++++++++--------
 client/typings.json |  7 ++-----
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/client/package.json b/client/package.json
index 5fd5beca4..1d1fde71b 100644
--- a/client/package.json
+++ b/client/package.json
@@ -21,23 +21,23 @@
   },
   "license": "ISC",
   "dependencies": {
-    "angular2": "2.0.0-beta.9",
+    "angular2": "2.0.0-beta.14",
     "blueimp-file-upload": "^9.12.1",
     "bootstrap-sass": "^3.3.6",
     "es6-promise": "^3.0.2",
-    "es6-shim": "^0.33.3",
-    "jquery": "^2.2.1",
+    "es6-shim": "^0.35.0",
+    "jquery": "^2.2.3",
     "jquery.ui.widget": "^1.10.3",
     "reflect-metadata": "0.1.2",
     "rxjs": "5.0.0-beta.2",
-    "systemjs": "0.19.22",
+    "systemjs": "0.19.26",
     "webtorrent": "^0.89.0",
-    "zone.js": "0.5.15"
+    "zone.js": "0.6.10"
   },
   "devDependencies": {
     "codelyzer": "0.0.12",
-    "tslint": "^3.7.1",
-    "typescript": "^1.8.2",
-    "typings": "^0.6.8"
+    "tslint": "^3.7.4",
+    "typescript": "^1.8.10",
+    "typings": "^0.7.12"
   }
 }
diff --git a/client/typings.json b/client/typings.json
index 0e3ed5a01..c06bb4d72 100644
--- a/client/typings.json
+++ b/client/typings.json
@@ -1,9 +1,6 @@
 {
   "ambientDependencies": {
-    "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c",
-    "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#bc92442c075929849ec41d28ab618892ba493504",
-    "node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5",
-    "parse-torrent": "github:DefinitelyTyped/DefinitelyTyped/parse-torrent/parse-torrent.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5",
-    "webtorrent": "github:DefinitelyTyped/DefinitelyTyped/webtorrent/webtorrent.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5"
+    "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd",
+    "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
   }
 }