summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-21 13:17:42 +0100
committerGitHub <noreply@github.com>2020-11-21 13:17:42 +0100
commitb63fe3f35c6dd06059e3d34e566b95ed9ccf2724 (patch)
tree82ea51402796f6bb0b785a4cb4d44f50dd69dae5 /cli/Cargo.toml
parente35e8981f0280905836d3b68fd5ceb6e3c2bc270 (diff)
upgrade: deno_doc, deno_lint, dprint, swc (#8443)
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 482c6f364..b691d781d 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -34,8 +34,8 @@ winapi = "0.3.9"
[dependencies]
deno_crypto = { path = "../op_crates/crypto", version = "0.2.0" }
deno_core = { path = "../core", version = "0.68.0" }
-deno_doc = "0.1.15"
-deno_lint = "0.2.9"
+deno_doc = "0.1.16"
+deno_lint = "0.2.11"
deno_web = { path = "../op_crates/web", version = "0.19.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.11.0" }
@@ -47,7 +47,7 @@ clap = "2.33.3"
dissimilar = "1.0.2"
dlopen = "0.1.8"
encoding_rs = "0.8.24"
-dprint-plugin-typescript = "0.32.8"
+dprint-plugin-typescript = "0.32.9"
filetime = "0.2.12"
http = "0.2.1"
indexmap = "1.6.0"
@@ -65,9 +65,9 @@ serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5"
sys-info = "0.7.0"
sourcemap = "6.0.1"
-swc_bundler = "=0.16.1"
+swc_bundler = "=0.17.1"
swc_common = { version = "=0.10.5", features = ["sourcemap"] }
-swc_ecmascript = { version = "=0.13.3", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
+swc_ecmascript = { version = "=0.14.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }