Skip to content

Commit

Permalink
fix(dependencies): update many dependencies
Browse files Browse the repository at this point in the history
This updates many dependencies that were lagging out of date.

Closes #152 Closes #147 Closes #141 Closes #139 Closes #138 Closes #137 Closes #136 Closes #124
Closes #123 Closes #122 Closes #116 Closes #100 Closes #86 Closes #78
  • Loading branch information
jimthedev committed Mar 3, 2016
1 parent a8c40a9 commit d94487f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -46,32 +46,32 @@
"author": "Jim Cummins <jimthedev@gmail.com> (https://github.com/jimthedev)",
"license": "MIT",
"devDependencies": {
"axios": "0.7.0",
"axios": "0.9.1",
"babel": "5.8.34",
"chai": "3.4.1",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"ghooks": "1.0.0",
"gulp": "3.9.0",
"gulp-git": "1.6.0",
"ghooks": "1.0.3",
"gulp": "3.9.1",
"gulp-git": "1.7.0",
"istanbul": "0.3.22",
"mocha": "2.3.4",
"mocha": "2.4.5",
"node-uuid": "1.4.7",
"nodemon": "1.8.1",
"rimraf": "2.4.3",
"nodemon": "1.9.1",
"rimraf": "2.5.2",
"semantic-release": "^4.3.5",
"semver": "5.0.3"
"semver": "5.1.0"
},
"dependencies": {
"chalk": "1.1.1",
"cz-conventional-changelog": "1.1.4",
"cz-conventional-changelog": "1.1.5",
"dedent": "0.6.0",
"detect-indent": "4.0.0",
"find-node-modules": "1.0.1",
"glob": "6.0.1",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"glob": "7.0.0",
"inquirer": "0.12.0",
"lodash": "4.6.1",
"minimist": "1.2.0",
"shelljs": "0.5.3",
"strip-json-comments": "2.0.0"
"strip-json-comments": "2.0.1"
}
}

0 comments on commit d94487f

Please sign in to comment.