0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix: ignore more paths in dynamic arg module search (#21539)

Upgrades deno_doc for https://github.com/denoland/deno_graph/pull/344
This commit is contained in:
David Sherret 2023-12-11 12:46:24 -05:00 committed by GitHub
parent 88566cee72
commit a272bc1bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1291,9 +1291,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.62.1"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f56934a1e3c8c7c3a5834613734b1e34c480f14e6815d52eae22481bd406195"
checksum = "cde6dca752e0bdcf908082ff6852be911e72edf013c126fa2ce78e0420bc5838"
dependencies = [
"anyhow",
"async-trait",

View file

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