summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
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 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f59aeb2c5..c79d4affe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -616,9 +616,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1e9af423272fc71c59bfbf3c34c617c3fe93d39a5232c25e0c123af984e0f1f"
+checksum = "bdb73fe3655b530e17c5606b950cc55b0a05e7bdda50be11578f8eddade7ef96"
dependencies = [
"dprint-core",
"serde",