File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 54
54
"@types/tape" : " ^4.0.0" ,
55
55
"c8" : " ^7.0.0" ,
56
56
"cross-env" : " ^7.0.0" ,
57
- "figures" : " ^3 .0.0" ,
57
+ "figures" : " ^4 .0.0" ,
58
58
"prettier" : " ^2.0.0" ,
59
- "remark-cli" : " ^10 .0.0" ,
59
+ "remark-cli" : " ^11 .0.0" ,
60
60
"remark-preset-wooorm" : " ^9.0.0" ,
61
61
"rimraf" : " ^3.0.0" ,
62
62
"strip-ansi" : " ^7.0.0" ,
63
63
"tape" : " ^5.0.0" ,
64
64
"type-coverage" : " ^2.0.0" ,
65
65
"typescript" : " ^4.0.0" ,
66
66
"vfile" : " ^5.0.0" ,
67
- "xo" : " ^0.50 .0"
67
+ "xo" : " ^0.53 .0"
68
68
},
69
69
"scripts" : {
70
70
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import path from 'node:path'
6
6
import test from 'tape'
7
7
import strip from 'strip-ansi'
8
8
import { VFile } from 'vfile'
9
- // To do: <https://github.com/vfile/vfile-reporter/commit/a5ed7a0>
10
9
import figures from 'figures'
11
10
import reporterDefault , { reporter } from './index.js'
12
11
You can’t perform that action at this time.
0 commit comments