Skip to content

Commit

Permalink
fix bug with supabase-js package
Browse files Browse the repository at this point in the history
more information about the bug - supabase/supabase-js#936
  • Loading branch information
didoslavov committed Mar 25, 2024
1 parent 89a8015 commit 800e373
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
},
"overrides": {
"@supabase/supabase-js": {
"@supabase/gotrue-js": "2.61.0"
}
}
}

0 comments on commit 800e373

Please sign in to comment.