diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-04 17:19:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 23:19:00 +0200 |
| commit | e36de7e9599c2891319318adb996633ac9588220 (patch) | |
| tree | b1588c479c008690d4935ea369fe7c74f44e29f1 /cli | |
| parent | 973743b7511510f33d85be6e4e3111c6db31cecf (diff) | |
fix(publish): public api - trace parent classes & interfaces when following a method (#23661)
* https://github.com/denoland/deno_graph/pull/465
Closes https://github.com/denoland/deno/issues/23658
Diffstat (limited to 'cli')
| -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 d9b6d7390..76b2a29c5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = "=0.16.3" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.129.0", features = ["html", "syntect"] } deno_emit = "=0.40.2" -deno_graph = { version = "=0.74.3", features = ["tokio_executor"] } +deno_graph = { version = "=0.74.4", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.18.0" |
