File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 59
59
"@types/tape" : " ^4.0.0" ,
60
60
"c8" : " ^7.0.0" ,
61
61
"commonmark.json" : " ^0.30.0" ,
62
- "esbuild" : " ^0.13 .0" ,
62
+ "esbuild" : " ^0.14 .0" ,
63
63
"gzip-size-cli" : " ^5.0.0" ,
64
64
"hast-util-to-html" : " ^8.0.0" ,
65
65
"mdast-util-to-hast" : " ^12.0.0" ,
75
75
"type-coverage" : " ^2.0.0" ,
76
76
"typescript" : " ^4.0.0" ,
77
77
"unified" : " ^10.0.0" ,
78
- "xo" : " ^0.46 .0"
78
+ "xo" : " ^0.47 .0"
79
79
},
80
80
"scripts" : {
81
81
"build" : " rimraf \" dev/**/*.d.ts\" \" test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw" ,
97
97
"rules" : {
98
98
"complexity" : " off" ,
99
99
"node/file-extension-in-import" : " off" ,
100
+ "unicorn/prefer-code-point" : " off" ,
100
101
"unicorn/prefer-switch" : " off" ,
101
102
"unicorn/prefer-node-protocol" : " off"
102
103
}
You can’t perform that action at this time.
0 commit comments