diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-01 19:36:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 19:36:46 -0400 |
commit | c01fcef93fda43f1ebb0d8838ddbcd5945bb038b (patch) | |
tree | 1e235cdb1cd76566e79f02786f6fc784dc015e13 /cli | |
parent | bcff2d787bf159c7357ce3069492884837466d36 (diff) |
fix(fmt): do panic for import decl with empty named imports and default import (#14773)
Diffstat (limited to 'cli')
-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 5520462cd..ead26a89d 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.4" +dprint-plugin-typescript = "=0.68.5" encoding_rs = "=0.8.31" env_logger = "=0.9.0" eszip = "=0.20.0" |