From: Chocobozzz Date: Sat, 1 Oct 2016 07:20:25 +0000 (+0200) Subject: Client: update angular -> 2.0.1 X-Git-Tag: v0.0.1-alpha~718 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e5e756e2d5424505db23b26c55b6c9e369146d1b;p=oweals%2Fpeertube.git Client: update angular -> 2.0.1 --- diff --git a/client/package.json b/client/package.json index 16aae6e14..cc116f3e5 100644 --- a/client/package.json +++ b/client/package.json @@ -18,14 +18,14 @@ }, "license": "GPLv3", "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", - "@angular/forms": "2.0.0", - "@angular/http": "2.0.0", - "@angular/platform-browser": "2.0.0", - "@angular/platform-browser-dynamic": "2.0.0", - "@angular/router": "3.0.0", + "@angular/common": "^2.0.0", + "@angular/compiler": "^2.0.0", + "@angular/core": "^2.0.0", + "@angular/forms": "^2.0.0", + "@angular/http": "^2.0.0", + "@angular/platform-browser": "^2.0.0", + "@angular/platform-browser-dynamic": "^2.0.0", + "@angular/router": "^3.0.0", "@angularclass/hmr": "^1.2.0", "@angularclass/hmr-loader": "^3.0.2", "@types/core-js": "^0.9.28",