summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-01-11 15:32:34 +0100
committerGitHub <noreply@github.com>2021-01-11 15:32:34 +0100
commitd676b6c63ada85801673f0e691f8ba11e44e347a (patch)
tree02067230de7802bfe166139a88324dda596c6dc1 /cli/Cargo.toml
parent2b75a1155906613df16bad9d1eb84f3dc0ba571b (diff)
upgrade: swc_bundler 0.19.2 (#9085)
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 bea5e87a5..e6b37712b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -68,9 +68,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.19.1"
+swc_bundler = "0.19.2"
swc_common = { version = "0.10.8", features = ["sourcemap"] }
-swc_ecmascript = { version = "0.17.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
+swc_ecmascript = { version = "0.17.1", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }