Updated Dependencies (Next.js 15.1.2)
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.47.8",
|
||||
"@supabase/supabase-js": "2.47.10",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.468.0",
|
||||
"next": "15.1.1",
|
||||
"lucide-react": "^0.469.0",
|
||||
"next": "15.1.2",
|
||||
"react": "19.0.0",
|
||||
"react-hook-form": "^7.54.1",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-i18next": "^15.2.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"next": "15.1.1",
|
||||
"next": "15.1.2",
|
||||
"react": "19.0.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^3.1.1",
|
||||
"@stripe/stripe-js": "^5.3.0",
|
||||
"stripe": "^17.4.0"
|
||||
"@stripe/stripe-js": "^5.4.0",
|
||||
"stripe": "^17.5.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.1",
|
||||
"next": "15.1.2",
|
||||
"react": "19.0.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import 'server-only';
|
||||
|
||||
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
|
||||
|
||||
const STRIPE_API_VERSION = '2024-11-20.acacia';
|
||||
const STRIPE_API_VERSION = '2024-12-18.acacia';
|
||||
|
||||
/**
|
||||
* @description returns a Stripe instance
|
||||
|
||||
Reference in New Issue
Block a user