File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545 },
4646 "devDependencies" : {
4747 "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" ,
5050 "negate" : " ^1.0.0" ,
51- "nyc" : " ^14 .0.0" ,
51+ "nyc" : " ^15 .0.0" ,
5252 "prettier" : " ^1.0.0" ,
5353 "rehype-parse" : " ^6.0.0" ,
5454 "remark-cli" : " ^7.0.0" ,
5757 "remark-stringify" : " ^7.0.0" ,
5858 "tape" : " ^4.0.0" ,
5959 "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"
6363 },
6464 "scripts" : {
6565 "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) {
105105 config = String (
106106 fs . readFileSync ( path . join ( fixtures , name , 'index.json' ) )
107107 )
108- } catch ( error ) { }
108+ } catch ( _ ) { }
109109
110110 if ( config ) {
111111 config = JSON . parse ( config )
You can’t perform that action at this time.
0 commit comments