ifiokjr / gatsby-plugin-next-seo

Gatsby Plugin Next SEO is a plug in that makes managing your SEO easier in Gatsby projects.
MIT License
195 stars 20 forks source link

Allow gatsby@next as a supported gatsby version #68

Closed DeathCamel58 closed 2 years ago

DeathCamel58 commented 2 years ago

When migrating my site to gatsby 4.0.0-zz-next.1, this plugin wont install due to the peer dependency being ^2.0.0 || ^3.0.0. Please also allow ^4.0.0 as a peer dependency.

ifiokjr commented 2 years ago

@DeathCamel58 feel free to open a pull request. I'm happy to merge it.

ifiokjr commented 2 years ago

Fixed in #70