Skip to content

Commit

Permalink
Bump swc (#9034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored May 24, 2023
1 parent 310c3bb commit 305eeee
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 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 = "2021"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.228.5", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils", "preset_env"] }
swc_common = { version = "0.31.9", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.5.5"
swc_ecmascript = { version = "0.228.16", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils", "preset_env"] }
swc_common = { version = "0.31.10", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.5.6"
indoc = "1.0.3"
serde = "1.0.123"
serde_bytes = "0.11.5"
Expand Down

0 comments on commit 305eeee

Please sign in to comment.