summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-24 09:37:02 -0400
committerGitHub <noreply@github.com>2023-10-24 09:37:02 -0400
commit8f065a60e79e221a6ce7f6ce06c3022a85edb56a (patch)
treee1be8f4d384b5dd4f73940b86fd60cc58f43aef1 /cli/Cargo.toml
parent9df36b33c6aa250daa200167eb0e1b9d6d738da1 (diff)
fix: improved using declaration support (#20959)
Upgrades to deno_ast 0.30.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8da9599d8..fc08a7074 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -49,16 +49,16 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.0"
deno_config = "=0.4.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = "=0.68.0"
-deno_emit = "=0.29.0"
-deno_graph = "=0.56.3"
-deno_lint = { version = "=0.51.0", features = ["docs"] }
+deno_doc = "=0.69.1"
+deno_emit = "=0.31.0"
+deno_graph = "=0.58.0"
+deno_lint = { version = "=0.52.1", 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.13.2"
-eszip = "=0.54.0"
+eszip = "=0.55.1"
napi_sym.workspace = true
async-trait.workspace = true
@@ -76,9 +76,9 @@ dashmap = "5.5.3"
data-encoding.workspace = true
data-url.workspace = true
dissimilar = "=1.0.4"
-dprint-plugin-json = "=0.17.4"
+dprint-plugin-json = "=0.19.0"
dprint-plugin-markdown = "=0.16.2"
-dprint-plugin-typescript = "=0.88.1"
+dprint-plugin-typescript = "=0.88.2"
encoding_rs.workspace = true
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"