diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-08 18:53:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 00:53:58 +0200 |
commit | 723d4b038203e35f5be6d11088a7288e6d709869 (patch) | |
tree | 76f731d82176a324210453561fb1b27a54beaa88 /cli | |
parent | 1f9d47b174a148dcfef2c86cfabd51b0b75f0dc7 (diff) |
perf(fmt): faster formatting for minified object literals (#19050)
Has fix for
https://github.com/dprint/dprint-plugin-typescript/issues/520
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 8067d147d..7d0e99d39 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -67,7 +67,7 @@ data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.2" dprint-plugin-markdown = "=0.15.2" -dprint-plugin-typescript = "=0.84.2" +dprint-plugin-typescript = "=0.84.4" encoding_rs.workspace = true env_logger = "=0.9.0" eszip = "=0.41.0" |