Skip to content

Commit b3ed33e

Browse files
committed
Update dev-dependencies
1 parent e09e6ca commit b3ed33e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const findAndReplace =
9393

9494
return tree
9595

96-
/** @type {import('unist-util-visit-parents').Visitor<Text>} */
96+
/** @type {import('unist-util-visit-parents/complex-types').BuildVisitor<Root, 'text'>} */
9797
function visitor(node, parents) {
9898
let index = -1
9999
/** @type {Parent|undefined} */

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"dependencies": {
3535
"escape-string-regexp": "^5.0.0",
3636
"unist-util-is": "^5.0.0",
37-
"unist-util-visit-parents": "^4.0.0"
37+
"unist-util-visit-parents": "^5.0.0"
3838
},
3939
"devDependencies": {
4040
"@types/tape": "^4.0.0",
4141
"c8": "^7.0.0",
4242
"prettier": "^2.0.0",
43-
"remark-cli": "^9.0.0",
44-
"remark-preset-wooorm": "^8.0.0",
43+
"remark-cli": "^10.0.0",
44+
"remark-preset-wooorm": "^9.0.0",
4545
"rimraf": "^3.0.0",
4646
"tape": "^5.0.0",
4747
"type-coverage": "^2.0.0",
4848
"typescript": "^4.0.0",
4949
"unist-builder": "^3.0.0",
50-
"xo": "^0.42.0"
50+
"xo": "^0.49.0"
5151
},
5252
"scripts": {
5353
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)