diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-01 21:23:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 21:23:48 +0100 |
commit | abc883e6a744beaf4fab6d098b7d88b227a8a6d0 (patch) | |
tree | 4bab53039301bc340083b6b6d33b5bb600773979 /cli | |
parent | 838d39e2acb64caa664597ceebef64ef774893c2 (diff) |
upgrade: swc_bundler 0.17.3 (#8575)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a00a6b769..13bd91ddb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1.0.116", features = ["derive"] } shell-escape = "0.1.5" sys-info = "0.7.0" sourcemap = "6.0.1" -swc_bundler = "=0.17.1" +swc_bundler = "0.17.3" swc_common = { version = "0.10.6", features = ["sourcemap"] } swc_ecmascript = { version = "0.14.4", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } tempfile = "3.1.0" |