Skip to content

Commit

Permalink
fix: ignore more paths in dynamic arg module search (denoland#21539)
Browse files Browse the repository at this point in the history
Upgrades deno_doc for denoland/deno_graph#344
  • Loading branch information
dsherret committed Dec 11, 2023
1 parent 88566ce commit a272bc1
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 @@ -62,7 +62,7 @@ deno_config = "=0.6.5"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.75.1", features = ["html"] }
deno_emit = "=0.32.0"
deno_graph = "=0.62.1"
deno_graph = "=0.62.2"
deno_lint = { version = "=0.52.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "0.15.3"
Expand Down

0 comments on commit a272bc1

Please sign in to comment.