Update dependencies. Fixed linting issues discovered after update.

This commit is contained in:
gbuomprisco
2025-01-28 10:41:05 +07:00
parent 01eeb8a6af
commit d799f54ede
31 changed files with 739 additions and 712 deletions

View File

@@ -27,11 +27,11 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.16",
"@supabase/supabase-js": "2.48.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.471.1",
"next": "15.1.4",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.4",
"next": "15.1.6",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"stripe": "^17.5.0"
"stripe": "^17.6.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",
@@ -30,7 +30,7 @@
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"next": "15.1.4",
"next": "15.1.6",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2024-12-18.acacia';
const STRIPE_API_VERSION = '2025-01-27.acacia';
/**
* @description returns a Stripe instance