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 47
47
"mdast-util-from-markdown" : " ^1.0.0" ,
48
48
"micromark-extension-gfm-task-list-item" : " ^1.0.0" ,
49
49
"prettier" : " ^2.0.0" ,
50
- "remark-cli" : " ^9 .0.0" ,
51
- "remark-preset-wooorm" : " ^8 .0.0" ,
50
+ "remark-cli" : " ^10 .0.0" ,
51
+ "remark-preset-wooorm" : " ^9 .0.0" ,
52
52
"rimraf" : " ^3.0.0" ,
53
53
"tape" : " ^5.0.0" ,
54
54
"type-coverage" : " ^2.0.0" ,
55
55
"typescript" : " ^4.0.0" ,
56
56
"unist-util-remove-position" : " ^4.0.0" ,
57
- "xo" : " ^0.42 .0"
57
+ "xo" : " ^0.45 .0"
58
58
},
59
59
"scripts" : {
60
60
"build" : " rimraf \" *.d.ts\" && tsc && type-coverage" ,
Original file line number Diff line number Diff line change @@ -311,9 +311,9 @@ test('mdast -> markdown', (t) => {
311
311
checked : true ,
312
312
children : [
313
313
{
314
- // @ts -expect-error: definitions are fine.
315
314
type : 'definition' ,
316
315
label : 'd' ,
316
+ identifier : 'd' ,
317
317
title : null ,
318
318
url : 'definition'
319
319
} ,
You can’t perform that action at this time.
0 commit comments