Update dependencies and versions across multiple packages (#403)

- Upgraded Next.js to version 16.0.1 and React to version 19.2.0.
- Updated various packages including @supabase/supabase-js to 2.78.0, lucide-react to 0.548.0, and react-i18next to 16.2.3.
- Adjusted @types/node version to 24.9.2 and other related dependencies.
- Refactored package.json files to use PNPM catalogs for better dependency management.
- Updated ESLint configurations and related plugins to the latest versions.
This commit is contained in:
Giancarlo Buomprisco
2025-11-01 09:00:10 +07:00
committed by GitHub
parent 8bfcfe4a22
commit a920dea2b3
25 changed files with 1169 additions and 1083 deletions

View File

@@ -26,14 +26,14 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.76.1",
"@supabase/supabase-js": "2.78.0",
"@types/react": "catalog:",
"date-fns": "^4.1.0",
"lucide-react": "^0.546.0",
"next": "16.0.0",
"lucide-react": "^0.548.0",
"next": "catalog:",
"react": "19.2.0",
"react-hook-form": "^7.65.0",
"react-i18next": "^16.1.5",
"react-i18next": "^16.2.3",
"zod": "^3.25.74"
},
"typesVersions": {

View File

@@ -25,7 +25,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "catalog:",
"next": "16.0.0",
"next": "catalog:",
"react": "19.2.0",
"zod": "^3.25.74"
},

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^5.2.0",
"@stripe/stripe-js": "^8.1.0",
"stripe": "^19.1.0"
"@stripe/react-stripe-js": "^5.3.0",
"@stripe/stripe-js": "^8.2.0",
"stripe": "^19.2.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",
@@ -29,7 +29,7 @@
"@kit/ui": "workspace:*",
"@types/react": "catalog:",
"date-fns": "^4.1.0",
"next": "16.0.0",
"next": "catalog:",
"react": "19.2.0",
"zod": "^3.25.74"
},

View File

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