-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supabase adapter doesn't work with supabase^2.43.1
#223
Comments
We just need to update storages/packages/supabase/package.json Line 43 in f5af10d
|
Yeah, will do! |
@KnorpelSenf are there any additional checks except for lerna tests to verify that bumping the dev dependency actually works? |
I think the best way is if you try your changes in your own bot project and check that everything works as expected for you. This manual testing in addition to passing unit tests and type checks is definitely good enough. |
I initially installed it with |
Here is the PR to allow ^2 of supabase as peer dependency - #224 |
same error:
|
Same issue :( |
Can you update your deps and try again? This should've been fixed in #224 already, I don't know why this issue was left open. @Satont or @thecoorum do you know more? |
While trying to install the supabase storage adapter it fails with
Could not resolve dependency: peer @supabase/supabase-js@"^1.0.0" from @grammyjs/[email protected]
The text was updated successfully, but these errors were encountered: