diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f43115496..ae6a11398 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -60,16 +60,18 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.6.5" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.85.0", features = ["html"] } -deno_emit = "=0.32.0" -deno_graph = "=0.62.2" -deno_lint = { version = "=0.52.2", features = ["docs"] } +deno_doc = { version = "=0.89.0", features = ["html"] } +deno_emit = "=0.33.0" +deno_graph = "=0.63.0" +deno_lint = { version = "=0.53.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "0.15.3" +deno_npm = "=0.15.3" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } -deno_semver = "0.5.1" +# todo(dsherret): investigate https://github.com/denoland/deno_semver/commit/98f9174baef199809295077b3b68c9fa58defb9b causing +# lsp_completions_auto_import_and_quick_fix_with_import_map to fail when bumping this version +deno_semver = "=0.5.1" deno_task_shell = "=0.14.0" -eszip = "=0.56.0" +eszip = "=0.57.0" napi_sym.workspace = true async-trait.workspace = true @@ -91,7 +93,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.7" +dprint-plugin-typescript = "=0.88.8" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" @@ -100,7 +102,7 @@ flate2.workspace = true fs3.workspace = true glob = "0.3.1" hex.workspace = true -import_map = { version = "=0.18.0", features = ["ext"] } +import_map = { version = "=0.18.1", features = ["ext"] } indexmap.workspace = true jsonc-parser = { version = "=0.23.0", features = ["serde"] } lazy-regex.workspace = true |
