Skip to content

Commit

Permalink
fix(dependencies): Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Apr 20, 2016
1 parent 5f7737f commit a538dce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,33 @@
"devDependencies": {
"axios": "0.9.1",
"babel-cli": "6.6.5",
"babel-core": "6.6.5",
"babel-core": "6.7.6",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-2": "6.5.0",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"ghooks": "1.0.3",
"ghooks": "1.2.1",
"mocha": "2.4.5",
"node-uuid": "1.4.7",
"nodemon": "1.9.1",
"nyc": "6.0.0",
"nyc": "6.4.0",
"rimraf": "2.5.2",
"semantic-release": "^4.3.5",
"semver": "5.1.0"
},
"dependencies": {
"chalk": "1.1.1",
"chalk": "1.1.3",
"cz-conventional-changelog": "1.1.5",
"dedent": "0.6.0",
"detect-indent": "4.0.0",
"find-node-modules": "1.0.1",
"find-root": "^1.0.0",
"glob": "7.0.3",
"gulp": "3.9.1",
"gulp-git": "1.7.0",
"gulp-git": "1.7.1",
"home-or-tmp": "2.0.0",
"inquirer": "0.12.0",
"lodash": "4.6.1",
"inquirer": "1.0.2",
"lodash": "4.11.1",
"minimist": "1.2.0",
"shelljs": "0.5.3",
"strip-json-comments": "2.0.1"
Expand Down

0 comments on commit a538dce

Please sign in to comment.