Monorepo upgrade
Unanswered
shackicko posted this in #help-forum
Hello,
We have a monorepo that was built around next js version 12 and all the shared packages used the same version as the applications. We want to update only one of the applications to the latest version (which would be 14.1.0 as of the date of creating this post), but since the app router uses 'next/navigation' instead of 'next/router' and 'next/router' is not supported in the app router, how should one go about using a package that supports both 'next/router' and 'next/navigation'? If this is possible, of course.
Thanks again for taking the time to look over my issue!
We have a monorepo that was built around next js version 12 and all the shared packages used the same version as the applications. We want to update only one of the applications to the latest version (which would be 14.1.0 as of the date of creating this post), but since the app router uses 'next/navigation' instead of 'next/router' and 'next/router' is not supported in the app router, how should one go about using a package that supports both 'next/router' and 'next/navigation'? If this is possible, of course.
Thanks again for taking the time to look over my issue!
1 Reply
up