yonycalsin / nextjs-cors

:tada: nextjs-cors is a node.js package to provide a Connect/Express middleware that can be used to enable CORS with various options :rocket:
MIT License
222 stars 9 forks source link

Updated peer dependences not in a release #79

Closed powderham closed 9 months ago

powderham commented 10 months ago

The latest push to master to update peer dependencies has not been put in to a release yet.

It appears as though it all works fine, are we able to push a patch allowing this to be merged? It's currently causing problems with updating to next 14 in my project

powderham commented 10 months ago

For now I've forked it and am directly pointing to my own repo (not specifying a commit since i want master)

"nextjs-cors": "github:powderham/nextjs-cors",
yonycalsin commented 10 months ago

today I will try to publish the new version, thanks.

yonycalsin commented 10 months ago

next14 peer dependency support is now available in version 2.2.0.

https://github.com/yonycalsin/nextjs-cors/releases/tag/v2.2.0