Update dependencies and version bump to 2.16.1 (#376)
* Update dependencies and version bump to 2.16.1 - Incremented package version from 2.16.0 to 2.16.1 in package.json. - Updated various dependencies across multiple packages, including: - `@ai-sdk/openai` from `^2.0.38` to `^2.0.42` - `ai` from `5.0.56` to `5.0.59` - `@types/node` to `^24.6.1` - `@types/react` to `19.1.16` - `typescript` to `^5.9.3` - Updated `@stripe/react-stripe-js`, `@stripe/stripe-js`, and `stripe` to their latest versions. - Ensured compatibility with the latest versions of dependencies to maintain stability and performance. * Update package manager and TypeScript version in package.json - Bumped `packageManager` from `pnpm@10.14.0` to `pnpm@10.17.1`. - Updated `typescript` dependency from `^5.9.2` to `^5.9.3`. - Adjusted `pnpm-lock.yaml` to reflect the changes in dependency versions.
This commit is contained in:
committed by
GitHub
parent
1dd6fdad22
commit
f208332445
@@ -27,7 +27,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.58.0",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/react": "19.1.16",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.544.0",
|
||||
"next": "15.5.4",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/react": "19.1.16",
|
||||
"next": "15.5.4",
|
||||
"react": "19.1.1",
|
||||
"zod": "^3.25.74"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
"./components": "./src/components/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^4.0.2",
|
||||
"@stripe/stripe-js": "^7.9.0",
|
||||
"stripe": "^18.5.0"
|
||||
"@stripe/react-stripe-js": "^5.0.0",
|
||||
"@stripe/stripe-js": "^8.0.0",
|
||||
"stripe": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/billing": "workspace:*",
|
||||
@@ -27,7 +27,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/react": "19.1.16",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "15.5.4",
|
||||
"react": "19.1.1",
|
||||
|
||||
@@ -2,7 +2,7 @@ import 'server-only';
|
||||
|
||||
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
|
||||
|
||||
const STRIPE_API_VERSION = '2025-08-27.basil';
|
||||
const STRIPE_API_VERSION = '2025-09-30.clover';
|
||||
|
||||
/**
|
||||
* @description returns a Stripe instance
|
||||
|
||||
Reference in New Issue
Block a user