pancake-frontend
pancake-frontend copied to clipboard
chore: Bump up nextjs 15
PR-Codex overview
This PR focuses on upgrading the next
package from version 14.2.14
to 15.0.2
, along with various other updates and fixes across multiple configuration files and components.
Detailed summary
- Upgraded
next
from14.2.14
to15.0.2
. - Set
swcMinify
tofalse
inapps/web/next.config.mjs
andapps/gamification/next.config.mjs
. - Updated
list-style-type
inBenefitCard.tsx
andCrossChainVeCakeModal/index.tsx
. - Modified middleware to use
geolocation
from@vercel/functions
. - Added
@vercel/functions
dependency in multiplepackage.json
files. - Updated various dependencies in
pnpm-lock.yaml
andpnpm-workspace.yaml
. - Added optional dependencies for sharp images in multiple platforms.
The following files were skipped due to too many changes:
pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}