diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ea9e575b8..7d81f12f6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,8 +29,8 @@ winapi = "0.3.9" [dependencies] deno_core = { path = "../core", version = "0.55.0" } -deno_doc = { version = "0.1.2" } -deno_lint = { version = "0.1.25", features = ["json"] } +deno_doc = { version = "0.1.3" } +deno_lint = { version = "0.1.26", features = ["json"] } atty = "0.2.14" base64 = "0.12.3" @@ -40,7 +40,7 @@ clap = "2.33.2" dissimilar = "1.0.2" dlopen = "0.1.8" encoding_rs = "0.8.23" -dprint-plugin-typescript = "0.30.1" +dprint-plugin-typescript = "0.30.2" futures = "0.3.5" http = "0.2.1" idna = "0.2.0" @@ -59,8 +59,8 @@ serde_derive = "1.0.115" serde_json = { version = "1.0.57", features = [ "preserve_order" ] } sys-info = "0.7.0" sourcemap = "6.0.1" -swc_common = { version = "=0.10.0", features = ["sourcemap"] } -swc_ecmascript = { version = "=0.6.1", features = ["codegen", "parser", "transforms", "visit"] } +swc_common = { version = "=0.10.2", features = ["sourcemap"] } +swc_ecmascript = { version = "=0.6.3", features = ["codegen", "parser", "transforms", "visit"] } tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.22", features = ["full"] } |