File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @typedef {import('hast').Root } Root
3
+ *
3
4
* @typedef {typeof import('./index.js').fromHtmlIsomorphic } FromHtmlIsomorphic
4
5
*/
5
6
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @typedef {import('hast').Root } Root
3
+ *
3
4
* @typedef {Pick<import('hast-util-from-html').Options, 'fragment'> } Options
4
5
*/
5
6
Original file line number Diff line number Diff line change 40
40
" index.js"
41
41
],
42
42
"dependencies" : {
43
- "@types/hast" : " ^2 .0.0" ,
44
- "hast-util-from-html" : " ^1 .0.0" ,
45
- "hast-util-from-dom" : " ^4 .0.0" ,
46
- "unist-util-remove-position" : " ^4 .0.0"
43
+ "@types/hast" : " ^3 .0.0" ,
44
+ "hast-util-from-html" : " ^2 .0.0" ,
45
+ "hast-util-from-dom" : " ^5 .0.0" ,
46
+ "unist-util-remove-position" : " ^5 .0.0"
47
47
},
48
48
"devDependencies" : {
49
49
"@types/jsdom" : " ^21.0.0" ,
You can’t perform that action at this time.
0 commit comments