diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-18 20:37:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 20:37:16 -0400 |
commit | 90688edcc26ee6446acf0295bb7c25cfc33934a1 (patch) | |
tree | dda5c4285ceb4515ac34a8c73caa8294e4876b24 /cli | |
parent | 6c90d2401b385c111da6cc43576a641e4385018b (diff) |
fix(fmt): error for more unterminated nodes (#23449)
https://github.com/dprint/dprint-plugin-typescript/pull/628
Closes https://github.com/denoland/deno/issues/23438
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 f7d403059..8d376e0b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -98,7 +98,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.2" dprint-plugin-jupyter = "=0.1.3" dprint-plugin-markdown = "=0.16.4" -dprint-plugin-typescript = "=0.90.2" +dprint-plugin-typescript = "=0.90.3" env_logger = "=0.10.0" fancy-regex = "=0.10.0" faster-hex.workspace = true |