Revert "Update swc_core to v0.78.24" (#51940)

Reverts vercel/next.js#51857

Because a turbopack update with the matching swc versions wasn't
included, this would increase the binary size
This commit is contained in:
Leah 2023-06-28 19:35:04 +02:00 committed by GitHub
parent 525ecf4158
commit fd13fb5e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 279 additions and 917 deletions

1192
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.78.24" }
testing = { version = "0.33.19" }
swc_core = { version = "0.76.46" }
testing = { version = "0.33.13" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230622.2" }