freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
145 stars 118 forks source link

Upgrade codebase to use Next version 13 #449

Open utsab opened 11 months ago

utsab commented 11 months ago

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