Skip to content

Commit

Permalink
fix: update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 24, 2019
1 parent 663f59e commit 3a6d773
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -5,29 +5,29 @@
"url": "http://gajus.com"
},
"dependencies": {
"comment-parser": "^0.5.1",
"comment-parser": "^0.5.4",
"jsdoctypeparser": "^2.0.0-alpha-8",
"lodash": "^4.17.11"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.2.0",
"eslint": "^5.10.0",
"eslint-config-canonical": "^15.0.0",
"gitdown": "^2.5.5",
"eslint": "^5.14.1",
"eslint-config-canonical": "^16.1.0",
"gitdown": "^2.5.7",
"glob": "^7.1.3",
"globby": "^8.0.1",
"husky": "^1.2.0",
"marked": "^0.5.2",
"mocha": "^5.2.0",
"semantic-release": "^15.12.4"
"globby": "^9.0.0",
"husky": "^1.3.1",
"marked": "^0.6.1",
"mocha": "^6.0.1",
"semantic-release": "^15.13.3"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 3a6d773

Please sign in to comment.