Skip to content

Commit b1036e4

Browse files
authored
fix: update deno_doc (#24972)
For Better HTML titles and custom JSDoc module resolving
1 parent 3c70b94 commit b1036e4

File tree

3 files changed

+114
-69
lines changed

3 files changed

+114
-69
lines changed

Cargo.lock

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
6767
deno_cache_dir = { workspace = true }
6868
deno_config = { version = "=0.28.0", features = ["workspace", "sync"] }
6969
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
70-
deno_doc = { version = "0.145.0", features = ["html", "syntect"] }
70+
deno_doc = { version = "0.146.0", features = ["html", "syntect"] }
7171
deno_emit = "=0.44.0"
7272
deno_graph = { version = "=0.81.2" }
7373
deno_lint = { version = "=0.62.0", features = ["docs"] }
@@ -155,7 +155,7 @@ tokio.workspace = true
155155
tokio-util.workspace = true
156156
tower-lsp.workspace = true
157157
twox-hash.workspace = true
158-
typed-arena = "=2.0.1"
158+
typed-arena = "=2.0.2"
159159
uuid = { workspace = true, features = ["serde"] }
160160
which.workspace = true
161161
zeromq.workspace = true

0 commit comments

Comments
 (0)