File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 "@types/tape" : " ^4.0.0" ,
4545 "c8" : " ^7.0.0" ,
4646 "prettier" : " ^2.0.0" ,
47- "remark" : " ^13 .0.0" ,
48- "remark-cli" : " ^9 .0.0" ,
49- "remark-preset-wooorm" : " ^8 .0.0" ,
47+ "remark" : " ^14 .0.0" ,
48+ "remark-cli" : " ^10 .0.0" ,
49+ "remark-preset-wooorm" : " ^9 .0.0" ,
5050 "rimraf" : " ^3.0.0" ,
5151 "tape" : " ^5.0.0" ,
5252 "type-coverage" : " ^2.0.0" ,
5353 "typescript" : " ^4.0.0" ,
5454 "unist-util-remove-position" : " ^4.0.0" ,
55- "xo" : " ^0.42 .0"
55+ "xo" : " ^0.49 .0"
5656 },
5757 "scripts" : {
5858 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 55import fs from 'node:fs'
66import path from 'node:path'
77import test from 'tape'
8- import remark from 'remark'
8+ import { remark } from 'remark'
99import { removePosition } from 'unist-util-remove-position'
1010import { normalizeHeadings } from '../index.js'
1111
You can’t perform that action at this time.
0 commit comments