File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
},
46
46
"devDependencies" : {
47
47
"hastscript" : " ^5.0.0" ,
48
- "is-hidden" : " ^1.01 .0" ,
49
- "mdast-util-assert" : " ^2 .0.0" ,
48
+ "is-hidden" : " ^1.0 .0" ,
49
+ "mdast-util-assert" : " ^3 .0.0" ,
50
50
"negate" : " ^1.0.0" ,
51
- "nyc" : " ^14 .0.0" ,
51
+ "nyc" : " ^15 .0.0" ,
52
52
"prettier" : " ^1.0.0" ,
53
53
"rehype-parse" : " ^6.0.0" ,
54
54
"remark-cli" : " ^7.0.0" ,
57
57
"remark-stringify" : " ^7.0.0" ,
58
58
"tape" : " ^4.0.0" ,
59
59
"unified" : " ^8.0.0" ,
60
- "unist-builder" : " ^1 .0.0" ,
61
- "unist-util-remove-position" : " ^1 .0.0" ,
62
- "xo" : " ^0.24 .0"
60
+ "unist-builder" : " ^2 .0.0" ,
61
+ "unist-util-remove-position" : " ^2 .0.0" ,
62
+ "xo" : " ^0.27 .0"
63
63
},
64
64
"scripts" : {
65
65
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ test('fixtures', function(t) {
105
105
config = String (
106
106
fs . readFileSync ( path . join ( fixtures , name , 'index.json' ) )
107
107
)
108
- } catch ( error ) { }
108
+ } catch ( _ ) { }
109
109
110
110
if ( config ) {
111
111
config = JSON . parse ( config )
You can’t perform that action at this time.
0 commit comments