diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-10 13:08:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 19:08:49 +0100 |
commit | e1105a159406d8b64a833fa3266fd4ac7fc47a00 (patch) | |
tree | 59601219cb8c7a951dd0c0b287e07309e2170273 /cli | |
parent | e6f204199b1a1f6c5d963da2b8cdfc5992656147 (diff) |
upgrade: dprint-plugin-typescript 0.5.0 (#3952)
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 a6d4b24ba..cdc783d9d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -35,7 +35,7 @@ brotli2 = "0.3.2" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "=0.3.0-alpha.6" +dprint-plugin-typescript = "=0.5.0" futures = { version = "0.3.1", features = [ "compat", "io-compat" ] } glob = "0.3.0" http = "0.2.0" |