- Bumped `lucide-react` to `^0.516.0` - Upgraded `react-hook-form` to `^7.58.0` - Updated `zod` to `^3.25.67` - Incremented `@sentry/nextjs` to `^9.29.0` - Miscellaneous upgrades for `eslint`, `@tailwindcss/postcss`, and `supabase` dependencies.
Billing - @kit/billing
This package is responsible for managing billing and subscription related operations.
Make sure the app installs the @kit/billing package before using it.
{
"name": "my-app",
"dependencies": {
"@kit/billing": "*"
}
}