diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2020-05-17 12:56:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-17 18:56:22 +0200 |
| commit | a054250a2cd709f74a3c9984af0cb74b7adde3bd (patch) | |
| tree | 881ac3330f587a2532535db23942665fe917c841 /cli/Cargo.toml | |
| parent | e16eb9e10841d3b63bfe50db9849ae9a2d7c20f3 (diff) | |
Update to dprint 0.18.3 and the latest version of swc (#5509)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 38207c579..374aa69c2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,7 +29,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.17.2" +dprint-plugin-typescript = "0.18.3" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" @@ -60,7 +60,7 @@ walkdir = "2.3.1" warp = "0.2.2" semver-parser = "0.9.0" uuid = { version = "0.8.1", features = ["v4"] } -swc_ecma_visit = "0.1.0" +swc_ecma_visit = "0.4.0" [target.'cfg(windows)'.dependencies] winapi = "0.3.8" |
