diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-13 16:46:04 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-13 17:23:09 +0200 |
commit | c9bf7d30bd688e84b12dca03029dde6e9645a997 (patch) | |
tree | 7436ff469739f744505a2e0a85e2baf347377239 | |
parent | 44124980c55d5a5ec7dfb8e71bf14d10f0fe975d (diff) | |
download | PeerTube-c9bf7d30bd688e84b12dca03029dde6e9645a997.tar.gz PeerTube-c9bf7d30bd688e84b12dca03029dde6e9645a997.tar.zst PeerTube-c9bf7d30bd688e84b12dca03029dde6e9645a997.zip |
Update client packages
-rw-r--r-- | client/package.json | 16 | ||||
-rw-r--r-- | 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 @@ | |||
21 | }, | 21 | }, |
22 | "license": "ISC", | 22 | "license": "ISC", |
23 | "dependencies": { | 23 | "dependencies": { |
24 | "angular2": "2.0.0-beta.9", | 24 | "angular2": "2.0.0-beta.14", |
25 | "blueimp-file-upload": "^9.12.1", | 25 | "blueimp-file-upload": "^9.12.1", |
26 | "bootstrap-sass": "^3.3.6", | 26 | "bootstrap-sass": "^3.3.6", |
27 | "es6-promise": "^3.0.2", | 27 | "es6-promise": "^3.0.2", |
28 | "es6-shim": "^0.33.3", | 28 | "es6-shim": "^0.35.0", |
29 | "jquery": "^2.2.1", | 29 | "jquery": "^2.2.3", |
30 | "jquery.ui.widget": "^1.10.3", | 30 | "jquery.ui.widget": "^1.10.3", |
31 | "reflect-metadata": "0.1.2", | 31 | "reflect-metadata": "0.1.2", |
32 | "rxjs": "5.0.0-beta.2", | 32 | "rxjs": "5.0.0-beta.2", |
33 | "systemjs": "0.19.22", | 33 | "systemjs": "0.19.26", |
34 | "webtorrent": "^0.89.0", | 34 | "webtorrent": "^0.89.0", |
35 | "zone.js": "0.5.15" | 35 | "zone.js": "0.6.10" |
36 | }, | 36 | }, |
37 | "devDependencies": { | 37 | "devDependencies": { |
38 | "codelyzer": "0.0.12", | 38 | "codelyzer": "0.0.12", |
39 | "tslint": "^3.7.1", | 39 | "tslint": "^3.7.4", |
40 | "typescript": "^1.8.2", | 40 | "typescript": "^1.8.10", |
41 | "typings": "^0.6.8" | 41 | "typings": "^0.7.12" |
42 | } | 42 | } |
43 | } | 43 | } |
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 @@ | |||
1 | { | 1 | { |
2 | "ambientDependencies": { | 2 | "ambientDependencies": { |
3 | "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c", | 3 | "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd", |
4 | "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#bc92442c075929849ec41d28ab618892ba493504", | 4 | "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd" |
5 | "node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5", | ||
6 | "parse-torrent": "github:DefinitelyTyped/DefinitelyTyped/parse-torrent/parse-torrent.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5", | ||
7 | "webtorrent": "github:DefinitelyTyped/DefinitelyTyped/webtorrent/webtorrent.d.ts#abc2bcfb8524b1e027e6298d3348012b5b06eda5" | ||
8 | } | 5 | } |
9 | } | 6 | } |