From eb4e088abfc24882cc4e8b975a3c5f6551fbed07 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 16:51:40 +0200 Subject: [PATCH] Update client dependencies --- client/angular/app/app.component.ts | 5 +---- .../videos/components/list/videos-list.component.html | 2 +- client/package.json | 10 +++++----- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/client/angular/app/app.component.ts b/client/angular/app/app.component.ts index da9959836..c04e480a1 100644 --- a/client/angular/app/app.component.ts +++ b/client/angular/app/app.component.ts @@ -40,10 +40,7 @@ import { AuthStatus } from '../users/models/authStatus'; templateUrl: 'app/angular/app/app.component.html', styleUrls: [ 'app/angular/app/app.component.css' ], directives: [ ROUTER_DIRECTIVES ], - providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS, - ElementRef, VideosService, FriendsService, - AuthService - ] + providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS, VideosService, FriendsService, AuthService ] }) export class AppComponent { diff --git a/client/angular/videos/components/list/videos-list.component.html b/client/angular/videos/components/list/videos-list.component.html index 9e51675dd..4eeacbc77 100644 --- a/client/angular/videos/components/list/videos-list.component.html +++ b/client/angular/videos/components/list/videos-list.component.html @@ -1,5 +1,5 @@
There is no video.
-
+
{{ video.name }} {{ video.podUrl }} 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 @@ }, "license": "ISC", "dependencies": { - "angular-pipes": "^1.4.1", - "angular2": "2.0.0-beta.14", + "angular-pipes": "^1.5.0", + "angular2": "2.0.0-beta.17", "blueimp-file-upload": "^9.12.1", "bootstrap-sass": "^3.3.6", "es6-promise": "^3.0.2", @@ -30,15 +30,15 @@ "jquery": "^2.2.3", "jquery.ui.widget": "^1.10.3", "reflect-metadata": "0.1.2", - "rxjs": "5.0.0-beta.2", + "rxjs": "5.0.0-beta.6", "systemjs": "0.19.26", "webtorrent": "^0.89.0", - "zone.js": "0.6.10" + "zone.js": "0.6.12" }, "devDependencies": { "codelyzer": "0.0.12", "tslint": "^3.7.4", "typescript": "^1.8.10", - "typings": "^0.7.12" + "typings": "^0.8.1" } }