diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-12-01 14:50:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-01 14:50:38 -0500 |
| commit | d8e8497eb3049f58632e4d7507090ef9915b3af6 (patch) | |
| tree | 288b39a26fa761e372d6f072fe23d03398afc3aa /cli/Cargo.toml | |
| parent | e087851e5422010e2fde5ae291632668d8514c1a (diff) | |
fix(fmt): remove trailing comma for single type param in default export in jsx (#21425)
Diffstat (limited to 'cli/Cargo.toml')
| -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 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" |
