Skip to content

Commit

Permalink
Merge branch 'fix/angular-update' of github.com:driftyco/ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 1, 2016
2 parents 04d61ee + 8eae2cb commit 3fe3d98
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
},
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/compiler-cli": "0.6.2",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@angular/platform-server": "2.0.0",
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/compiler-cli": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/http": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"ionic-native": "2.0.3",

This comment has been minimized.

Copy link
@jlucfarias

jlucfarias Nov 2, 2016

I think you should to update the ionic-native to recent version (2.2.6)

"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
Expand Down

0 comments on commit 3fe3d98

Please sign in to comment.