summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-18 12:59:33 -0500
committerGitHub <noreply@github.com>2022-09-18 13:59:33 -0400
commita4a894fa1e933e8a678f8ad4f6353837859b02fd (patch)
tree495c6bc5ad5f3c1b1f9d7344e9a0e401064b1687 /cli/Cargo.toml
parentd7b27ed63bf74c19b0bc961a52665960c199c53a (diff)
fix(doc): deno doc should parse modules if they haven't been parsed before (#15941)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 91a9b6ab2..fa7284d54 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -49,7 +49,7 @@ winres = "=0.1.12"
[dependencies]
deno_ast = { version = "0.19.0", features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_core = { version = "0.151.0", path = "../core" }
-deno_doc = "0.45.0"
+deno_doc = "0.46.0"
deno_emit = "0.9.0"
deno_graph = "0.34.0"
deno_lint = { version = "0.33.0", features = ["docs"] }