From 15fce5b290d7dc3eb503a70bd8a10aaf72a09f5e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 5 Sep 2024 15:22:31 +0200 Subject: feat(check): turn on useUnknownInCatchVariables (#25465) Part of #25162 Closes #11826 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 016488e5c..d9c3e21ad 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = { workspace = true } -deno_config = { version = "=0.33.1", features = ["workspace", "sync"] } +deno_config = { version = "=0.33.2", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_graph = { version = "=0.82.0" } -- cgit v1.2.3