Skip to content

Commit

Permalink
Bump swc (#6447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Jun 13, 2021
1 parent 23ec831 commit ff6b7b4
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 166 deletions.
102 changes: 66 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/transformers/js/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.36.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.20.1"
swc_ecmascript = { version = "0.38.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.22.1"
swc_common = { version = "0.10.19", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.2.6"
indoc = "1.0.3"
Expand Down
Loading

0 comments on commit ff6b7b4

Please sign in to comment.