diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-16 17:34:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 17:34:56 -0500 |
commit | 544923afdc67e9946453901642746f37f22c8e24 (patch) | |
tree | 36a79cc453f99fe6c74db50fe7fbead21b431f2a /cli | |
parent | ceca097e6f2215fce29f2e6aaca7702fa0a99404 (diff) |
fix(doc): issue discovering re-exports of re-exports sometimes (#21223)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3df736ac3..c13e1bf91 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -53,16 +53,16 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.5.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.73.0", features = ["html"] } -deno_emit = "=0.31.2" -deno_graph = "=0.60.0" +deno_doc = { version = "=0.73.1", features = ["html"] } +deno_emit = "=0.31.3" +deno_graph = "=0.61.0" deno_lint = { version = "=0.52.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "0.15.2" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" deno_task_shell = "=0.14.0" -eszip = "=0.55.3" +eszip = "=0.55.4" napi_sym.workspace = true async-trait.workspace = true |