diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4f81afa06..001ea0a15 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.9.6" +dprint-plugin-typescript = "0.9.10" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.0" @@ -63,12 +63,6 @@ webpki-roots = "0.19.0" walkdir = "2.3.1" warp = "0.2.2" semver-parser = "0.9.0" -# TODO(bartlomieju): make sure we're using exactly same versions -# of "swc_*" as dprint-plugin-typescript -swc_common = "=0.5.9" -swc_ecma_ast = "=0.18.1" -swc_ecma_parser = "=0.21.8" -swc_ecma_parser_macros = "=0.4.1" uuid = { version = "0.8", features = ["v4"] } [target.'cfg(windows)'.dependencies] |
