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
This commit is contained in:
David Sherret 2024-05-04 17:19:00 -04:00 committed by GitHub
parent 973743b751
commit e36de7e959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1477,9 +1477,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.74.3"
version = "0.74.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330a02cf6b5fe78f8b7a4256dc6289d8d45fd2ec8ef7b1b2e8b4ffe1fff8284a"
checksum = "d70d7b300e5a4863d817db6fdcd914b57ff5165b481b4288437fe63d48757765"
dependencies = [
"anyhow",
"async-trait",

View File

@ -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"