Skip to content

Commit

Permalink
Update swc_core to v0.79.55 (#53831)
Browse files Browse the repository at this point in the history
### What?

Update swc crates to swc-project/swc@54f38cb

### Why?

To apply minifier bugfixes.

### How?

Closes WEB-1358
Fixes #53723

---

turbopack counterpart: vercel/turbo#5699
  • Loading branch information
kdy1 committed Aug 11, 2023
1 parent ddc8f50 commit c802075
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
110 changes: 55 additions & 55 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 @@ -42,7 +42,7 @@ next-transform-strip-page-exports = { path = "packages/next-swc/crates/next-tran

# SWC crates
# Keep consistent with preset_env_base through swc_core
swc_core = { version = "0.79.40" }
swc_core = { version = "0.79.55" }
testing = { version = "0.33.21" }

# Turbo crates
Expand Down

0 comments on commit c802075

Please sign in to comment.