diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-23 13:57:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 13:57:09 +0200 |
| commit | c1558beffbb5f7941059be2e4e91ba2d1454adaa (patch) | |
| tree | 4ce7f64d796d7ae726ba762c4c4ffbb6ed34f401 /cli/Cargo.toml | |
| parent | fe59a423a6237b66ae048f2c130cbb8d968ad647 (diff) | |
upgrade: swc, dprint, deno_lint, deno_doc (#7162)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f1f72045d..631b74b89 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,8 +24,8 @@ winapi = "0.3.9" [dependencies] deno_core = { path = "../core", version = "0.54.0" } -deno_doc = { version = "0.1.0" } -deno_lint = { version = "0.1.23", features = ["json"] } +deno_doc = { version = "0.1.1" } +deno_lint = { version = "0.1.24", features = ["json"] } atty = "0.2.14" base64 = "0.12.3" @@ -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.29.1" +dprint-plugin-typescript = "0.30.0" 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.2", features = ["codegen", "parser", "transforms", "visit"] } +swc_ecmascript = { version = "=0.5.0", features = ["codegen", "parser", "transforms", "visit"] } tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.22", features = ["full"] } |
