Skip to content

Commit 38b41f0

Browse files
committed
Update dev-dependencies
1 parent d1d27b1 commit 38b41f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"remark-preset-wooorm": "^9.0.0",
4444
"rimraf": "^3.0.0",
4545
"tape": "^5.0.0",
46-
"tsd": "^0.19.0",
46+
"tsd": "^0.20.0",
4747
"type-coverage": "^2.0.0",
4848
"typescript": "^4.0.0",
4949
"unified": "^10.0.0",
50-
"xo": "^0.47.0"
50+
"xo": "^0.49.0"
5151
},
5252
"scripts": {
5353
"prepack": "npm run build && npm run format",

test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ test('isElement', (t) => {
141141
root.children[0],
142142
/**
143143
* @this {ctx}
144-
* @param {Element} a
145-
* @param {number} b
146-
* @param {Parent} c
144+
* @param {Element} node
145+
* @param {number|undefined|null} index
146+
* @param {Parent|undefined|null} parent
147147
*/
148148
function (node, index, parent) {
149149
st.equal(node, root.children[0], 'should pass `node` to test')

0 commit comments

Comments
 (0)