Skip to content

Commit

Permalink
demos(angular): update to angular 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 18, 2016
1 parent dc1c046 commit 218ce76
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
"author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
"license": "MIT",
"dependencies": {
"@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",
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@ionic/storage": "^1.1.6",
"ionic-angular": "nightly",
"ionic-native": "2.0.3",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21",

"@ionic/storage": "^1.0.3",
"ionic-angular": "nightly"
"zone.js": "~0.6.26"
},
"devDependencies": {
"typescript": "^2.0.3"
Expand Down

0 comments on commit 218ce76

Please sign in to comment.