Skip to content

Commit b96df41

Browse files
committed
package: bump deps yet again
1 parent f31cbf6 commit b96df41

3 files changed

Lines changed: 83 additions & 59 deletions

File tree

package-lock.json

Lines changed: 76 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
},
3434
"homepage": "https://github.com/indutny/llparse-builder#readme",
3535
"devDependencies": {
36-
"@types/mocha": "^2.2.48",
37-
"@types/node": "^9.6.59",
36+
"@types/mocha": "^8.0.3",
37+
"@types/node": "^14.11.8",
3838
"mocha": "^8.1.3",
39-
"ts-node": "^5.0.1",
39+
"ts-node": "^9.0.0",
4040
"tslint": "^5.20.1",
41-
"typescript": "^2.9.2"
41+
"typescript": "^4.0.3"
4242
},
4343
"dependencies": {
44-
"@types/debug": "0.0.30",
44+
"@types/debug": "4.1.5 ",
4545
"binary-search": "^1.3.6",
46-
"debug": "^3.2.6"
46+
"debug": "^4.2.0"
4747
}
4848
}

src/reachability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export class Reachability {
2626
queue.push(otherwise.node);
2727
}
2828
}
29-
return Array.from(res);
29+
return Array.from(res) as ReadonlyArray<Node>;
3030
}
3131
}

0 commit comments

Comments
 (0)