sergiodxa / remix-auth-github

A GitHubStrategy for Remix Auth, based on the OAuth2Strategy
https://sergiodxa.github.io/remix-auth-github/
MIT License
75 stars 17 forks source link

Support v2 of @remix-run/server-runtime peer deps #30

Closed swalker326 closed 1 year ago

swalker326 commented 1 year ago

Closes #29

Updated peer deps version for @remix-run/server-runtime to "^1.0.0 || ^2.0.0"

horiuchi commented 1 year ago

When will this change be released?

Derek-X-Wang commented 10 months ago

Hi @sergiodxa, could you release a new version? I use remix-auth-github in Remix V1 and try to upgrade to V2. will be nice to have the new release to get rid of

└─┬ remix-auth-github 1.6.0
  └── ✕ unmet peer @remix-run/server-runtime@^1.0.0: found 2.5.1

thx