chore: bump version to 2.21.9 and update dependencies across multiple packages (#420)
- Updated application version from 2.21.8 to 2.21.9 in package.json. - Upgraded dependencies including prettier to version 3.7.4, @supabase/supabase-js to version 2.86.0, and @tanstack/react-query to version 5.90.11. - Adjusted various package.json files to reflect updated versions for lucide-react, react-hook-form, and nodemailer. - Enhanced pnpm-lock.yaml and pnpm-workspace.yaml for consistency in package versions. - Refactored import statements in several components for improved readability.
This commit is contained in:
committed by
GitHub
parent
57d7b0f02f
commit
c77c380c9c
@@ -15,8 +15,8 @@
|
||||
"./components": "./src/components/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^5.4.0",
|
||||
"@stripe/stripe-js": "^8.5.2",
|
||||
"@stripe/react-stripe-js": "^5.4.1",
|
||||
"@stripe/stripe-js": "^8.5.3",
|
||||
"stripe": "^20.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -26,9 +26,7 @@ import { createStripeSubscriptionPayloadBuilderService } from './stripe-subscrip
|
||||
* @class StripeBillingStrategyService
|
||||
* @implements {BillingStrategyProviderService}
|
||||
*/
|
||||
export class StripeBillingStrategyService
|
||||
implements BillingStrategyProviderService
|
||||
{
|
||||
export class StripeBillingStrategyService implements BillingStrategyProviderService {
|
||||
private readonly namespace = 'billing.stripe';
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,9 +31,7 @@ type UpsertOrderParams =
|
||||
|
||||
type BillingProvider = Enums<'billing_provider'>;
|
||||
|
||||
export class StripeWebhookHandlerService
|
||||
implements BillingWebhookHandlerService
|
||||
{
|
||||
export class StripeWebhookHandlerService implements BillingWebhookHandlerService {
|
||||
private stripe: Stripe | undefined;
|
||||
|
||||
constructor(private readonly planTypesMap: PlanTypeMap) {}
|
||||
|
||||
Reference in New Issue
Block a user