From 58d543a480463ed24de77ec155f1d7e87bb7b234 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 1 Nov 2023 19:04:54 -0400 Subject: fix(repl): jsxImportSource was not working (#21049) I made some fixes in deno_ast to make this possible and we forgot to update this. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c9eb3aa3c..52ceb7c7a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -49,7 +49,7 @@ 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.72.1", features = ["html"] } +deno_doc = { version = "=0.72.2", features = ["html"] } deno_emit = "=0.31.1" deno_graph = "=0.59.2" deno_lint = { version = "=0.52.2", features = ["docs"] } -- cgit v1.2.3