Update swc_core to v0.78.24 (#51857)

### What?

Update SWC crates

### Why?

There were many fixes.

### How?

Closes WEB-1174


Turbopack counterpart: https://github.com/vercel/turbo/pull/5288
This commit is contained in:
Donny/강동윤 2023-06-29 01:04:35 +09:00 committed by GitHub
parent f2dc6c87e9
commit e05c8c2d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 918 additions and 280 deletions

1194
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -38,8 +38,8 @@ 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.76.46" }
testing = { version = "0.33.13" }
swc_core = { version = "0.78.24" }
testing = { version = "0.33.19" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230622.2" }