summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-27 17:19:31 +0200
committerGitHub <noreply@github.com>2020-05-27 11:19:31 -0400
commit7d764a2c27d9c50d1f4db1d73fe800b808402765 (patch)
tree1d704f4f973d5b8d37203961811a72ab967317b2 /cli
parent55d36006fc00768d1ddfaff8ea8abe6cd2b19e4b (diff)
upgrade: dprint to 0.19.0 (#5899)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 36e58b0e0..ad3f59ad8 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.5"
+dprint-plugin-typescript = "0.19.0"
futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"