chore(package): update deps (#1646)

* fix(package): fix Node 8 install problems

I had some problems with the outdated dependencies.

* Update package.json
This commit is contained in:
Daniel Sogl 2017-06-03 22:03:58 +02:00 committed by Ibby Hadeed
parent 268e22456e
commit dd7098d5bd

View File

@ -10,8 +10,8 @@
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@types/cordova": "0.0.34",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.18",
"@types/jasmine": "^2.5.51",
"@types/node": "^7.0.27",
"canonical-path": "0.0.2",
"child-process-promise": "2.2.1",
"conventional-changelog-cli": "1.3.1",
@ -43,7 +43,7 @@
"semver": "5.3.0",
"tslint": "3.15.1",
"tslint-ionic-rules": "0.0.8",
"typescript": "2.3.3",
"typescript": "2.3.4",
"zone.js": "^0.8.11"
},
"scripts": {