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

upgrade: dprint 0.9.6 (#4509)

This commit is contained in:
Kitson Kelly 2020-03-29 01:04:18 +11:00 committed by GitHub
parent 5837ce464c
commit 1397b8e0e7
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

@ -616,9 +616,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.9.5"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b40a2ed665c9cb3192b689bcfc6934a1dbe16009e363c84b6db19ce1c36ef274"
checksum = "66d1fc740f63f2fd73c63d4c55632f81fa41ec84ae531258e0e1e014bb3eb30a"
dependencies = [
"dprint-core",
"serde",
@ -2435,9 +2435,9 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.21.6"
version = "0.21.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "701e681b7783c5b9d3df9e18592494ca3cba7a2fa8fc98d4d4f423ae993df155"
checksum = "c7fd022bbe8fdd94649a0165a53dc7fbd850370a40609b9c3fddd404b99427fb"
dependencies = [
"either",
"enum_kind",

View file

@ -33,7 +33,7 @@ byteorder = "1.3.4"
clap = "2.33.0"
dirs = "2.0.2"
dlopen = "0.1.8"
dprint-plugin-typescript = "0.9.5"
dprint-plugin-typescript = "0.9.6"
futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.0"