diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-15 17:53:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:53:45 -0700 |
commit | cb4d77421f4da9bf92759f2f63c502fd61d0f638 (patch) | |
tree | 8e3cc2c0d84960d694e9a026ea7b39cd6107b49f /cli | |
parent | 3cea44abde3db770d3d4397297c3f4e949db2186 (diff) |
fix(doc): --lint - private ref diagnostic was displaying incorrect information (#23834)
* https://github.com/denoland/deno_doc/pull/576
Closes #23303
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 78ee4a4da..6829a2960 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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"] } |