Skip to content

Commit

Permalink
fix: update jsdoccomment and jsdoc-type-pratt-parser
Browse files Browse the repository at this point in the history
Also updates devDeps.
  • Loading branch information
brettz9 committed Jan 8, 2022
1 parent 88dc5e7 commit 7d8afd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "0.14.2",
"@es-joy/jsdoccomment": "0.15.0",
"comment-parser": "1.3.0",
"debug": "^4.3.3",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^2.0.2",
"jsdoc-type-pratt-parser": "^2.1.0",
"regextras": "^0.8.0",
"semver": "^7.3.5",
"spdx-expression-parse": "^3.0.1"
Expand All @@ -26,19 +26,19 @@
"@babel/preset-env": "^7.16.7",
"@babel/register": "^7.16.7",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/parser": "^5.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "^8.6.0",
"eslint-config-canonical": "^33.0.0",
"eslint-config-canonical": "^33.0.1",
"gitdown": "^3.1.4",
"glob": "^7.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"lint-staged": "^12.1.7",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 7d8afd8

Please sign in to comment.