prisma / blogr-nextjs-prisma

111 stars 83 forks source link

Bump next and react verisons to its latest and ran codemod to fix Link compoent #30

Open avinashcodelabs opened 11 months ago

avinashcodelabs commented 11 months ago

Hi, I have updated the repo's nextreact, and react-dom versions to their latest.

"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",

Ran the next's codemon to migrate the Link component as well. The PR will address the following issues:

  1. 29

  2. 26