File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
"@types/unist" : " ^2.0.0"
43
43
},
44
44
"devDependencies" : {
45
- "@types/node" : " ^18 .0.0" ,
46
- "c8" : " ^7 .0.0" ,
45
+ "@types/node" : " ^20 .0.0" ,
46
+ "c8" : " ^8 .0.0" ,
47
47
"chalk" : " ^5.0.0" ,
48
48
"hastscript" : " ^7.0.0" ,
49
49
"prettier" : " ^2.0.0" ,
52
52
"retext" : " ^8.0.0" ,
53
53
"strip-ansi" : " ^7.0.0" ,
54
54
"type-coverage" : " ^2.0.0" ,
55
- "typescript" : " ^4 .0.0" ,
55
+ "typescript" : " ^5 .0.0" ,
56
56
"unist-builder" : " ^3.0.0" ,
57
- "xast-util-from-xml" : " ^2 .0.0" ,
57
+ "xast-util-from-xml" : " ^3 .0.0" ,
58
58
"xastscript" : " ^3.0.0" ,
59
- "xo" : " ^0.53 .0"
59
+ "xo" : " ^0.54 .0"
60
60
},
61
61
"scripts" : {
62
62
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ test('inspect()', () => {
287
287
assert . equal (
288
288
strip ( inspect ( fromXml ( '<album id="123" />' ) ) ) ,
289
289
[
290
- 'root[1]' ,
290
+ 'root[1] (1:1-1:19, 0-18) ' ,
291
291
'└─0 element<album>[0] (1:1-1:19, 0-18)' ,
292
292
' attributes: {"id":"123"}'
293
293
] . join ( '\n' ) ,
You can’t perform that action at this time.
0 commit comments