Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove unused dependencies #2729

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: remove unused dependencies
  • Loading branch information
Boshen committed Mar 15, 2024
commit af48ee2b9093f2bab873c5bf35b3b7bd98e2ab2e
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,8 @@ oxc_transformer = { version = "0.10.0", path = "crates/oxc_transformer" }
# publish = false
oxc_macros = { path = "crates/oxc_macros" }
oxc_linter = { path = "crates/oxc_linter" }
oxc_type_synthesis = { path = "crates/oxc_type_synthesis" }
oxc_prettier = { path = "crates/oxc_prettier" }

oxc_tasks_common = { path = "tasks/common" }
oxc_language_server = { path = "crates/oxc_language_server" }

napi = { version = "2" }
napi-derive = { version = "2" }
Expand All @@ -97,7 +94,6 @@ bitflags = { version = "2.4.2" }
bumpalo = { version = "3.15.4" }
convert_case = { version = "0.6.0" }
criterion = { version = "0.5.1", default-features = false }
crossbeam-channel = { version = "0.5.12" }
dashmap = { version = "5.5.3" }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.30" }
Expand Down Expand Up @@ -133,12 +129,9 @@ walkdir = { version = "2.5.0" }
indexmap = { version = "2.2.5" }
index_vec = { version = "0.1.3" }
static_assertions = { version = "1.1.0" }
stacker = { version = "0.1.15" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
insta = { version = "1.36.1", features = ["glob"] }
codspeed-criterion-compat = { version = "2.4.0", default-features = false }
glob = { version = "0.3.1" }
mime_guess = { version = "2.0.4" }
language-tags = { version = "0.3.2" }
tsify = { version = "0.4.5" }
Expand Down
Loading