summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-03 15:55:34 +0200
committerGitHub <noreply@github.com>2020-07-03 15:55:34 +0200
commit2b0dc32718fb4891c788ca9a589ceea8095c1229 (patch)
tree688227935002ffd87bceb6b56014da08d5148428 /cli/Cargo.toml
parent2527a6e296ab2614991c17a2e3ac518a5a579776 (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.toml4
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"