Skip to content

Commit

Permalink
fix(publish): public api - trace parent classes & interfaces when fol…
Browse files Browse the repository at this point in the history
…lowing a method (#23661)

* denoland/deno_graph#465

Closes #23658
  • Loading branch information
dsherret committed May 4, 2024
1 parent 973743b commit e36de7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e36de7e

Please sign in to comment.