Skip to content

Commit 6c3c79f

Browse files
committed
Update dev-dependencies
1 parent 006604c commit 6c3c79f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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",
@@ -75,7 +75,7 @@
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",
@@ -97,6 +97,7 @@
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
}

0 commit comments

Comments
 (0)