Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(package): update angular to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 5, 2017
1 parent 81f37ab commit 761af27
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 @@ -72,21 +72,21 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/core": "4.4.3",
"@angular/http": "4.4.3",
"@angular/core": "4.4.4",
"@angular/http": "4.4.4",
"lodash": "4.17.4",
"ngx-base": "2.1.0",
"rxjs": "5.4.3"
},
"peerDependencies": {},
"devDependencies": {
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/router": "4.4.3",
"@angular/common": "4.4.4",
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/forms": "4.4.4",
"@angular/platform-browser": "4.4.4",
"@angular/platform-browser-dynamic": "4.4.4",
"@angular/router": "4.4.4",
"@krux/condition-jenkins": "1.0.1",
"@types/jasmine": "2.6.0",
"@types/lodash": "4.14.76",
Expand Down

0 comments on commit 761af27

Please sign in to comment.