Next.js Discord

Discord Forum

Will v15 break my dependencies?

Answered
Odorous house ant posted this in #help-forum
Open in Discord
Avatar
Odorous house antOP
Hey! I'm excited to jump to Next.js 15, but I want to make sure my dependencies don't break in the process. Besides addressing breaking changes, any tips on checking if everything will work well upgrading from v14?

Thanks!
Answered by joulev
dependencies not related to react and next will continue to work.

dependencies related to react: need to check if they are compatible with react 19. likely they are.

dependencies related to next: need to check if they are compatible with next 15.
View full answer

2 Replies

Avatar
dependencies not related to react and next will continue to work.

dependencies related to react: need to check if they are compatible with react 19. likely they are.

dependencies related to next: need to check if they are compatible with next 15.
Answer
Avatar
Odorous house antOP
Thank you very much for the quick and straightforward response 🙌 🫶