File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 5454 },
5555 "devDependencies" : {
5656 "@types/node" : " ^20.0.0" ,
57- "c8" : " ^8 .0.0" ,
57+ "c8" : " ^9 .0.0" ,
5858 "commonmark.json" : " ^0.30.0" ,
59- "esbuild" : " ^0.19 .0" ,
59+ "esbuild" : " ^0.21 .0" ,
6060 "gzip-size-cli" : " ^5.0.0" ,
6161 "hast-util-from-html" : " ^2.0.0" ,
6262 "hast-util-to-html" : " ^9.0.0" ,
6363 "mdast-util-to-hast" : " ^13.0.0" ,
6464 "micromark-build" : " ^2.0.0" ,
6565 "prettier" : " ^3.0.0" ,
6666 "remark-cli" : " ^12.0.0" ,
67- "remark-gfm" : " ^4.0.0" ,
68- "remark-preset-wooorm" : " ^9.0.0" ,
67+ "remark-preset-wooorm" : " ^10.0.0" ,
6968 "terser" : " ^5.0.0" ,
7069 "type-coverage" : " ^2.0.0" ,
7170 "typescript" : " ^5.0.0" ,
72- "xo" : " ^0.56 .0"
71+ "xo" : " ^0.58 .0"
7372 },
7473 "scripts" : {
7574 "prepack" : " npm run build && npm run format" ,
9190 },
9291 "remarkConfig" : {
9392 "plugins" : [
94- " remark-preset-wooorm" ,
95- [
96- " remark-preset-wooorm/node_modules/remark-gfm/index.js" ,
97- false
98- ],
99- [
100- " remark-lint-list-item-indent" ,
101- " space"
102- ],
103- " remark-gfm"
93+ " remark-preset-wooorm"
10494 ]
10595 },
10696 "typeCoverage" : {
Original file line number Diff line number Diff line change @@ -1023,8 +1023,8 @@ test('fixtures', async function (t) {
10231023
10241024 await t . test ( stem , async function ( ) {
10251025 const fp = new URL ( stem + '.json' , base )
1026- const doc = await fs . readFile ( new URL ( file , base ) )
1027- const actual = fromMarkdown ( doc )
1026+ const document = await fs . readFile ( new URL ( file , base ) )
1027+ const actual = fromMarkdown ( document )
10281028 /** @type {Root } */
10291029 let expected
10301030
You can’t perform that action at this time.
0 commit comments