Closed theosenoussaoui closed 1 year ago
I added the following to my package.json to get around this for now:
"overrides": {
"remix-auth": {
"@remix-run/react": "^2.0.0",
"@remix-run/server-runtime": "^2.0.0"
}
},
That lets it install, but I haven't had a chance to test functionality yet.
That lets it install, but I haven't had a chance to test functionality yet.
Did you encounter any problems yet with this? I'd also like to upgrade my project to 2.0.
I don't see why there would be any problems. I've been using this package with all the remix v2 flags for a few months now. Seems like the peer dependency just needs to be loosened to account for the new version.
Describe the bug
Remix was updating on the 15th of September, and we haven't been able to upgrade because of the peerDependencies
remix-auth
has. More precisely,remix-auth
needs a version bump for the@remix-run/react
package.Your Example Website or App
https://github.com/theosenoussaoui/remix-auth-bug-report
Steps to Reproduce the Bug or Issue
npm install
.Expected behavior
Should work with the latest
@remix-run
packages.Screenshots or Videos
No response
Platform
Additional context
No response