File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module.exports = listItem
5
5
var is = require ( 'hast-util-is-element' )
6
6
var wrapChildren = require ( '../util/wrap-children' )
7
7
8
- // eslint-disable-next-line complexity
9
8
function listItem ( h , node ) {
10
9
var children = node . children
11
10
var head = children [ 0 ]
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"hastscript" : " ^5.0.0" ,
39
- "is-hidden" : " ^1.1 .0" ,
40
- "mdast-util-assert" : " ^1 .0.0" ,
39
+ "is-hidden" : " ^1.01 .0" ,
40
+ "mdast-util-assert" : " ^2 .0.0" ,
41
41
"negate" : " ^1.0.0" ,
42
- "nyc" : " ^13 .0.0" ,
43
- "prettier" : " ^1.13.5 " ,
44
- "rehype-parse" : " ^5 .0.0" ,
42
+ "nyc" : " ^14 .0.0" ,
43
+ "prettier" : " ^1.0.0 " ,
44
+ "rehype-parse" : " ^6 .0.0" ,
45
45
"remark-cli" : " ^6.0.0" ,
46
46
"remark-parse" : " ^6.0.0" ,
47
- "remark-preset-wooorm" : " ^4 .0.0" ,
47
+ "remark-preset-wooorm" : " ^5 .0.0" ,
48
48
"remark-stringify" : " ^6.0.0" ,
49
- "tape" : " ^4.6.3 " ,
49
+ "tape" : " ^4.0.0 " ,
50
50
"unified" : " ^7.0.0" ,
51
- "unist-builder" : " ^1.0.2 " ,
52
- "unist-util-remove-position" : " ^1.1 .0" ,
53
- "xo" : " ^0.23 .0"
51
+ "unist-builder" : " ^1.0.0 " ,
52
+ "unist-util-remove-position" : " ^1.0 .0" ,
53
+ "xo" : " ^0.24 .0"
54
54
},
55
55
"scripts" : {
56
56
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
You can’t perform that action at this time.
0 commit comments