diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 6 |
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"] } |