Skip to content

Commit

Permalink
Bump swc
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed May 6, 2024
1 parent 6dae70a commit ac92e7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ napi = ["dep:napi", "dep:napi-derive", "dep:crossbeam-channel"]

[dependencies]
indexmap = "1.9.2"
swc_core = { version = "0.91.3", features = [
swc_core = { version = "0.91.4", features = [
"common",
"common_ahash",
"common_sourcemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/js/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
crate-type = ["rlib"]

[dependencies]
swc_core = { version = "0.91.3", features = [
swc_core = { version = "0.91.4", features = [
"common",
"common_ahash",
"common_sourcemap",
Expand Down

0 comments on commit ac92e7a

Please sign in to comment.