summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-12-11 08:09:52 -0500
committerGitHub <noreply@github.com>2023-12-11 14:09:52 +0100
commit6bdf2388da617f9b82010c3df5aa094efc37e4ea (patch)
tree6646cff12fec674ce9ca86167689a63e7d882544 /cli
parent073e341faf1ef56afb5a00061bf116c9ed3b3f13 (diff)
fix(doc): ambient namespaces should have members as exports (#21483)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8fc6431de..8d3b303f3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -60,9 +60,9 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.1"
deno_config = "=0.6.5"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "=0.74.0", features = ["html"] }
+deno_doc = { version = "=0.75.1", features = ["html"] }
deno_emit = "=0.32.0"
-deno_graph = "=0.62.0"
+deno_graph = "=0.62.1"
deno_lint = { version = "=0.52.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "0.15.3"