File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
* @typedef {import('unist').Node } Node
3
3
* @typedef {import('unist').Parent } Parent
4
4
*
5
- * @typedef {import('unist-util-is').Type } Type
6
- * @typedef {import('unist-util-is').Props } Props
5
+ * @typedef {string } Type
6
+ * @typedef {Record<string, unknown> } Props
7
7
* @typedef {import('unist-util-is').TestFunctionAnything } TestFunctionAnything
8
8
*/
9
9
Original file line number Diff line number Diff line change 39
39
"c8" : " ^7.0.0" ,
40
40
"mdast-util-from-markdown" : " ^1.0.0" ,
41
41
"prettier" : " ^2.0.0" ,
42
- "remark-cli" : " ^10 .0.0" ,
42
+ "remark-cli" : " ^11 .0.0" ,
43
43
"remark-preset-wooorm" : " ^9.0.0" ,
44
44
"rimraf" : " ^3.0.0" ,
45
45
"tape" : " ^5.0.0" ,
46
46
"type-coverage" : " ^2.0.0" ,
47
47
"typescript" : " ^4.0.0" ,
48
- "xo" : " ^0.49 .0"
48
+ "xo" : " ^0.53 .0"
49
49
},
50
50
"scripts" : {
51
51
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments