Skip to content

Commit

Permalink
fix: update jsdoccomment to support default template values; fixes #…
Browse files Browse the repository at this point in the history
…887

Also:
- chore: update devDeps.
  • Loading branch information
brettz9 committed May 24, 2022
1 parent 66658c0 commit 53e4174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "~0.30.0",
"@es-joy/jsdoccomment": "~0.31.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
Expand All @@ -16,23 +16,23 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.17.10",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/preset-env": "^7.18.0",
"@babel/register": "^7.17.7",
"@es-joy/jsdoc-eslint-parser": "^0.16.0",
"@es-joy/jsdoc-eslint-parser": "^0.17.0",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/parser": "^5.26.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "^8.15.0",
"eslint": "^8.16.0",
"eslint-config-canonical": "~33.0.1",
"gitdown": "^3.1.5",
"glob": "^8.0.3",
Expand Down

0 comments on commit 53e4174

Please sign in to comment.