diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-20 08:55:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 08:55:18 -0400 |
commit | cee3246edbe80c665d947398ced300c6ec3b8c9b (patch) | |
tree | 0f4036b1951781d99a5871b9812bccf126148044 /cli | |
parent | 27a72a12b772cfa74b519714aca6e3b6fdaa5eeb (diff) |
fix(fmt): improve curried arrow functions (#15251)
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 ece951a1a..78e7ec911 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ data-url = "=0.1.1" dissimilar = "=1.0.3" dprint-plugin-json = "=0.15.3" dprint-plugin-markdown = "=0.13.3" -dprint-plugin-typescript = "=0.70.0" +dprint-plugin-typescript = "=0.71.1" encoding_rs = "=0.8.31" env_logger = "=0.9.0" eszip = "=0.22.0" |