summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 1483324bf..acabcf7d0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -63,9 +63,14 @@ 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]
winapi = "0.3.8"
fwdansi = "1.1.0"