- Upgraded @tanstack/react-query from version 5.90.5 to 5.90.7 in various package.json files. - Downgraded pino-pretty from version 13.1.2 to 13.0.0 in multiple package.json files. - Ensured consistency in dependency versions across applications and features.
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": "*"
}
}