Skip to content

Commit 47eac9e

Browse files
committed
Update dev-dependencies
1 parent 8c7c408 commit 47eac9e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const ns = /** @type {Record<string, string>} */ (webNamespaces)
4242
const own = {}.hasOwnProperty
4343

4444
const one = zwitch('type', {
45-
// @ts-expect-error: hush.
4645
handlers: {root, element, text, comment, doctype},
4746
invalid,
4847
// @ts-expect-error: hush.
@@ -214,7 +213,6 @@ function all(origin, config) {
214213
}
215214

216215
while (++index < origin.children.length) {
217-
// @ts-expect-error `zwitch` types are wrong.
218216
result[index] = one(origin.children[index], config)
219217
}
220218

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"c8": "^7.0.0",
5151
"hastscript": "^7.0.0",
5252
"prettier": "^2.0.0",
53-
"remark-cli": "^10.0.0",
53+
"remark-cli": "^11.0.0",
5454
"remark-preset-wooorm": "^9.0.0",
5555
"rimraf": "^3.0.0",
5656
"tape": "^5.0.0",
5757
"type-coverage": "^2.0.0",
5858
"typescript": "^4.0.0",
5959
"unist-builder": "^3.0.0",
6060
"xastscript": "^3.0.0",
61-
"xo": "^0.49.0"
61+
"xo": "^0.53.0"
6262
},
6363
"scripts": {
6464
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)