summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-18 14:54:52 +0100
committerGitHub <noreply@github.com>2024-09-18 13:54:52 +0000
commit3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 (patch)
treeca585bb16ff45b499dde8b28c189edb2457b35d4 /cli
parentbed46474b2d59b229bd85dbdec5b3d943c32f60f (diff)
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
Reverts #25690 This was not an issue with the ts compiler anymore. Discussion here: https://github.com/dprint/dprint-plugin-typescript/pull/664#issuecomment-2357000053
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 057b601ff..b59667f82 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -102,7 +102,7 @@ dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.3"
dprint-plugin-jupyter = "=0.1.3"
dprint-plugin-markdown = "=0.17.8"
-dprint-plugin-typescript = "=0.92.0"
+dprint-plugin-typescript = "=0.93.0"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true