diff --git a/crates/oxc_printer/Cargo.toml b/crates/oxc_printer/Cargo.toml index 0a65d98ec..915199347 100644 --- a/crates/oxc_printer/Cargo.toml +++ b/crates/oxc_printer/Cargo.toml @@ -10,9 +10,9 @@ license.workspace = true repository.workspace = true [dependencies] -oxc_allocator = { path = "../oxc_allocator" } -oxc_ast = { path = "../oxc_ast" } +oxc_allocator = { workspace = true } +oxc_ast = { workspace = true } [dev_dependencies] -oxc_parser = { path = "../oxc_parser" } +oxc_parser = { workspace = true } miette = { workspace = true, features = ["fancy-no-backtrace"] }