summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-06 18:42:12 +0200
committerGitHub <noreply@github.com>2021-06-06 18:42:12 +0200
commit3b220c64f615a4e18346e8a1c07ad7b1aae9fcc6 (patch)
tree9329ed9e4d9881c1ac166aef65ea2821fc121761 /cli/Cargo.toml
parenta66f327250d9df77816e80e7d411b232f8b08b11 (diff)
chore: upgrade crates (#10867)
* deno_doc - 0.5.0 * deno_lint - 0.6.0 * dprint-plugin-typescript - 0.46.0 * dprint-plugin-markdown - 0.8.0 * dprint-plugin-json - 0.12.0 * swc_bundler - 0.37.4 * swc_ecmascript - 0.36.0
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c669a7047..67c7401b2 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -42,8 +42,8 @@ winres = "0.1.11"
[dependencies]
deno_core = { path = "../core", version = "0.88.1" }
-deno_doc = "0.4.0"
-deno_lint = "0.5.0"
+deno_doc = "0.5.0"
+deno_lint = "0.6.0"
deno_runtime = { path = "../runtime", version = "0.15.1" }
atty = "0.2.14"
@@ -52,9 +52,9 @@ byteorder = "1.4.3"
clap = "2.33.3"
data-url = "0.1.0"
dissimilar = "1.0.2"
-dprint-plugin-json = "0.10.2"
-dprint-plugin-markdown = "0.7.1"
-dprint-plugin-typescript = "0.45.0"
+dprint-plugin-json = "0.12.0"
+dprint-plugin-markdown = "0.8.0"
+dprint-plugin-typescript = "0.46.0"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
fancy-regex = "0.5.0"
@@ -78,9 +78,9 @@ semver-parser = "0.10.2"
serde = { version = "1.0.125", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
-swc_bundler = "0.34.0"
-swc_common = { version = "0.10.18", features = ["sourcemap"] }
-swc_ecmascript = { version = "0.33.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
+swc_bundler = "0.37.4"
+swc_common = { version = "0.10.20", features = ["sourcemap"] }
+swc_ecmascript = { version = "0.36.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"