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

Commit

Permalink
fix(versions): update version of Angular to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 5, 2017
1 parent 2256267 commit 931688c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/core": "2.4.8",
"@angular/http": "2.4.8",
"@angular/core": "2.4.9",
"@angular/http": "2.4.9",
"lodash": "4.17.4",
"ngx-login-client": "0.2.0"
},
"peerDependencies": {
},
"devDependencies": {
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"@angular/router": "3.4.8",
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/compiler-cli": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/platform-server": "2.4.9",
"@angular/router": "3.4.9",
"@krux/condition-jenkins": "1.0.1",
"@types/jasmine": "2.5.43",
"@types/lodash": "4.14.54",
Expand All @@ -109,7 +109,7 @@
"del": "2.2.2",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "2.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.10.1",
"gh-pages": "0.12.0",
"gulp": "3.9.1",
Expand Down Expand Up @@ -183,7 +183,7 @@
"tslint-loader": "3.4.3",
"typedoc": "0.5.7",
"typescript": "2.1.6",
"uglify-js": "2.8.5",
"uglify-js": "2.8.7",
"url-loader": "0.5.8",
"validate-commit-msg": "2.11.1",
"webpack": "2.2.1",
Expand Down

0 comments on commit 931688c

Please sign in to comment.