diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-13 17:27:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:27:27 -0400 |
commit | 294b27717c47ff6536cc12dd81241697cf84d72e (patch) | |
tree | 604efda8720040ff6d8ec56ffddef7cf19111345 /cli | |
parent | 0aca3f06904d2582b4f520e0b03b56bb2255c03e (diff) |
feat(fmt): do not add a newline between a template and its tag (#15195)
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 303e1f9aa..41feb09e4 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.69.6" +dprint-plugin-typescript = "=0.70.0" encoding_rs = "=0.8.31" env_logger = "=0.9.0" eszip = "=0.22.0" |