Skip to content

Commit acd1da6

Browse files
committed
Update dev-dependencies
1 parent f943212 commit acd1da6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"c8": "^7.0.0",
4040
"hastscript": "^7.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",
@@ -68,7 +68,7 @@
6868
},
6969
"remarkConfig": {
7070
"plugins": [
71-
"preset-wooorm"
71+
"remark-preset-wooorm"
7272
]
7373
},
7474
"typeCoverage": {

0 commit comments

Comments
 (0)