File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
"@types/extend" : " ^3.0.0" ,
58
58
"@types/hast" : " ^3.0.0" ,
59
59
"@types/mdast" : " ^4.0.0" ,
60
- "@types/node" : " ^20 .0.0" ,
60
+ "@types/node" : " ^22 .0.0" ,
61
61
"c8" : " ^10.0.0" ,
62
62
"prettier" : " ^3.0.0" ,
63
63
"remark-cli" : " ^12.0.0" ,
64
64
"remark-preset-wooorm" : " ^10.0.0" ,
65
65
"tsd" : " ^0.31.0" ,
66
66
"type-coverage" : " ^2.0.0" ,
67
67
"typescript" : " ^5.0.0" ,
68
- "xo" : " ^0.58 .0"
68
+ "xo" : " ^0.59 .0"
69
69
},
70
70
"scripts" : {
71
71
"build" : " tsc --build --clean && tsc --build && node script/fix-types.js && type-coverage && tsd" ,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ test('`run`', async function (t) {
165
165
unified ( )
166
166
. use ( function ( ) {
167
167
return function ( ) {
168
- return new Promise ( function ( _ , reject ) {
168
+ return new Promise ( function ( resolve , reject ) {
169
169
reject ( givenError )
170
170
} )
171
171
}
@@ -469,7 +469,7 @@ test('`run`', async function (t) {
469
469
unified ( )
470
470
. use ( function ( ) {
471
471
return function ( ) {
472
- return new Promise ( function ( _ , reject ) {
472
+ return new Promise ( function ( resolve , reject ) {
473
473
reject ( givenError )
474
474
} )
475
475
}
You can’t perform that action at this time.
0 commit comments