diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-01 16:04:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 16:04:56 +0200 |
| commit | 851344f2ed588c0aa5db4fa66b7326900fdf9b5d (patch) | |
| tree | 77a69ff6796592a9cb5cd1d56256fdeef89fd521 /cli/Cargo.toml | |
| parent | 7858ebd493afe15b4b583b0218c27e166572b280 (diff) | |
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
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 0ed1574be..49cfe286e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,7 +20,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.48.1" } [dependencies] deno_core = { path = "../core", version = "0.48.2" } -deno_lint = "0.1.10" +deno_lint = "0.1.12" deno_typescript = { path = "../deno_typescript", version = "0.48.2" } atty = "0.2.14" @@ -30,7 +30,7 @@ byteorder = "1.3.4" clap = "2.33.1" dissimilar = "1.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.19.3" +dprint-plugin-typescript = "0.19.4" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" indexmap = "1.4.0" @@ -47,7 +47,7 @@ serde = { version = "1.0.112", features = ["derive"] } serde_derive = "1.0.112" serde_json = { version = "1.0.55", features = [ "preserve_order" ] } sys-info = "0.7.0" -sourcemap = "5.0.0" +sourcemap = "6.0.0" tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.21", features = ["rt-core", "tcp", "udp", "uds", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } @@ -60,7 +60,7 @@ walkdir = "2.3.1" warp = "0.2.3" semver-parser = "0.9.0" uuid = { version = "0.8.1", features = ["v4"] } -swc_ecma_visit = "0.5.1" +swc_ecma_visit = "0.7.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.8", features = ["knownfolders", "objbase", "shlobj", |
