moshest / next-client-cookies

SSR and client support for cookies in Next.js 13 (app directory)
MIT License
149 stars 9 forks source link

fixed the npm peerDependencies to allow for nextjs 14 #6

Closed deadlynjdj closed 1 year ago

deadlynjdj commented 1 year ago

changed "next": "^13.0.0" to changed "next": ">= 13.0.0" to work with next 14

moshest commented 1 year ago

Thanks! Released.