Will v15 break my dependencies?
Answered
Odorous house ant posted this in #help-forum
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!
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.
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.
2 Replies
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.
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
Odorous house antOP
Thank you very much for the quick and straightforward response 🙌 🫶