From d8e8497eb3049f58632e4d7507090ef9915b3af6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 1 Dec 2023 14:50:38 -0500 Subject: fix(fmt): remove trailing comma for single type param in default export in jsx (#21425) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1347e4f62..d7837ecf3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -88,7 +88,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" dprint-plugin-jupyter = "=0.1.2" dprint-plugin-markdown = "=0.16.3" -dprint-plugin-typescript = "=0.88.6" +dprint-plugin-typescript = "=0.88.7" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" -- cgit v1.2.3