Skip to content

Commit 5175c03

Browse files
committed
Update dev-dependencies
1 parent 01efdbe commit 5175c03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export const raw =
152152
visit(result, 'comment', (node, index, parent) => {
153153
const stitch = /** @type {Stitch} */ (/** @type {unknown} */ (node))
154154
if (stitch.value.stitch && parent !== null && index !== null) {
155+
// @ts-expect-error: assume the stitch is allowed.
155156
parent.children[index] = stitch.value.stitch
156157
return index
157158
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"remark-cli": "^10.0.0",
5757
"remark-parse": "^10.0.0",
5858
"remark-preset-wooorm": "^9.0.0",
59-
"remark-rehype": "^9.0.0",
59+
"remark-rehype": "^10.0.0",
6060
"rimraf": "^3.0.0",
6161
"tape": "^5.0.0",
6262
"type-coverage": "^2.0.0",
6363
"typescript": "^4.0.0",
6464
"unified": "^10.0.0",
6565
"unist-builder": "^3.0.0",
66-
"xo": "^0.44.0"
66+
"xo": "^0.46.0"
6767
},
6868
"scripts": {
6969
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)