File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import type {
88} from 'mdast'
99import type { ElementContent , Parent as HastParent } from 'hast'
1010import type { Program } from 'estree-jsx'
11-
1211import type { Tag } from './lib/index.js'
1312
1413// Expose JavaScript API.
Original file line number Diff line number Diff line change 5050 "vfile-message" : " ^3.0.0"
5151 },
5252 "devDependencies" : {
53- "@types/node" : " ^18 .0.0" ,
53+ "@types/node" : " ^20 .0.0" ,
5454 "acorn" : " ^8.0.0" ,
5555 "c8" : " ^7.0.0" ,
5656 "micromark-extension-mdx-jsx" : " ^1.0.0" ,
5959 "remark-cli" : " ^11.0.0" ,
6060 "remark-preset-wooorm" : " ^9.0.0" ,
6161 "type-coverage" : " ^2.0.0" ,
62- "typescript" : " ^4 .0.0" ,
63- "xo" : " ^0.53 .0"
62+ "typescript" : " ^5 .0.0" ,
63+ "xo" : " ^0.54 .0"
6464 },
6565 "scripts" : {
6666 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments