diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-05-20 10:30:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 10:30:33 -0400 |
commit | 91d576aa5aee10f651ff10086aee90bdae659e87 (patch) | |
tree | 12a64fec76baf6505b6915133ca28257b5ed8f50 | |
parent | 662eb8f8c981565950d35cdd1c9ca6a67eaef8f2 (diff) |
Update dprint 0.18.4 (#5671)
Fixes trailing comma issue
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index d7540e90d..53561285b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a30d83f56d1adb78643a99a81fe25b5b9b6bff7798623a13caa12040f9899d" +checksum = "a9789e9282a2fef314dd58df1e203de44035b0f032923b52f751c7917f7adff3" dependencies = [ "dprint-core", "serde", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 374aa69c2..b7ffba1df 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.18.3" +dprint-plugin-typescript = "0.18.4" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" |