cyrilwanner / next-compose-plugins

💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js
MIT License
736 stars 12 forks source link

Should the nextjs pkg be in peerDependencies? #38

Closed vyorkin closed 1 year ago

vyorkin commented 3 years ago

The README says that:

This plugin requires next.js >= 5.1 because it depends on the phases introduced within this version.

But there is no such peer dependency. Is this by intent? Why?