diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-03 15:55:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 15:55:34 +0200 |
| commit | 2b0dc32718fb4891c788ca9a589ceea8095c1229 (patch) | |
| tree | 688227935002ffd87bceb6b56014da08d5148428 /cli/Cargo.toml | |
| parent | 2527a6e296ab2614991c17a2e3ac518a5a579776 (diff) | |
upgrade: dprint-typescript-plugin 0.19.5, deno_lint 0.1.15 (#6614)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 49cfe286e..6c91f3aa3 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.12" +deno_lint = "0.1.15" 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.4" +dprint-plugin-typescript = "0.19.5" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" indexmap = "1.4.0" |
