Skip to content

Commit 6133f34

Browse files
committed
Update dev-dependencies
1 parent fa18749 commit 6133f34

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/tree.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ export function one(ctx, node, index, parent) {
5050
/**
5151
* Serialize all children of `parent`.
5252
*
53-
* @type {Handle}
53+
* @param {Context} ctx
5454
* @param {Parent} parent
55+
* @returns {string}
5556
*/
5657
export function all(ctx, parent) {
5758
/** @type {Array<string>} */

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
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",
60-
"xo": "^0.48.0"
60+
"xo": "^0.53.0"
6161
},
6262
"scripts": {
6363
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)