File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 32
32
],
33
33
"devDependencies" : {
34
34
"browserify" : " ^16.0.0" ,
35
- "chalk" : " ^3 .0.0" ,
35
+ "chalk" : " ^4 .0.0" ,
36
36
"dox" : " ^0.9.0" ,
37
37
"lerna" : " ^3.0.0" ,
38
38
"mdast-zone" : " ^4.0.0" ,
46
46
"remark-toc" : " ^7.0.0" ,
47
47
"remark-validate-links" : " ^10.0.0" ,
48
48
"strip-indent" : " ^3.0.0" ,
49
- "tape" : " ^4 .0.0" ,
49
+ "tape" : " ^5 .0.0" ,
50
50
"tinyify" : " ^2.0.0" ,
51
51
"to-vfile" : " ^6.0.0" ,
52
52
"trim" : " 0.0.1" ,
53
53
"unist-builder" : " ^2.0.0" ,
54
54
"unist-util-remove-position" : " ^2.0.0" ,
55
55
"vfile-reporter" : " ^6.0.0" ,
56
- "xo" : " ^0.28 .0"
56
+ "xo" : " ^0.30 .0"
57
57
},
58
58
"scripts" : {
59
59
"postinstall" : " lerna bootstrap --no-ci" ,
86
86
"prettier" : true ,
87
87
"esnext" : false ,
88
88
"rules" : {
89
+ "unicorn/no-fn-reference-in-iterator" : " off" ,
90
+ "unicorn/prefer-number-properties" : " off" ,
89
91
"unicorn/string-content" : " off" ,
90
92
"unicorn/prefer-includes" : " off" ,
91
93
"guard-for-in" : " off" ,
You can’t perform that action at this time.
0 commit comments