1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(doc): --lint - private ref diagnostic was displaying incorrect information (#23834)

* https://github.com/denoland/deno_doc/pull/576

Closes #23303
This commit is contained in:
David Sherret 2024-05-15 17:53:45 -04:00 committed by GitHub
parent 3cea44abde
commit cb4d77421f
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

@ -1377,9 +1377,9 @@ dependencies = [
[[package]]
name = "deno_doc"
version = "0.134.0"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65c98a53f8456aed1fe2a0ead89df31d75e41e1b50f17933aa43e6297b6e8bf6"
checksum = "c2c39bbe2769f6e8bfba1a99d7656e6994474c48fd2085ed82b59556e9d398dd"
dependencies = [
"ammonia",
"anyhow",

View file

@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true }
deno_config = "=0.16.3"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.134.0", features = ["html", "syntect"] }
deno_doc = { version = "=0.135.0", features = ["html", "syntect"] }
deno_emit = "=0.40.3"
deno_graph = { version = "=0.75.1", features = ["tokio_executor"] }
deno_lint = { version = "=0.58.4", features = ["docs"] }