fix(fmt/markdown): fix emoji width calculation in tables (#16870)

https://github.com/dprint/dprint-plugin-markdown/pull/67
This commit is contained in:
David Sherret 2022-11-29 19:34:38 -05:00 committed by GitHub
parent e2655c992e
commit 73f8c820f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@ clap_complete_fig = "=3.1.5"
data-url.workspace = true
dissimilar = "=1.0.4"
dprint-plugin-json = "=0.16.0"
dprint-plugin-markdown = "=0.14.2"
dprint-plugin-markdown = "=0.14.3"
dprint-plugin-typescript = "=0.78.0"
encoding_rs.workspace = true
env_logger = "=0.9.0"