Skip to content

Commit

Permalink
- example latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetmeLeave committed Jun 30, 2017
1 parent c6c6968 commit b3f7157
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/common": "^4.2.5",
"@angular/compiler": "^4.2.5",
"@angular/compiler-cli": "^4.2.5",
"@angular/core": "^4.2.5",
"@angular/forms": "^4.2.5",
"@angular/http": "^4.2.5",
"@angular/platform-browser": "^4.2.5",
"@angular/platform-browser-dynamic": "^4.2.5",
"@angular/router": "^4.2.5",
"@types/node": "^6.0.79",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"ng-canvas-gauges": "^1.0.4"
"ng-canvas-gauges": "^1.0.5",
"rxjs": "^5.4.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.2",
Expand All @@ -44,4 +46,4 @@
"tslint": "~4.5.0",
"typescript": "~2.2.0"
}
}
}

0 comments on commit b3f7157

Please sign in to comment.