summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-03 11:54:53 +0100
committerGitHub <noreply@github.com>2021-02-03 11:54:53 +0100
commit9069632216235dc92d3f2a4742cae7eb6102915b (patch)
treeb21db67a69e6324d9cddf5c0dc8e31573092982a /cli
parentfb358380c0570103619b0ce71c7fcb1b5a17986c (diff)
chore: upgrade swc (#9374)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ca8d3e527..9d4630de7 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -69,9 +69,9 @@ semver-parser = "0.10.2"
serde = { version = "1.0.121", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
-swc_bundler = "0.20.4"
+swc_bundler = "0.20.9"
swc_common = { version = "0.10.9", features = ["sourcemap"] }
-swc_ecmascript = { version = "0.18.4", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
+swc_ecmascript = { version = "0.18.8", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"