Update various dependencies across the project: - Turbo to v2.4.0 - Playwright to v1.50.1 - Tailwind CSS to v4.0.2 - Sonner to v1.7.4 - React Query to v5.66.0 - Stripe.js to v5.6.0 - Sentry to v8.53.0 - Node types to v22.13.0 - Tailwind Merge to v3.0.1 - Prettier plugin sort imports to v5.2.2
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": "*"
}
}