summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-29 00:22:36 +0100
committerGitHub <noreply@github.com>2020-12-29 00:22:36 +0100
commit24844a00527f58466b0b057da70b61f8278b84f5 (patch)
tree6edb0f869ef6506241a01e9c477e17ef2be71ef2 /cli/Cargo.toml
parentb778f8bbff135dfa2213273f0f10fd5beda77de4 (diff)
upgrade: dprint, swc_bundler, swc_common, swc_ecmascript (#8901)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 0e56c6126..f4f3e2340 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -41,7 +41,7 @@ base64 = "0.12.3"
byteorder = "1.3.4"
clap = "2.33.3"
dissimilar = "1.0.2"
-dprint-plugin-typescript = "0.36.0"
+dprint-plugin-typescript = "0.37.0"
encoding_rs = "0.8.24"
env_logger = "0.7.1"
filetime = "0.2.12"
@@ -62,9 +62,9 @@ semver-parser = "0.9.0"
serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
-swc_bundler = "0.18.0"
-swc_common = { version = "0.10.7", features = ["sourcemap"] }
-swc_ecmascript = { version = "0.16.0", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
+swc_bundler = "0.18.2"
+swc_common = { version = "0.10.8", features = ["sourcemap"] }
+swc_ecmascript = { version = "0.16.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }