File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 144
144
// To do: next major: don’t return given `Node` from `enter`.
145
145
// To do: next major: remove setter/getter.
146
146
147
- import { ok as assert } from 'uvu/assert '
147
+ import { ok as assert } from 'devlop '
148
148
import { toString } from 'mdast-util-to-string'
149
149
import { parse , postprocess , preprocess } from 'micromark'
150
150
import { decodeNumericCharacterReference } from 'micromark-util-decode-numeric-character-reference'
Original file line number Diff line number Diff line change 44
44
"@types/mdast" : " ^3.0.0" ,
45
45
"@types/unist" : " ^2.0.0" ,
46
46
"decode-named-character-reference" : " ^1.0.0" ,
47
+ "devlop" : " ^1.0.0" ,
47
48
"mdast-util-to-string" : " ^3.1.0" ,
48
49
"micromark" : " ^4.0.0" ,
49
50
"micromark-util-decode-numeric-character-reference" : " ^2.0.0" ,
50
51
"micromark-util-decode-string" : " ^2.0.0" ,
51
52
"micromark-util-normalize-identifier" : " ^2.0.0" ,
52
53
"micromark-util-symbol" : " ^2.0.0" ,
53
54
"micromark-util-types" : " ^2.0.0" ,
54
- "unist-util-stringify-position" : " ^3.0.0" ,
55
- "uvu" : " ^0.5.0"
55
+ "unist-util-stringify-position" : " ^3.0.0"
56
56
},
57
57
"devDependencies" : {
58
58
"@types/node" : " ^20.0.0" ,
You can’t perform that action at this time.
0 commit comments