Skip to content

Commit

Permalink
feat: Update swc_core to v0.92.10 (#66521)
Browse files Browse the repository at this point in the history
### What?

Update `swc_core`

### Why?

To apply swc-project/swc#9019

It's required to use `swc_ecma_parser/tracing-spans`.

### How?
  • Loading branch information
kdy1 authored Jun 4, 2024
1 parent a8221a0 commit 348b736
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 53 deletions.
83 changes: 31 additions & 52 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 @@ -30,7 +30,7 @@ next-core = { path = "packages/next-swc/crates/next-core" }
next-custom-transforms = { path = "packages/next-swc/crates/next-custom-transforms" }

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

0 comments on commit 348b736

Please sign in to comment.