Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
build: bump swc-related dependencies (#14834)
This PR bumps all swc-related dependencies. Previous: @swc/cli: 0.7.7 @swc/core: 1.11.29 Now: @swc/cli: 0.7.9 @swc/core: 1.15.3 Previously, we weren't explicitly installing the `@swc/core` peer dependency even though the swc docs recommend installing it. Bumping `@swc/core` allows us to set `jsx` to `preserve` for debug builds (https://github.com/swc-project/swc/pull/11025), which will help improve readability of react code for debugging purposes.
A
Alessio Gravili committed
617311a88380bfadc9fc99d4b613bf7930cc70ba
Parent: ce934b4
Committed by GitHub <noreply@github.com>
on 12/6/2025, 1:50:58 AM