We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 344cfd2 commit 86f10f8Copy full SHA for 86f10f8
package.json
@@ -33,7 +33,7 @@
33
"@types/debug": "^4.0.0",
34
"@types/is-empty": "^1.0.0",
35
"@types/js-yaml": "^4.0.0",
36
- "@types/node": "^15.0.0",
+ "@types/node": "^16.0.0",
37
"@types/unist": "^2.0.0",
38
"concat-stream": "^2.0.0",
39
"debug": "^4.0.0",
@@ -56,7 +56,7 @@
56
"devDependencies": {
57
"@types/tape": "^4.0.0",
58
"c8": "^7.0.0",
59
- "figures": "^3.0.0",
+ "figures": "^4.0.0",
60
"prettier": "^2.0.0",
61
"remark": "^13.0.0",
62
"remark-cli": "^9.0.0",
test/util/spy.js
@@ -16,7 +16,7 @@ export function spy() {
16
callback = typeof encoding === 'function' ? encoding : callback
17
18
if (typeof callback === 'function') {
19
- setImmediate(callback)
+ setImmediate(callback, undefined)
20
}
21
22
output.push(chunk)
0 commit comments