summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-08-18 20:11:13 +0200
committerGitHub <noreply@github.com>2020-08-18 20:11:13 +0200
commit36c2855932bdd6b05e93acc8d33df452d9d62fcd (patch)
tree948093df09adb308dd96e378ea1ef8e9654935b0 /cli
parent7f85bb3763ca6525eb1193c71b49f7890102db53 (diff)
upgrade: swc, deno_lint, dprint (#7098)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b8b7e9878..c59906b26 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -24,7 +24,7 @@ winapi = "0.3.9"
[dependencies]
deno_core = { path = "../core", version = "0.53.0" }
-deno_lint = { version = "0.1.22", features = ["json"] }
+deno_lint = { version = "0.1.23", features = ["json"] }
atty = "0.2.14"
@@ -35,7 +35,7 @@ clap = "2.33.2"
dissimilar = "1.0.2"
dlopen = "0.1.8"
encoding_rs = "0.8.23"
-dprint-plugin-typescript = "0.28.0"
+dprint-plugin-typescript = "0.29.1"
futures = "0.3.5"
http = "0.2.1"
idna = "0.2.0"
@@ -55,7 +55,7 @@ serde_json = { version = "1.0.57", features = [ "preserve_order" ] }
sys-info = "0.7.0"
sourcemap = "6.0.1"
swc_common = { version = "=0.9.1", features = ["sourcemap"] }
-swc_ecmascript = { version = "=0.3.1", features = ["codegen", "parser", "transforms", "visit"] }
+swc_ecmascript = { version = "=0.3.2", features = ["codegen", "parser", "transforms", "visit"] }
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }