Skip to content

Commit

Permalink
Bump swc (#7216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Nov 2, 2021
1 parent 1d32c80 commit acb86e7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
116 changes: 58 additions & 58 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions packages/transformers/js/core/Cargo.toml
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.80.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.59.0"
swc_common = { version = "0.14.1", features = ["tty-emitter", "sourcemap"] }
swc_ecmascript = { version = "0.84.1", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.63.1"
swc_common = { version = "0.14.3", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.2.9"
indoc = "1.0.3"
serde = "1.0.123"
Expand Down

0 comments on commit acb86e7

Please sign in to comment.