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

Upgrade to swc_ecma_parser 0.24.5 (#6077)

This commit is contained in:
David Sherret 2020-06-03 15:36:55 -04:00 committed by GitHub
parent 94bf551ead
commit fcae2fec87
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.1"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841f7600a292142489a9c3137b89dfac91eb5b2cc93b3bb7e1a09d992d9dd0a7"
checksum = "50b1a94e7824e2b41a4c7eddd39516070c283bc7f525a76fdc9230efbf2b56b5"
dependencies = [
"dprint-core",
"serde",
@ -2366,9 +2366,9 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.24.3"
version = "0.24.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efa1c06e10cfb5182396d707fe38cbf3bec4e38ef670277e73643dbcb5245b0"
checksum = "3b06bb3791cf307722bb7645f36509217649d36ac21e82493a37a8adcdce1d83"
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.1"
dprint-plugin-typescript = "0.19.2"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"