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

Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)

This commit is contained in:
David Sherret 2020-06-03 11:24:25 -04:00 committed by GitHub
parent 041ccb6a0d
commit 445e44199b
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

@ -593,9 +593,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.19.0"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5879ef29c4623721ded84372b7fd1a8bc2cc2a5fb225b70169a07087162c5f62"
checksum = "841f7600a292142489a9c3137b89dfac91eb5b2cc93b3bb7e1a09d992d9dd0a7"
dependencies = [
"dprint-core",
"serde",
@ -2366,9 +2366,9 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.23.1"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5824a6d526e19b8efd550af53a74611928b76493410ad9499e94b299f6469dc1"
checksum = "1efa1c06e10cfb5182396d707fe38cbf3bec4e38ef670277e73643dbcb5245b0"
dependencies = [
"either",
"enum_kind",

View file

@ -29,7 +29,7 @@ byteorder = "1.3.4"
clap = "2.33.1"
dirs = "2.0.2"
dlopen = "0.1.8"
dprint-plugin-typescript = "0.19.0"
dprint-plugin-typescript = "0.19.1"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"