]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update client dependencies
authorChocobozzz <florian.bigard@gmail.com>
Fri, 29 Apr 2016 14:51:40 +0000 (16:51 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 29 Apr 2016 14:51:40 +0000 (16:51 +0200)
client/angular/app/app.component.ts
client/angular/videos/components/list/videos-list.component.html
client/package.json

index da995983635f1fb1fa50ccb04421085df5da7454..c04e480a1e5c09c093d5bbaa31219f8f221f982c 100644 (file)
@@ -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 {
index 9e51675dde10faebc86da697b38d07735f65b3fa..4eeacbc77ce983ce246a6b6af1adc598c81da7a7 100644 (file)
@@ -1,5 +1,5 @@
 <div *ngIf="videos.length === 0">There is no video.</div>
-<div *ngFor="#video of videos" class="video">
+<div *ngFor="let video of videos" class="video">
   <div>
     <a [routerLink]="['VideosWatch', { id: video.id }]" class="video_name">{{ video.name }}</a>
     <span class="video_pod_url">{{ video.podUrl }}</span>
index d44ea8ff05a57a23abcb338ea341ae424ebd64cc..0638acaacd3b66bebe17cd69e43f85d52df78910 100644 (file)
@@ -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",
     "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"
   }
 }