diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-25 09:04:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 09:04:57 -0400 |
commit | 8cdb309ffd6686b2f3c4a2126d927fd5770be34d (patch) | |
tree | 68dfbc0d13e94b9e18f45925d1d5492a7ca6e267 /cli/Cargo.toml | |
parent | 5c40b47629bc83b9120019b77b34ced5eaabcffe (diff) |
fix(check): properly surface dependency errors in types file of js file (#25860)
We weren't surfacing dependency errors in types files of js files.
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 fc3216a60..ec2243a81 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_cache_dir = { workspace = true } deno_config = { version = "=0.35.0", 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" } +deno_graph = { version = "=0.82.2" } deno_lint = { version = "=0.67.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.25.2" |