Skip to content

Commit

Permalink
fix: update dependencies (fixes #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 26, 2017
1 parent 615c595 commit ed1c103
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"url": "http://gajus.com"
},
"dependencies": {
"comment-parser": "^0.4.0",
"lodash": "^4.5.1"
"comment-parser": "^0.4.2",
"lodash": "^4.17.4"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-env": "^1.2.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.18.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"eslint": "^4.7.2",
"eslint-config-canonical": "^9.3.1",
"gitdown": "^2.4.0",
"gitdown": "^2.5.1",
"globby": "^6.1.0",
"mocha": "^3.5.3",
"semantic-release": "^6.3.6"
"semantic-release": "^8.0.3"
},
"engines": {
"node": ">=4"
Expand Down
4 changes: 2 additions & 2 deletions src/rules/checkParamNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const validateParameterNamesDeep = (targetTagName : string, jsdocParameterNames
};

export default iterateJsdoc(({
report,
utils
report,
utils
}) => {
const functionParameterNames = utils.getFunctionParameterNames();
const jsdocParameterNames = utils.getJsdocParameterNames();
Expand Down

0 comments on commit ed1c103

Please sign in to comment.