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 4242 "@types/unist" : " ^2.0.0"
4343 },
4444 "devDependencies" : {
45- "@types/node" : " ^18 .0.0" ,
46- "c8" : " ^7 .0.0" ,
45+ "@types/node" : " ^20 .0.0" ,
46+ "c8" : " ^8 .0.0" ,
4747 "chalk" : " ^5.0.0" ,
4848 "hastscript" : " ^7.0.0" ,
4949 "prettier" : " ^2.0.0" ,
5252 "retext" : " ^8.0.0" ,
5353 "strip-ansi" : " ^7.0.0" ,
5454 "type-coverage" : " ^2.0.0" ,
55- "typescript" : " ^4 .0.0" ,
55+ "typescript" : " ^5 .0.0" ,
5656 "unist-builder" : " ^3.0.0" ,
57- "xast-util-from-xml" : " ^2 .0.0" ,
57+ "xast-util-from-xml" : " ^3 .0.0" ,
5858 "xastscript" : " ^3.0.0" ,
59- "xo" : " ^0.53 .0"
59+ "xo" : " ^0.54 .0"
6060 },
6161 "scripts" : {
6262 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ test('inspect()', () => {
287287 assert . equal (
288288 strip ( inspect ( fromXml ( '<album id="123" />' ) ) ) ,
289289 [
290- 'root[1]' ,
290+ 'root[1] (1:1-1:19, 0-18) ' ,
291291 '└─0 element<album>[0] (1:1-1:19, 0-18)' ,
292292 ' attributes: {"id":"123"}'
293293 ] . join ( '\n' ) ,
You can’t perform that action at this time.
0 commit comments