Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Fix eslint to ~2.2.0 to ensure it does not cause errors. See
babel/babel-eslint#267 for more
  • Loading branch information
keithamus committed Mar 23, 2016
1 parent e51c1d6 commit 976230f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,40 +50,40 @@
"parser": "babel-eslint"
},
"dependencies": {
"babel-runtime": "^6.5.0",
"babel-runtime": "^6.6.1",
"chalk": "^1.1.1",
"child-process-promise": "^1.1.0",
"debug": "^2.2.0",
"diff": "^2.2.1",
"diff": "^2.2.2",
"fs-promise": "^0.5.0",
"ini": "^1.3.4",
"inquirer": "^0.12.0",
"lodash.isfunction": "^3.0.8",
"lodash.kebabcase": "^4.0.0",
"lodash.partial": "^4.0.1",
"lodash.partial": "^4.1.2",
"lodash.pick": "^4.1.0",
"lodash.pluck": "^3.1.2",
"lodash.union": "^4.0.1",
"lodash.union": "^4.2.0",
"lodash.uniq": "^4.2.0",
"lodash.zipobject": "^4.1.1"
"lodash.zipobject": "^4.1.2"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.5.2",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^2.1.0",
"eslint-config-strict": "^8.2.0",
"eslint": "~2.2.0",
"eslint-config-strict": "^8.5.0",
"eslint-plugin-filenames": "^0.2.0",
"ghooks": "^1.0.3",
"mocha": "^2.4.5",
"semantic-release": "^4.3.5",
"travis-after-all": "^1.4.4",
"validate-commit-msg": "^2.0.0"
"validate-commit-msg": "^2.4.1"
}
}

0 comments on commit 976230f

Please sign in to comment.