From 6084cf60ba0786a82aae60ad179187f17bb7dc14 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 13 May 2024 20:00:33 -0400 Subject: fix(doc/publish): support expando properties (#23795) * https://github.com/denoland/deno_graph/pull/428 * https://github.com/denoland/deno_doc/pull/575 Closes https://github.com/denoland/deno/issues/23276 --- cli/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d3f9e2652..78ee4a4da 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -67,9 +67,9 @@ 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.133.0", features = ["html", "syntect"] } -deno_emit = "=0.40.2" -deno_graph = { version = "=0.74.5", features = ["tokio_executor"] } +deno_doc = { version = "=0.134.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"] } deno_lockfile.workspace = true deno_npm = "=0.20.1" @@ -77,7 +77,7 @@ deno_runtime = { workspace = true, features = ["include_js_files_for_snapshottin deno_semver = "=0.5.4" deno_task_shell = "=0.16.1" deno_terminal.workspace = true -eszip = "=0.68.4" +eszip = "=0.68.5" napi_sym.workspace = true async-trait.workspace = true -- cgit v1.2.3