diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-23 11:25:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 11:25:44 +0100 |
| commit | e49973d96d6817378c71bf1875b03b77d083f1d3 (patch) | |
| tree | f13543292de82ae92e127a137d6f9fc11ceb66b0 /cli/Cargo.toml | |
| parent | ec97c7dd4b5c1be83639769990ca6d37345089ca (diff) | |
chore: update deno_ast and deno_graph (#22033)
This upgrade unblocks support for ES decorator proposal.
Co-authored-by: crowlkats <crowlkats@toaxl.com>
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 fc715f8fb..6fdf7c51a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -57,16 +57,16 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.8.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.93.0", features = ["html"] } -deno_emit = "=0.33.0" -deno_graph = "=0.63.4" -deno_lint = { version = "=0.53.0", features = ["docs"] } +deno_doc = { version = "=0.94.1", features = ["html"] } +deno_emit = "=0.34.0" +deno_graph = "=0.63.5" +deno_lint = { version = "=0.54.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" deno_task_shell = "=0.14.3" -eszip = "=0.58.0" +eszip = "=0.59.0" napi_sym.workspace = true async-trait.workspace = true @@ -88,7 +88,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" dprint-plugin-jupyter = "=0.1.2" dprint-plugin-markdown = "=0.16.3" -dprint-plugin-typescript = "=0.88.8" +dprint-plugin-typescript = "=0.88.10" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |
