0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Update to dprint-plugin-typescript 0.19.3 (#6527)

This commit is contained in:
David Sherret 2020-06-27 15:55:46 -04:00 committed by GitHub
parent 5f3d730df0
commit 0b28c80e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -526,18 +526,18 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
[[package]]
name = "dprint-core"
version = "0.20.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932279bfbf2e280772f1708be5502d7ff2de6a3afb388d24a38f4fdf9fe91f5"
checksum = "7c249f8079061863984673e2e5e455217dc6df8924edf474389820fe89727670"
dependencies = [
"serde",
]
[[package]]
name = "dprint-plugin-typescript"
version = "0.19.2"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50b1a94e7824e2b41a4c7eddd39516070c283bc7f525a76fdc9230efbf2b56b5"
checksum = "8239e653999a7061bb6a9a2a077d0c33fd5b760c594e8effe2715b8409d4acc6"
dependencies = [
"dprint-core",
"serde",

View file

@ -30,7 +30,7 @@ byteorder = "1.3.4"
clap = "2.33.1"
dissimilar = "1.0.2"
dlopen = "0.1.8"
dprint-plugin-typescript = "0.19.2"
dprint-plugin-typescript = "0.19.3"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
http = "0.2.1"
indexmap = "1.4.0"