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.
This commit is contained in:
Daniel Sogl 2017-04-18 23:52:34 +02:00 committed by Ibby Hadeed
parent 7df7a557da
commit 52d731e7d9

View File

@ -4,9 +4,9 @@
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@angular/compiler": "2.4.8", "@angular/compiler": "4.0.0",
"@angular/compiler-cli": "2.4.8", "@angular/compiler-cli": "4.0.0",
"@angular/core": "2.4.8", "@angular/core": "4.0.0",
"canonical-path": "0.0.2", "canonical-path": "0.0.2",
"child-process-promise": "2.2.0", "child-process-promise": "2.2.0",
"conventional-changelog-cli": "1.2.0", "conventional-changelog-cli": "1.2.0",
@ -27,12 +27,12 @@
"q": "1.4.1", "q": "1.4.1",
"queue": "4.2.1", "queue": "4.2.1",
"rimraf": "2.5.4", "rimraf": "2.5.4",
"rxjs": "5.0.1", "rxjs": "5.1.1",
"semver": "5.3.0", "semver": "5.3.0",
"tslint": "3.15.1", "tslint": "3.15.1",
"tslint-ionic-rules": "0.0.7", "tslint-ionic-rules": "0.0.7",
"typescript": "2.0.09", "typescript": "2.2.1",
"zone.js": "0.7.2" "zone.js": "^0.8.4"
}, },
"scripts": { "scripts": {
"start": "npm run test:watch", "start": "npm run test:watch",