File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* @typedef {import('mdast-util-to-markdown/lib/types.js').Options } ToMarkdownExtension
7
7
* @typedef {import('mdast-util-find-and-replace').ReplaceFunction } ReplaceFunction
8
8
* @typedef {import('mdast-util-find-and-replace').RegExpMatchObject } RegExpMatchObject
9
- * @typedef {import('mdast-util-find-and-replace ').PhrasingContent } PhrasingContent
9
+ * @typedef {import('mdast').PhrasingContent } PhrasingContent
10
10
*/
11
11
12
12
import { ccount } from 'ccount'
Original file line number Diff line number Diff line change 58
58
"tape" : " ^5.0.0" ,
59
59
"type-coverage" : " ^2.0.0" ,
60
60
"typescript" : " ^4.0.0" ,
61
- "xo" : " ^0.47 .0"
61
+ "xo" : " ^0.49 .0"
62
62
},
63
63
"scripts" : {
64
64
"build" : " rimraf \" *.d.ts\" && tsc && type-coverage" ,
You can’t perform that action at this time.
0 commit comments