summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-02 13:51:37 +0200
committerGitHub <noreply@github.com>2020-10-02 13:51:37 +0200
commite5348a6a38b3c06a916223ad0b99e8cfe47725b1 (patch)
tree8c8f5f0e2328781b96f92e4842cc0b4a64b35650 /cli/Cargo.toml
parent5cd29b37f7946ac05783bae777be8503182a8b8e (diff)
upgrade: swc, deno_doc, deno_lint, dprint (#7793)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 3666b8e51..12eb70e06 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -30,8 +30,8 @@ winapi = "0.3.9"
[dependencies]
deno_core = { path = "../core", version = "0.59.0" }
-deno_doc = "0.1.9"
-deno_lint = { version = "0.2.0", features = ["json"] }
+deno_doc = "0.1.10"
+deno_lint = { version = "0.2.2", features = ["json"] }
deno_web = { path = "../op_crates/web", version = "0.11.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.3.0" }
@@ -43,7 +43,7 @@ clap = "2.33.3"
dissimilar = "1.0.2"
dlopen = "0.1.8"
encoding_rs = "0.8.24"
-dprint-plugin-typescript = "0.32.1"
+dprint-plugin-typescript = "0.32.2"
filetime = "0.2.12"
http = "0.2.1"
indexmap = "1.6.0"
@@ -61,8 +61,8 @@ rustyline-derive = "0.3.1"
serde = { version = "1.0.116", features = ["derive"] }
sys-info = "0.7.0"
sourcemap = "6.0.1"
-swc_common = { version = "=0.10.2", features = ["sourcemap"] }
-swc_ecmascript = { version = "=0.7.7", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
+swc_common = { version = "=0.10.3", features = ["sourcemap"] }
+swc_ecmascript = { version = "=0.8.3", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }