chore(dependencies): update package versions for improved compatibility (#314)

- Bumped `@manypkg/cli` from `0.24.0` to `0.25.0` for enhanced functionality.
- Updated `cross-env` from `7.0.3` to `10.0.0` to leverage new features and fixes.
- Incremented `next` from `15.4.3` to `15.4.5` for better performance and compatibility.
- Updated `react` and `react-dom` from `19.1.0` to `19.1.1` to ensure alignment with the latest improvements.
- Incremented `@types/node` from `24.0.15` to `24.1.0` for type safety enhancements.
- Updated various packages across the codebase to maintain consistency and compatibility.
This commit is contained in:
Giancarlo Buomprisco
2025-07-30 16:33:23 +07:00
committed by GitHub
parent f538fc791e
commit 910cfd145d
31 changed files with 2437 additions and 2414 deletions

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^5.1.1",
"@hookform/resolvers": "^5.2.1",
"@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*",
@@ -26,13 +26,13 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.52.0",
"@types/react": "19.1.8",
"@supabase/supabase-js": "2.53.0",
"@types/react": "19.1.9",
"date-fns": "^4.1.0",
"lucide-react": "^0.525.0",
"next": "15.4.3",
"react": "19.1.0",
"react-hook-form": "^7.60.0",
"lucide-react": "^0.534.0",
"next": "15.4.5",
"react": "19.1.1",
"react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1",
"zod": "^3.25.74"
},

View File

@@ -24,9 +24,9 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.1.8",
"next": "15.4.3",
"react": "19.1.0",
"@types/react": "19.1.9",
"next": "15.4.5",
"react": "19.1.1",
"zod": "^3.25.74"
},
"typesVersions": {

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.8.0",
"@stripe/stripe-js": "^7.6.1",
"@stripe/react-stripe-js": "^3.8.1",
"@stripe/stripe-js": "^7.7.0",
"stripe": "^18.3.0"
},
"devDependencies": {
@@ -27,10 +27,10 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.1.8",
"@types/react": "19.1.9",
"date-fns": "^4.1.0",
"next": "15.4.3",
"react": "19.1.0",
"next": "15.4.5",
"react": "19.1.1",
"zod": "^3.25.74"
},
"typesVersions": {