aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-29 16:51:40 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-29 16:51:40 +0200
commiteb4e088abfc24882cc4e8b975a3c5f6551fbed07 (patch)
treebc05e946d79140d9ead6a684e9237ae29d1631fe /client/package.json
parent9ced64e08fb37dc2924eb80a9e8b34e668cd2756 (diff)
downloadPeerTube-eb4e088abfc24882cc4e8b975a3c5f6551fbed07.tar.gz
PeerTube-eb4e088abfc24882cc4e8b975a3c5f6551fbed07.tar.zst
PeerTube-eb4e088abfc24882cc4e8b975a3c5f6551fbed07.zip
Update client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/package.json b/client/package.json
index d44ea8ff0..0638acaac 100644
--- a/client/package.json
+++ b/client/package.json
@@ -21,8 +21,8 @@
21 }, 21 },
22 "license": "ISC", 22 "license": "ISC",
23 "dependencies": { 23 "dependencies": {
24 "angular-pipes": "^1.4.1", 24 "angular-pipes": "^1.5.0",
25 "angular2": "2.0.0-beta.14", 25 "angular2": "2.0.0-beta.17",
26 "blueimp-file-upload": "^9.12.1", 26 "blueimp-file-upload": "^9.12.1",
27 "bootstrap-sass": "^3.3.6", 27 "bootstrap-sass": "^3.3.6",
28 "es6-promise": "^3.0.2", 28 "es6-promise": "^3.0.2",
@@ -30,15 +30,15 @@
30 "jquery": "^2.2.3", 30 "jquery": "^2.2.3",
31 "jquery.ui.widget": "^1.10.3", 31 "jquery.ui.widget": "^1.10.3",
32 "reflect-metadata": "0.1.2", 32 "reflect-metadata": "0.1.2",
33 "rxjs": "5.0.0-beta.2", 33 "rxjs": "5.0.0-beta.6",
34 "systemjs": "0.19.26", 34 "systemjs": "0.19.26",
35 "webtorrent": "^0.89.0", 35 "webtorrent": "^0.89.0",
36 "zone.js": "0.6.10" 36 "zone.js": "0.6.12"
37 }, 37 },
38 "devDependencies": { 38 "devDependencies": {
39 "codelyzer": "0.0.12", 39 "codelyzer": "0.0.12",
40 "tslint": "^3.7.4", 40 "tslint": "^3.7.4",
41 "typescript": "^1.8.10", 41 "typescript": "^1.8.10",
42 "typings": "^0.7.12" 42 "typings": "^0.8.1"
43 } 43 }
44} 44}