diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-11-15 23:25:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 10:25:52 +1100 |
| commit | cd9193f126c229f3457ada1cf9a05897fdebb77d (patch) | |
| tree | 070342089d3a40300f49ba254afd43994ac2a377 /cli/Cargo.toml | |
| parent | 243d3ba755265dc2cdc5cd0aaffdf9da57d7a931 (diff) | |
fix(cli): short-circuit in prepare_module_load() (#12604)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9f9e1ea26..e7709ecd6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -41,8 +41,8 @@ winres = "0.1.11" [dependencies] deno_ast = { version = "0.5.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_core = { version = "0.107.0", path = "../core" } -deno_doc = "0.20.0" -deno_graph = "0.11.1" +deno_doc = "0.21.0" +deno_graph = "0.12.0" deno_lint = { version = "0.19.0", features = ["docs"] } deno_runtime = { version = "0.33.0", path = "../runtime" } deno_tls = { version = "0.12.0", path = "../ext/tls" } |
