From 3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 18 Sep 2024 14:54:52 +0100 Subject: 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 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3