Skip to content

Commit c0171c7

Browse files
committed
fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
1 parent 24dd328 commit c0171c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"comment-parser": "^0.6.2",
99
"debug": "^4.1.1",
10-
"jsdoctypeparser": "^5.1.0",
10+
"jsdoctypeparser": "^5.1.1",
1111
"lodash": "^4.17.15",
1212
"object.entries-ponyfill": "^1.0.1",
1313
"regextras": "^0.6.1"

0 commit comments

Comments
 (0)