From 8eae2cb213c59deb9f56f025b8fd4b9a7e71966c Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Wed, 26 Oct 2016 13:58:39 -0500 Subject: [PATCH] fix(): update to latest Angular and NGC --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d1b13927a3..908141ec82 100644 --- a/package.json +++ b/package.json @@ -25,15 +25,15 @@ "link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link" }, "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/compiler-cli": "0.6.2", - "@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.1.0", - "@angular/platform-server": "2.0.0", + "@angular/common": "2.1.1", + "@angular/compiler": "2.1.1", + "@angular/compiler-cli": "2.1.1", + "@angular/core": "2.1.1", + "@angular/forms": "2.1.1", + "@angular/http": "2.1.1", + "@angular/platform-browser": "2.1.1", + "@angular/platform-browser-dynamic": "2.1.1", + "@angular/platform-server": "2.1.1", "ionic-native": "2.0.3", "ionicons": "3.0.0", "rxjs": "5.0.0-beta.12",