- Upgraded `@supabase/supabase-js` to `2.51.0` - Bumped `@tanstack/react-query` to `5.83.0` - Incremented `next` and related packages to `15.4.1` - Miscellaneous upgrades including `@react-email/components`, `eslint`, and `cssnano`.
Supabase - @kit/supabase
This package is responsible for managing the Supabase client and various utilities related to Supabase.
Make sure the app installs the @kit/supabase package before using it.
{
"name": "my-app",
"dependencies": {
"@kit/supabase": "*"
}
}