Skip to content

Commit

Permalink
feat: update es-joy/jsdoccomment with jsdoc-type-pratt-parser upd…
Browse files Browse the repository at this point in the history
…ate (new() keyword for TypeScript types)

Also:
- chore: update devDeps.
  • Loading branch information
brettz9 committed May 19, 2022
1 parent 747db99 commit 66658c0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "~0.29.0",
"@es-joy/jsdoccomment": "~0.30.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
Expand All @@ -15,37 +15,37 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.16.8",
"@babel/node": "^7.17.10",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/plugin-transform-flow-strip-types": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/register": "^7.17.7",
"@es-joy/jsdoc-eslint-parser": "^0.16.0",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/parser": "^5.25.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.14.0",
"eslint": "^8.15.0",
"eslint-config-canonical": "~33.0.1",
"gitdown": "^3.1.5",
"glob": "^8.0.1",
"husky": "^7.0.4",
"jsdoc-type-pratt-parser": "^3.0.1",
"lint-staged": "^12.4.0",
"glob": "^8.0.3",
"husky": "^8.0.1",
"jsdoc-type-pratt-parser": "^3.1.0",
"lint-staged": "^12.4.1",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18"
Expand Down

0 comments on commit 66658c0

Please sign in to comment.