summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2020-04-28 15:17:40 -0400
committerGitHub <noreply@github.com>2020-04-28 15:17:40 -0400
commitf899d76667e9a3d96a685c2e920adf17a6d448bf (patch)
treef85e82eb04215359fd2d4624c23b9440195474d9 /cli/Cargo.toml
parent6ee00e4da31ba040d63c756d9354391310d6f1a7 (diff)
Fix stdin not formatting JSX (#4971)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c9a256378..0d614eaf9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.3.4"
clap = "2.33.0"
dirs = "2.0.2"
dlopen = "0.1.8"
-dprint-plugin-typescript = "0.13.1"
+dprint-plugin-typescript = "0.14.0"
futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"