1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Update dprint 0.18.4 (#5671)

Fixes trailing comma issue
This commit is contained in:
David Sherret 2020-05-20 10:30:33 -04:00 committed by GitHub
parent 662eb8f8c9
commit 91d576aa5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -618,9 +618,9 @@ dependencies = [
[[package]] [[package]]
name = "dprint-plugin-typescript" name = "dprint-plugin-typescript"
version = "0.18.3" version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63a30d83f56d1adb78643a99a81fe25b5b9b6bff7798623a13caa12040f9899d" checksum = "a9789e9282a2fef314dd58df1e203de44035b0f032923b52f751c7917f7adff3"
dependencies = [ dependencies = [
"dprint-core", "dprint-core",
"serde", "serde",

View file

@ -29,7 +29,7 @@ byteorder = "1.3.4"
clap = "2.33.0" clap = "2.33.0"
dirs = "2.0.2" dirs = "2.0.2"
dlopen = "0.1.8" dlopen = "0.1.8"
dprint-plugin-typescript = "0.18.3" dprint-plugin-typescript = "0.18.4"
futures = { version = "0.3.4", features = ["compat", "io-compat"] } futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0" glob = "0.3.0"
http = "0.2.1" http = "0.2.1"