4lejandrito / next-plausible

Simple integration for https://nextjs.org and https://plausible.io analytics
https://next-plausible.vercel.app
MIT License
603 stars 33 forks source link

Support Next 15 #134

Closed thefeli73 closed 3 weeks ago

thefeli73 commented 1 month ago

Add support for nextjs 15

Vacilando commented 3 weeks ago

+1

4lejandrito commented 3 weeks ago

Next 15 support added in next-plausible@3.12.3.

fdev commented 2 weeks ago

As described in the docs of NextJS at https://nextjs.org/docs/app/building-your-application/upgrading/version-15#react-19

The minimum versions of react and react-dom is now 19.

The peerDependency of next was changed in #135, but the peerDependencies of react and react-dom were not.

4lejandrito commented 2 weeks ago

Fixed in next-plausible@3.12.4.