Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Next.js 15 #153

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Upgrade to Next.js 15 #153

wants to merge 5 commits into from

Conversation

haydenbleasel
Copy link
Owner

This pull request includes several updates to the package.json files across various applications and packages to improve development performance and update dependencies. The most important changes include enabling Turbopack for faster builds and updating React and related dependencies to their latest release candidates.

Performance Improvements:

  • Enabled Turbopack for faster development builds in apps/api/package.json (next dev --turbopack -p 3002).
  • Enabled Turbopack for faster development builds in apps/app/package.json (next dev --turbopack -p 3000).
  • Enabled Turbopack for faster development builds in apps/web/package.json (next dev --turbopack -p 3001).

Dependency Updates:

  • Updated React and React DOM to version 19.0.0-rc-69d4b800-20241021 and their corresponding type definitions in apps/api/package.json.
  • Updated React and React DOM to version 19.0.0-rc-69d4b800-20241021 and their corresponding type definitions in apps/app/package.json.
  • Updated React and React DOM to version 19.0.0-rc-69d4b800-20241021 and their corresponding type definitions in apps/web/package.json. [1] [2]

Other Changes:

  • Downgraded Next.js to version 14.2.16 in apps/demo/package.json.
  • Added React and Next.js as peer dependencies in packages/design-system/package.json.

@haydenbleasel haydenbleasel added the minor Increment the minor version when merged label Oct 28, 2024
@haydenbleasel haydenbleasel self-assigned this Oct 28, 2024
Copy link

vercel bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-forge ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 2:12am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant