summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-09-04 15:43:32 +0200
committerGitHub <noreply@github.com>2024-09-04 13:43:32 +0000
commit13911eb8efb77bd14a80412072aecb664aa55fd5 (patch)
tree9983e58fc5340f3d823e08afc2ef9b17a424dbaa /cli/Cargo.toml
parentc58a628e2ff449f8cbbdcd6bb8baeaba1ea95a4d (diff)
chore(cli): remove deno_emit dependency (#25427)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a1d8f31dd..d7d8eeb7c 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -68,7 +68,6 @@ deno_cache_dir = { workspace = true }
deno_config = { version = "=0.32.0", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
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