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

Commit

Permalink
fix(build): upgrade versions; login-client to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 4, 2017
1 parent c27efcb commit f7b79c7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,18 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/core": "2.4.9",
"@angular/http": "2.4.9",
"@angular/core": "2.4.8",
"@angular/http": "2.4.8",
"lodash": "4.17.4",
"ngx-login-client": "0.1.8"
"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/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
Expand Down Expand Up @@ -131,7 +129,7 @@
"html-loader": "0.4.5",
"html-minifier": "3.4.0",
"html-webpack-plugin": "2.28.0",
"husky": "0.13.1",
"husky": "0.13.2",
"imports-loader": "0.7.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
Expand Down Expand Up @@ -165,7 +163,7 @@
"protractor": "5.1.1",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"resolve-url-loader": "2.0.1",
"resolve-url-loader": "2.0.2",
"rimraf": "2.6.1",
"rollup": "0.41.4",
"rollup-plugin-angular-aot": "0.0.4",
Expand All @@ -182,10 +180,10 @@
"ts-loader": "2.0.1",
"ts-node": "2.1.0",
"tslint": "4.5.1",
"tslint-loader": "3.4.2",
"tslint-loader": "3.4.3",
"typedoc": "0.5.7",
"typescript": "2.1.6",
"uglify-js": "2.8.4",
"uglify-js": "2.8.5",
"url-loader": "0.5.8",
"validate-commit-msg": "2.11.1",
"webpack": "2.2.1",
Expand Down

0 comments on commit f7b79c7

Please sign in to comment.