Skip to content

Commit

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

Update swc crates to swc-project/swc@023042d

### Why?

To apply swc-project/swc#7813

### How?

Closes WEB-1396
Fixes #54054
  • Loading branch information
kdy1 committed Aug 16, 2023
1 parent d60690e commit bc76784
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 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
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.55" }
swc_core = { version = "0.79.59" }
testing = { version = "0.33.21" }

# Turbo crates
Expand Down

0 comments on commit bc76784

Please sign in to comment.