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 codebase to use Next version 13 #449

Open
utsab opened this issue Aug 13, 2023 · 0 comments
Open

Upgrade codebase to use Next version 13 #449

utsab opened this issue Aug 13, 2023 · 0 comments
Labels

Comments

@utsab
Copy link
Collaborator

utsab commented Aug 13, 2023

Describe the feature
Currently, the project uses Next version 12. We would like to upgrade to Next version 13

Background info
As a starting point,

  1. Go to package.json
  2. Note that next version is pinned to ^12.1.6. We should upgrade to version 13.
  3. Next.js provided a guide for migrating from version 12 to version 13. Please read this carefully.

Additional context

  • You may also need to upgrade related libraries / frameworks. For example, next-auth may need to get upgraded to a higher version. Node.js may need to get upgraded to a higher version.
  • Changing so many core frameworks may have adverse effects on the functionality of the project. Please test thoroughly to make sure that the application still works and all the pages correctly.
  • Note that after you change the package.json, you will need to run npm install again in order to regenerate the package-lock.json file.
@utsab utsab added the Hard label Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant