Skip to content

Commit

Permalink
Bump swc (parcel-bundler#6520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Jun 27, 2021
1 parent 9225d0c commit 55965e0
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 45 deletions.
124 changes: 82 additions & 42 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.39.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.23.0"
swc_common = { version = "0.10.20", features = ["tty-emitter", "sourcemap"] }
swc_ecmascript = { version = "0.43.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.27.0"
swc_common = { version = "0.10.21", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.2.6"
indoc = "1.0.3"
serde = "1.0.123"
Expand Down

0 comments on commit 55965e0

Please sign in to comment.