Howard86 / next-api-handler

lightweight nextjs api handler wrapper, portable & configurable for serverless environment
https://next-api-handler.vercel.app
Other
50 stars 1 forks source link

fix: fix incorrect nextjs peer deps version #57

Closed Howard86 closed 1 year ago

Howard86 commented 1 year ago

fix incorrect nextjs peer deps version

when installing next-api-handler for next@13, it will show a warning of incorrect peer dependencies

it will not show any warning for next version greater or equal than 9, i.e. >=9

codecov[bot] commented 1 year ago

Codecov Report

Merging #57 (2d4d9a1) into main (c729fda) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          148       148           
  Branches        21        21           
=========================================
  Hits           148       148           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 2d4d9a18 and detected 0 issues on this pull request.

View more on Code Climate.