summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-28 22:33:23 +0200
committerGitHub <noreply@github.com>2020-07-28 22:33:23 +0200
commitc6917133942c791480cd2aec7297b2a2ee623059 (patch)
tree6821fa609ac4f9cdf8172e02632e7c29a17c66b9 /cli/Cargo.toml
parent315efbc0e86d9d848efa4b889aefbc665508598a (diff)
refactor: Use SWC to strip types for "--no-check" flag (#6895)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 3e1e1e75f..076a4e6b0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -23,7 +23,7 @@ winapi = "0.3.8"
[dependencies]
deno_core = { path = "../core", version = "0.50.0" }
-deno_lint = "0.1.17"
+deno_lint = "0.1.19"
atty = "0.2.14"
base64 = "0.12.2"
@@ -50,6 +50,8 @@ serde_derive = "1.0.112"
serde_json = { version = "1.0.55", features = [ "preserve_order" ] }
sys-info = "0.7.0"
sourcemap = "6.0.0"
+swc_ecma_transforms = "=0.16.0"
+swc_ecma_codegen = "=0.29.1"
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }