From 786de79ad9d5d00a8b49b0d17ab49a84e3116e8f Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 17 Apr 2017 17:58:44 +0200 Subject: [PATCH] chore(package): update to latest Angular * Update dependencies Updated the dependencies to Angular 4.0.2 and app-scripts to 1.3..1 * Update package.json --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e61e4cb1f9..a84ea333d5 100644 --- a/package.json +++ b/package.json @@ -25,20 +25,20 @@ "link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link" }, "dependencies": { - "@angular/common": "4.0.0", - "@angular/compiler": "4.0.0", - "@angular/compiler-cli": "4.0.0", - "@angular/core": "4.0.0", - "@angular/forms": "4.0.0", - "@angular/http": "4.0.0", - "@angular/platform-browser": "4.0.0", - "@angular/platform-browser-dynamic": "4.0.0", + "@angular/common": "4.0.2", + "@angular/compiler": "4.0.2", + "@angular/compiler-cli": "4.0.2", + "@angular/core": "4.0.2", + "@angular/forms": "4.0.2", + "@angular/http": "4.0.2", + "@angular/platform-browser": "4.0.2", + "@angular/platform-browser-dynamic": "4.0.2", "ionicons": "~3.0.0", "rxjs": "5.1.1", - "zone.js": "^0.8.4" + "zone.js": "^0.8.5" }, "devDependencies": { - "@ionic/app-scripts": "1.2.2", + "@ionic/app-scripts": "1.3.1", "@ionic/commit-hooks": "1.0.3", "@types/connect": "3.4.30", "@types/del": "2.2.31", @@ -144,4 +144,4 @@ "pre-push#master": [ "test" ] -} \ No newline at end of file +}