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 34
34
"xtend" : " ^4.0.1"
35
35
},
36
36
"devDependencies" : {
37
- "hastscript" : " ^4 .0.0" ,
37
+ "hastscript" : " ^5 .0.0" ,
38
38
"is-hidden" : " ^1.1.0" ,
39
39
"mdast-util-assert" : " ^1.0.0" ,
40
40
"negate" : " ^1.0.0" ,
41
- "nyc" : " ^12 .0.0" ,
41
+ "nyc" : " ^13 .0.0" ,
42
42
"prettier" : " ^1.13.5" ,
43
43
"rehype-parse" : " ^5.0.0" ,
44
- "remark-cli" : " ^5 .0.0" ,
45
- "remark-parse" : " ^5 .0.0" ,
44
+ "remark-cli" : " ^6 .0.0" ,
45
+ "remark-parse" : " ^6 .0.0" ,
46
46
"remark-preset-wooorm" : " ^4.0.0" ,
47
- "remark-stringify" : " ^5 .0.0" ,
47
+ "remark-stringify" : " ^6 .0.0" ,
48
48
"tape" : " ^4.6.3" ,
49
49
"unified" : " ^7.0.0" ,
50
50
"unist-builder" : " ^1.0.2" ,
51
51
"unist-util-remove-position" : " ^1.1.0" ,
52
- "xo" : " ^0.21 .0"
52
+ "xo" : " ^0.23 .0"
53
53
},
54
54
"scripts" : {
55
55
"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 ( err ) { }
108
+ } catch ( error ) { }
109
109
110
110
if ( config ) {
111
111
config = JSON . parse ( config )
You can’t perform that action at this time.
0 commit comments