diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-06-27 15:55:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:55:46 -0400 |
commit | 0b28c80e9adbb67f5fa8ec782fb5bd1f7b56a21a (patch) | |
tree | 6770e18963c80450365e9f3a672feceed8a8efc5 /cli | |
parent | 5f3d730df0a249357a0d9112b9ee25f16bf7b8d4 (diff) |
Update to dprint-plugin-typescript 0.19.3 (#6527)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 678357f5c..0ed1574be 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -30,7 +30,7 @@ byteorder = "1.3.4" clap = "2.33.1" dissimilar = "1.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.19.2" +dprint-plugin-typescript = "0.19.3" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" indexmap = "1.4.0" |