File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3838 " index.js"
3939 ],
4040 "dependencies" : {
41- "@types/unist" : " ^2 .0.0"
41+ "@types/unist" : " ^3 .0.0"
4242 },
4343 "devDependencies" : {
44- "@types/nlcst" : " ^1 .0.0" ,
44+ "@types/nlcst" : " ^2 .0.0" ,
4545 "@types/node" : " ^20.0.0" ,
4646 "c8" : " ^8.0.0" ,
4747 "chalk" : " ^5.0.0" ,
5353 "strip-ansi" : " ^7.0.0" ,
5454 "type-coverage" : " ^2.0.0" ,
5555 "typescript" : " ^5.0.0" ,
56- "unist-builder" : " ^3 .0.0" ,
56+ "unist-builder" : " ^4 .0.0" ,
5757 "xast-util-from-xml" : " ^3.0.0" ,
5858 "xastscript" : " ^3.0.0" ,
5959 "xo" : " ^0.54.0"
Original file line number Diff line number Diff line change 77 "exactOptionalPropertyTypes" : true ,
88 "lib" : [" es2022" ],
99 "module" : " node16" ,
10+ // Remove after `retext` update.
11+ "skipLibCheck" : true ,
1012 "strict" : true ,
1113 "target" : " es2022"
1214 },
You can’t perform that action at this time.
0 commit comments