summaryrefslogtreecommitdiff
path: root/tools/util.js
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2023-11-01 16:06:25 +0900
committerGitHub <noreply@github.com>2023-11-01 16:06:25 +0900
commit841f215fd4eb2211e30b09e8d01596777c868050 (patch)
treed9afc5b0105661cad83b994d937e0f4857328f93 /tools/util.js
parentd1ef561dbfef8de0ffd39d1548ce9b14a3c7f540 (diff)
fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)
Diffstat (limited to 'tools/util.js')
-rw-r--r--tools/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/util.js b/tools/util.js
index 1a4ee89be..a9962fc56 100644
--- a/tools/util.js
+++ b/tools/util.js
@@ -16,7 +16,7 @@ export { delay } from "../test_util/std/async/delay.ts";
// [toolName] --version output
const versions = {
"dprint": "dprint 0.40.0",
- "dlint": "dlint 0.51.0",
+ "dlint": "dlint 0.52.2",
};
export const ROOT_PATH = dirname(dirname(fromFileUrl(import.meta.url)));