diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-04 13:21:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 13:21:38 +0100 |
| commit | e6b90beb3d515129b842f9b9a620aebcd88b522a (patch) | |
| tree | 6d4d5b19414ec02e9225d23de23b8a4e26bacd28 /cli/Cargo.toml | |
| parent | 0ea1c6f5b07e18dad60bca5f1c7631be5b5005b3 (diff) | |
upgrade: swc_bundler 0.17.5 (#8588)
Diffstat (limited to 'cli/Cargo.toml')
| -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 13bd91ddb..a8d6e9c2b 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.3" +swc_bundler = "0.17.5" 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" |
