diff --git a/package.json b/package.json index 158b65716..ca53196ca 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": "4.0.0", - "@angular/compiler-cli": "4.0.0", - "@angular/core": "4.0.0", + "@angular/compiler": "4.1.2", + "@angular/compiler-cli": "4.1.2", + "@angular/core": "4.1.2", "canonical-path": "0.0.2", "child-process-promise": "2.2.0", "conventional-changelog-cli": "1.2.0", @@ -31,8 +31,8 @@ "semver": "5.3.0", "tslint": "3.15.1", "tslint-ionic-rules": "0.0.8", - "typescript": "2.2.1", - "zone.js": "^0.8.4" + "typescript": "2.3.2", + "zone.js": "^0.8.10" }, "scripts": { "start": "npm run test:watch",