Skip to content

Commit f5ccd5a

Browse files
committed
Update dev-dependencies
1 parent b8bb2b2 commit f5ccd5a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
*
88
* @typedef Options
99
* @property {boolean} [cascade=true]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@types/tape": "^4.0.0",
4747
"c8": "^7.0.0",
4848
"prettier": "^2.0.0",
49-
"remark-cli": "^10.0.0",
49+
"remark-cli": "^11.0.0",
5050
"remark-preset-wooorm": "^9.0.0",
5151
"rimraf": "^3.0.0",
5252
"tape": "^5.0.0",
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^4.0.0",
5555
"unist-builder": "^3.0.0",
56-
"xo": "^0.49.0"
56+
"xo": "^0.53.0"
5757
},
5858
"scripts": {
5959
"prepack": "npm run build && npm run format",

test.js

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

0 commit comments

Comments
 (0)