paulwhitaker / gatsby-plugin-portal

React Portal Plugin for GatsbyJS
MIT License
5 stars 4 forks source link

adds Gatsby 3 and 4 to peerDependencies #4

Closed bartveneman closed 1 year ago

bartveneman commented 2 years ago

Tested this plugin on Gatsby 3 and 4 and it works, but it keeps giving warnings about incompatibility:

Plugin gatsby-plugin-portal is not compatible with your gatsby version 4.12.1 - It requires gatsby@^2.0.0

This commit fixes that warning.

jdahdah commented 2 years ago

@paulwhitaker Would you be able to merge this?

nnmax commented 2 years ago

Hello? Is anyone there?