summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-12 21:00:21 -0400
committerGitHub <noreply@github.com>2022-06-12 21:00:21 -0400
commit5fffb77d0602c76ac5cf1bdcde1255eba9ec0129 (patch)
tree2ee63421578b26029fbc1a1e4031a694cfb74d57 /cli
parent271cd7afc9f229d02057b5fd1a6b382ec1ec4eba (diff)
feat(fmt): remove some unnecessary parens in types (#14841)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 7d823d857..1921c34b2 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.68.5"
+dprint-plugin-typescript = "=0.69.1"
encoding_rs = "=0.8.31"
env_logger = "=0.9.0"
eszip = "=0.20.0"