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 5959 "@types/tape" : " ^4.0.0" ,
6060 "c8" : " ^7.0.0" ,
6161 "commonmark.json" : " ^0.30.0" ,
62- "esbuild" : " ^0.13 .0" ,
62+ "esbuild" : " ^0.14 .0" ,
6363 "gzip-size-cli" : " ^5.0.0" ,
6464 "hast-util-to-html" : " ^8.0.0" ,
6565 "mdast-util-to-hast" : " ^12.0.0" ,
7575 "type-coverage" : " ^2.0.0" ,
7676 "typescript" : " ^4.0.0" ,
7777 "unified" : " ^10.0.0" ,
78- "xo" : " ^0.46 .0"
78+ "xo" : " ^0.47 .0"
7979 },
8080 "scripts" : {
8181 "build" : " rimraf \" dev/**/*.d.ts\" \" test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw" ,
9797 "rules" : {
9898 "complexity" : " off" ,
9999 "node/file-extension-in-import" : " off" ,
100+ "unicorn/prefer-code-point" : " off" ,
100101 "unicorn/prefer-switch" : " off" ,
101102 "unicorn/prefer-node-protocol" : " off"
102103 }
You can’t perform that action at this time.
0 commit comments