diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-18 14:49:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 14:49:30 +0100 |
| commit | 48ea4e3c92b53936e89101a56a013300a47337d3 (patch) | |
| tree | 90ca1009d8eb29796fab0654028043b5db0628fe /cli/Cargo.toml | |
| parent | 7533492a7817ba61b3606dd412b78dc4d98faa76 (diff) | |
feat(check): turn on noImplicitOverride (#25695)
Closes https://github.com/denoland/deno/issues/11836
Ref https://github.com/denoland/deno/issues/25162
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 40e3844c2..057b601ff 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.34.2", features = ["workspace", "sync"] } +deno_config = { version = "=0.34.3", 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.1" } |
