Skip to content

Commit

Permalink
Update swc_core to v5.0.4 from v5.0.1 (#72604)
Browse files Browse the repository at this point in the history
### What?

Update `swc_core` to `v5.0.4`.

ChangeLog:
swc-project/swc@[email protected][email protected]

### Why?

To apply swc-project/swc#9734


### How?

Closes PACK-3445
Fixes #72576
  • Loading branch information
kdy1 authored Nov 12, 2024
1 parent 155471c commit cd82914
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }

# SWC crates
swc_core = { version = "5.0.1", features = [
swc_core = { version = "5.0.4", features = [
"ecma_loader_lru",
"ecma_loader_parking_lot",
] }
Expand Down

0 comments on commit cd82914

Please sign in to comment.