diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-05 15:22:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 15:22:31 +0200 |
| commit | 15fce5b290d7dc3eb503a70bd8a10aaf72a09f5e (patch) | |
| tree | a236e2de82f91b8a36cb5228db119f116fe05c06 /cli/Cargo.toml | |
| parent | b54347c448ca4a003b81800655eb1433fc842b2a (diff) | |
feat(check): turn on useUnknownInCatchVariables (#25465)
Part of #25162
Closes #11826
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
