File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343 "devDependencies" : {
4444 "@types/lodash" : " ^4.0.0" ,
4545 "@types/mdast" : " ^3.0.0" ,
46- "@types/node" : " ^18 .0.0" ,
47- "c8" : " ^7 .0.0" ,
46+ "@types/node" : " ^20 .0.0" ,
47+ "c8" : " ^8 .0.0" ,
4848 "fast-check" : " ^3.0.0" ,
4949 "lodash" : " ^4.0.0" ,
5050 "prettier" : " ^2.0.0" ,
5151 "remark-cli" : " ^11.0.0" ,
5252 "remark-preset-wooorm" : " ^9.0.0" ,
53- "tsd" : " ^0.25 .0" ,
53+ "tsd" : " ^0.28 .0" ,
5454 "type-coverage" : " ^2.0.0" ,
55- "typescript" : " ^4 .0.0" ,
55+ "typescript" : " ^5 .0.0" ,
5656 "unified" : " ^10.0.0" ,
57- "xo" : " ^0.53 .0"
57+ "xo" : " ^0.54 .0"
5858 },
5959 "scripts" : {
6060 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ test('is', async (t) => {
122122 assert . equal ( calls , 1 )
123123
124124 /**
125- * @this {context }
125+ * @this {unknown }
126126 * @param {Node } a
127127 * @param {number | null | undefined } b
128128 * @param {Parent | null | undefined } c
@@ -147,7 +147,7 @@ test('is', async (t) => {
147147 assert . equal ( calls , 1 )
148148
149149 /**
150- * @this {context }
150+ * @this {unknown }
151151 * @param {Node } a
152152 * @param {number | null | undefined } b
153153 * @param {Parent | null | undefined } c
You can’t perform that action at this time.
0 commit comments