diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-24 17:43:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 21:43:19 +0000 |
| commit | 59a5fe530f92e4207cc30be24158c0a809e37e5b (patch) | |
| tree | aeb392146e7f24c5a0a712e1fe3014f8c63ce36a /cli/Cargo.toml | |
| parent | a7bd0cf7a890eff0133242d09e71b2783350fd23 (diff) | |
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
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 fc08a7074..17167a0d6 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.69.1" -deno_emit = "=0.31.0" -deno_graph = "=0.58.0" -deno_lint = { version = "=0.52.1", features = ["docs"] } +deno_doc = "=0.69.2" +deno_emit = "=0.31.1" +deno_graph = "=0.59.0" +deno_lint = { version = "=0.52.2", 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.55.1" +eszip = "=0.55.2" napi_sym.workspace = true async-trait.workspace = true @@ -78,7 +78,7 @@ data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.19.0" dprint-plugin-markdown = "=0.16.2" -dprint-plugin-typescript = "=0.88.2" +dprint-plugin-typescript = "=0.88.3" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |
