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 {
8
8
} from 'mdast'
9
9
import type { ElementContent , Parent as HastParent } from 'hast'
10
10
import type { Program } from 'estree-jsx'
11
-
12
11
import type { Tag } from './lib/index.js'
13
12
14
13
// Expose JavaScript API.
Original file line number Diff line number Diff line change 50
50
"vfile-message" : " ^3.0.0"
51
51
},
52
52
"devDependencies" : {
53
- "@types/node" : " ^18 .0.0" ,
53
+ "@types/node" : " ^20 .0.0" ,
54
54
"acorn" : " ^8.0.0" ,
55
55
"c8" : " ^7.0.0" ,
56
56
"micromark-extension-mdx-jsx" : " ^1.0.0" ,
59
59
"remark-cli" : " ^11.0.0" ,
60
60
"remark-preset-wooorm" : " ^9.0.0" ,
61
61
"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"
64
64
},
65
65
"scripts" : {
66
66
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments