summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2020-04-22 19:20:38 -0400
committerGitHub <noreply@github.com>2020-04-22 19:20:38 -0400
commitc43aaa39960bd1a79b4a3d768b62ea293e0ab79f (patch)
tree212f9509d2637f3bd0f36ad949b42d9cff0d1ae5 /cli
parent197a589a4acbc872724a3168bc5bdb46b6cd607f (diff)
upgrade: dprint 0.13.1 (#4853)
* Allows union and intersection types to have same multi-line behaviour as arguments (more like prettier). * Stops line breaks before `extends` in conditional type, which would have been a parser error. * Check for `// dprint-ignore-file` comment before parsing. This allow files that panic in swc to be ignored. * Fixes a bug in "multi-line" detection.
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2623513c3..c9a256378 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.3.4"
clap = "2.33.0"
dirs = "2.0.2"
dlopen = "0.1.8"
-dprint-plugin-typescript = "0.13.0"
+dprint-plugin-typescript = "0.13.1"
futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"