Skip to content

Commit 7d8afd8

Browse files
committedJan 8, 2022
fix: update jsdoccomment and jsdoc-type-pratt-parser
Also updates devDeps.
1 parent 88dc5e7 commit 7d8afd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"@es-joy/jsdoccomment": "0.14.2",
8+
"@es-joy/jsdoccomment": "0.15.0",
99
"comment-parser": "1.3.0",
1010
"debug": "^4.3.3",
1111
"escape-string-regexp": "^4.0.0",
1212
"esquery": "^1.4.0",
13-
"jsdoc-type-pratt-parser": "^2.0.2",
13+
"jsdoc-type-pratt-parser": "^2.1.0",
1414
"regextras": "^0.8.0",
1515
"semver": "^7.3.5",
1616
"spdx-expression-parse": "^3.0.1"
@@ -26,19 +26,19 @@
2626
"@babel/preset-env": "^7.16.7",
2727
"@babel/register": "^7.16.7",
2828
"@hkdobrev/run-if-changed": "^0.3.1",
29-
"@typescript-eslint/parser": "^5.8.1",
29+
"@typescript-eslint/parser": "^5.9.0",
3030
"babel-plugin-add-module-exports": "^1.0.4",
3131
"babel-plugin-istanbul": "^6.1.1",
3232
"camelcase": "^6.3.0",
3333
"chai": "^4.3.4",
3434
"cross-env": "^7.0.3",
3535
"decamelize": "^5.0.1",
3636
"eslint": "^8.6.0",
37-
"eslint-config-canonical": "^33.0.0",
37+
"eslint-config-canonical": "^33.0.1",
3838
"gitdown": "^3.1.4",
3939
"glob": "^7.2.0",
4040
"husky": "^7.0.4",
41-
"lint-staged": "^12.1.5",
41+
"lint-staged": "^12.1.7",
4242
"lodash.defaultsdeep": "^4.6.1",
4343
"mocha": "^9.1.3",
4444
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.