Updated dependencies (#315)

* chore(dependencies): update package versions for improved compatibility

- Bumped `typescript` from `5.8.3` to `5.9.2` across multiple packages for enhanced type safety and features.
- Updated `@tanstack/react-query` from `5.83.0` to `5.84.1` to incorporate the latest improvements.
- Incremented `lucide-react` from `0.534.0` to `0.536.0` for better performance and compatibility.
- Updated `react-hook-form` from `7.61.1` to `7.62.0` to leverage new features and fixes.
- Incremented `@stripe/react-stripe-js` from `3.8.1` to `3.9.0`, `@stripe/stripe-js` from `7.7.0` to `7.8.0`, and `stripe` from `18.3.0` to `18.4.0` for enhanced functionality.
- Updated `@markdoc/markdoc` from `0.5.2` to `0.5.3` for better integration.
- Incremented `@sentry/nextjs` from `9.43.0` to `10.1.0` to utilize the latest features and improvements.

* chore(dependencies): update eslint-related packages for improved compatibility

- Updated `@typescript-eslint/parser` from `8.38.0` to `8.39.0` to leverage the latest features and fixes.
- Adjusted dependencies in `eslint-import-resolver-typescript` and `eslint-plugin-import` to reflect the updated parser version, ensuring better integration and compatibility across the codebase.
This commit is contained in:
Giancarlo Buomprisco
2025-08-05 02:47:49 +07:00
committed by GitHub
parent 910cfd145d
commit 1bb9022c9e
22 changed files with 862 additions and 637 deletions

View File

@@ -29,10 +29,10 @@
"@supabase/supabase-js": "2.53.0",
"@types/react": "19.1.9",
"date-fns": "^4.1.0",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"zod": "^3.25.74"
},

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.8.1",
"@stripe/stripe-js": "^7.7.0",
"stripe": "^18.3.0"
"@stripe/react-stripe-js": "^3.9.0",
"@stripe/stripe-js": "^7.8.0",
"stripe": "^18.4.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2025-06-30.basil';
const STRIPE_API_VERSION = '2025-07-30.basil';
/**
* @description returns a Stripe instance