Skip to content

Commit 889f4fd

Browse files
committed
Update dev-dependencies
1 parent cc14892 commit 889f4fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @typedef {import('unist').Node} Node
33
* @typedef {import('unist').Parent} Parent
44
*
5-
* @typedef {import('unist-util-is').Type} Type
6-
* @typedef {import('unist-util-is').Props} Props
5+
* @typedef {string} Type
6+
* @typedef {Record<string, unknown>} Props
77
* @typedef {import('unist-util-is').TestFunctionAnything} TestFunctionAnything
88
*/
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"c8": "^7.0.0",
4040
"mdast-util-from-markdown": "^1.0.0",
4141
"prettier": "^2.0.0",
42-
"remark-cli": "^10.0.0",
42+
"remark-cli": "^11.0.0",
4343
"remark-preset-wooorm": "^9.0.0",
4444
"rimraf": "^3.0.0",
4545
"tape": "^5.0.0",
4646
"type-coverage": "^2.0.0",
4747
"typescript": "^4.0.0",
48-
"xo": "^0.49.0"
48+
"xo": "^0.53.0"
4949
},
5050
"scripts": {
5151
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)