Upgrading to most current version of Next.js #12873
Unanswered
antonioOrtiz
asked this question in
Help
Replies: 1 comment
-
Unless you are using Otherwise, the upgrade from 9.2.1 to 9.4.0 should be seamless. The only way to know for sure is to test it, but I recently performed an upgrade similar to this with no issues. Your other dependencies should be fine as is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am on version
"^9.2.1"
of next in my project:And I'm also using dependencies:
So does would upgrading to
9.4
to take advantage of some yummy new features likeNew Environment Variables Support
break my app?Are there docs that explain that explain that?
Also I realized
next-authentication
,next-page-transitions
,next-redux-wrapper
are packages are supporting packages that work with next.js but are not part of core, but what aboutnext-server
?BTW I love that discussions are here now. Something felt off with the whole
Spectrum
platform...Beta Was this translation helpful? Give feedback.
All reactions