File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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
*
8
8
* @typedef Options
9
9
* @property {boolean } [cascade=true]
Original file line number Diff line number Diff line change 46
46
"@types/tape" : " ^4.0.0" ,
47
47
"c8" : " ^7.0.0" ,
48
48
"prettier" : " ^2.0.0" ,
49
- "remark-cli" : " ^10 .0.0" ,
49
+ "remark-cli" : " ^11 .0.0" ,
50
50
"remark-preset-wooorm" : " ^9.0.0" ,
51
51
"rimraf" : " ^3.0.0" ,
52
52
"tape" : " ^5.0.0" ,
53
53
"type-coverage" : " ^2.0.0" ,
54
54
"typescript" : " ^4.0.0" ,
55
55
"unist-builder" : " ^3.0.0" ,
56
- "xo" : " ^0.49 .0"
56
+ "xo" : " ^0.53 .0"
57
57
},
58
58
"scripts" : {
59
59
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 3
3
* @typedef {import('unist').Literal<string> } Literal
4
4
* @typedef {import('unist').Parent } Parent
5
5
*
6
- * @typedef {import('unist-util-is').Type } Type
7
- * @typedef {import('unist-util-is').Props } Props
6
+ * @typedef {string } Type
7
+ * @typedef {Record<string, unknown> } Props
8
8
* @typedef {import('unist-util-is').TestFunctionAnything } TestFunctionAnything
9
9
*/
10
10
You can’t perform that action at this time.
0 commit comments