diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-27 13:30:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 18:30:21 +0000 |
| commit | e9fe71acb53c8856754ef892c463253cb96087ce (patch) | |
| tree | dedffed4cbee198a064bd3ff81058f951bf0b401 /cli/Cargo.toml | |
| parent | 8d5c2313495014a6af842e21da802e01e11b8e08 (diff) | |
fix(unstable): sloppy imports should resolve .d.ts files during types resolution (#22602)
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 0d71eae1e..18bafb77e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.12.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.113.1", features = ["html"] } deno_emit = "=0.38.2" -deno_graph = { version = "=0.69.4", features = ["tokio_executor"] } +deno_graph = { version = "=0.69.5", features = ["tokio_executor"] } deno_lint = { version = "=0.57.1", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" |
