diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-05-01 12:37:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 12:37:23 -0400 |
commit | 671f56f8ff512fcf4ad016f2b2fdd36c2ac7237f (patch) | |
tree | ea4d8ec4d7b012068aed9375b8bb05a545fee8bf /cli | |
parent | 0e3581ae2b30ace6639a27e26321b2e0a196bb74 (diff) |
fix: improve formatting jsdocs with asterisk as first char on line (#14446)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 96b4529e6..5510f5b87 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -62,9 +62,9 @@ clap_complete = "=3.1.1" clap_complete_fig = "=3.1.4" data-url = "=0.1.1" dissimilar = "=1.0.2" -dprint-plugin-json = "=0.15.1" -dprint-plugin-markdown = "=0.13.1" -dprint-plugin-typescript = "=0.67.1" +dprint-plugin-json = "=0.15.2" +dprint-plugin-markdown = "=0.13.2" +dprint-plugin-typescript = "=0.68.2" encoding_rs = "=0.8.29" env_logger = "=0.8.4" eszip = "=0.19.0" |