diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:12:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 17:12:13 -0400 |
| commit | 4a5642779e133425f4e6c75865de28952c761a8d (patch) | |
| tree | 9035f4c4f1fbe8b287184edf16b2ebd0c53a4ff4 /cli/Cargo.toml | |
| parent | b1c6142f741a507ba6594ab174065e00213100b9 (diff) | |
fix: upgrade deno_ast 0.42 (#25313)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6617cc90b..67b7034c9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -67,10 +67,10 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa deno_cache_dir = { workspace = true } deno_config = { version = "=0.31.0", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "0.147.0", features = ["html", "syntect"] } -deno_emit = "=0.44.0" -deno_graph = { version = "=0.81.3" } -deno_lint = { version = "=0.63.1", features = ["docs"] } +deno_doc = { version = "0.148.0", features = ["html", "syntect"] } +deno_emit = "=0.45.0" +deno_graph = { version = "=0.82.0" } +deno_lint = { version = "=0.64.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.25.0" deno_package_json.workspace = true @@ -78,7 +78,7 @@ deno_runtime = { workspace = true, features = ["include_js_files_for_snapshottin deno_semver.workspace = true deno_task_shell = "=0.17.0" deno_terminal.workspace = true -eszip = "=0.77.0" +eszip = "=0.78.0" libsui = "0.3.0" napi_sym.workspace = true node_resolver.workspace = true @@ -103,7 +103,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.3" dprint-plugin-jupyter = "=0.1.3" dprint-plugin-markdown = "=0.17.8" -dprint-plugin-typescript = "=0.91.6" +dprint-plugin-typescript = "=0.91.7" env_logger = "=0.10.0" fancy-regex = "=0.10.0" faster-hex.workspace = true |
