diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-30 16:02:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 13:02:39 -0700 |
commit | 641356bb16381ad7af939db60b4e2be8ec7a262d (patch) | |
tree | 6bb173da60c30664a9d2455b675add4034fd0ab5 /cli | |
parent | 6cdf81db7c4a41d036eefc17e41ffb8db0cf54a1 (diff) |
fix(publish): handle variable declarations with a declare keyword (#23616)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 02f44563e..8d31343bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = "=0.16.3" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.128.1", features = ["html", "syntect"] } deno_emit = "=0.40.2" -deno_graph = { version = "=0.74.2", features = ["tokio_executor"] } +deno_graph = { version = "=0.74.3", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.18.0" |