Files
myeasycms-v2/packages/billing/core
gbuomprisco b4c8c74bd0 chore(dependencies): update packages to latest versions
- 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.
2025-06-17 13:33:32 +08:00
..
2025-06-13 17:45:55 +08:00
2025-02-07 11:38:29 +08:00
2025-01-13 02:33:05 +07:00
2024-04-01 21:43:18 +08:00

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": "*"
    }
}