diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-20 00:30:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-20 00:30:53 +0100 |
| commit | 660f75e066226a635375b70225df165bcf759077 (patch) | |
| tree | d1cd44eb9dc1eb9556a6d6ce82da95620b0359fb /cli | |
| parent | afbd19ed9b9661a6648554e635ccdae5cbc0b0a3 (diff) | |
upgrade: swc_ecmascript 0.15.1 (#8836)
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 449353c2e..80eeceef8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -66,7 +66,7 @@ shell-escape = "0.1.5" sourcemap = "6.0.1" swc_bundler = "0.17.6" swc_common = { version = "0.10.7", features = ["sourcemap"] } -swc_ecmascript = { version = "0.15.0", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } +swc_ecmascript = { version = "0.15.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.22", features = ["full"] } |
