Update client packages

pull/10/head
Chocobozzz 2016-04-13 16:46:04 +02:00
parent 44124980c5
commit c9bf7d30bd
2 changed files with 10 additions and 13 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}