From 7c0432f96e14b760e8b10fee63e8fee760677277 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 7 Oct 2016 12:57:50 +0200 Subject: [PATCH] docs(demo): update to Angular 2.0 --- examples/hello-world/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 30f995cf9..855fae375 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -10,23 +10,23 @@ }, "private": true, "dependencies": { - "@angular/common": "2.0.0-rc.5", - "@angular/compiler": "2.0.0-rc.5", - "@angular/core": "2.0.0-rc.5", - "@angular/forms": "0.3.0", - "@angular/http": "2.0.0-rc.5", - "@angular/platform-browser": "2.0.0-rc.5", - "@angular/platform-browser-dynamic": "2.0.0-rc.5", - "@angular/router": "3.0.0-rc.1", - "angular2-apollo": "^0.4.5", - "apollo-client": "^0.4.14", + "@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", + "angular2-apollo": "^0.5.0", + "apollo-client": "^0.4.16", "core-js": "^2.4.0", - "rxjs": "5.0.0-beta.11", + "rxjs": "5.0.0-beta.12", "ts-helpers": "^1.1.1", "zone.js": "^0.6.17" }, "devDependencies": { - "@angular/platform-server": "2.0.0-rc.5", + "@angular/platform-server": "^2.0.0", "@types/isomorphic-fetch": "0.0.30", "@types/node": "^6.0.38", "angular-cli": "1.0.0-beta.11-webpack.8",