From 52d731e7d902894ae02d4e3f7358a475f9007e40 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 18 Apr 2017 23:52:34 +0200 Subject: [PATCH] chore(): update to Angular 4 (#1391) Since Ionic 3.0 released, the package should be able to support Angular 4.0.0. I updated the dependencies for that. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 26509240..486eb651 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "license": "MIT", "devDependencies": { - "@angular/compiler": "2.4.8", - "@angular/compiler-cli": "2.4.8", - "@angular/core": "2.4.8", + "@angular/compiler": "4.0.0", + "@angular/compiler-cli": "4.0.0", + "@angular/core": "4.0.0", "canonical-path": "0.0.2", "child-process-promise": "2.2.0", "conventional-changelog-cli": "1.2.0", @@ -27,12 +27,12 @@ "q": "1.4.1", "queue": "4.2.1", "rimraf": "2.5.4", - "rxjs": "5.0.1", + "rxjs": "5.1.1", "semver": "5.3.0", "tslint": "3.15.1", "tslint-ionic-rules": "0.0.7", - "typescript": "2.0.09", - "zone.js": "0.7.2" + "typescript": "2.2.1", + "zone.js": "^0.8.4" }, "scripts": { "start": "npm run test:watch",