Skip to content

Commit

Permalink
chore: update comment-parser patch version and devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 4, 2020
1 parent 0bc67fc commit f48720a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"comment-parser": "^0.7.4",
"comment-parser": "^0.7.5",
"debug": "^4.1.1",
"jsdoctypeparser": "^6.1.0",
"lodash": "^4.17.15",
Expand All @@ -15,28 +15,28 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@typescript-eslint/parser": "^2.33.0",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"@typescript-eslint/parser": "^3.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "7.0.0",
"eslint-config-canonical": "^20.0.4",
"eslint": "7.1.0",
"eslint-config-canonical": "^20.0.5",
"gitdown": "^3.1.3",
"glob": "^7.1.6",
"husky": "^4.2.5",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.7",
"typescript": "^3.9.2"
"semantic-release": "^17.0.8",
"typescript": "^3.9.3"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit f48720a

Please sign in to comment.