summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-11 11:47:06 +0200
committerGitHub <noreply@github.com>2020-07-11 11:47:06 +0200
commit98f6a5a47d6b47b1ac7f09a2923d6051de7aca70 (patch)
tree5d1da6d8818340ec0df6e93e2d08fe1cfedc3e61 /cli/Cargo.toml
parent5ec41cbcc2778a80b6ee91f0c391fc2edec0a8e0 (diff)
chore: upgrade deno_lint, remove direct dprint dep (#6679)
This PR removes direct dependency on dprint-plugin-typescript and swc_ecma_visit. Both of these dependencies have been pushed out to deno_lint crate. This should make it a bit easier to do the upgrades and prevent having conflicting crate requirements.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b02f68825..78d29209b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -20,7 +20,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
[dependencies]
deno_core = { path = "../core", version = "0.48.3" }
-deno_lint = "0.1.15"
+deno_lint = "0.1.16"
deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
atty = "0.2.14"
@@ -30,7 +30,6 @@ byteorder = "1.3.4"
clap = "2.33.1"
dissimilar = "1.0.2"
dlopen = "0.1.8"
-dprint-plugin-typescript = "0.19.5"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
http = "0.2.1"
idna = "0.2.0"
@@ -61,7 +60,6 @@ walkdir = "2.3.1"
warp = "0.2.3"
semver-parser = "0.9.0"
uuid = { version = "0.8.1", features = ["v4"] }
-swc_ecma_visit = "0.7.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["knownfolders", "objbase", "shlobj",