Update dependencies across multiple packages (#226)

- Bump versions for `@hookform/resolvers`, `@tanstack/react-query`, `lucide-react`, `tailwindcss`, and `@types/node` to their latest compatible versions.
- Update `babel-plugin-react-compiler` to a newer beta version.
- Adjust `@supabase/supabase-js` and `@stripe/react-stripe-js` to their latest versions.
- Increment `sonner` and `tailwind-merge` versions for improved functionality.
- Update `@react-email/components` to the latest version for email templates.

This update ensures compatibility with the latest features and fixes across the codebase.
This commit is contained in:
Giancarlo Buomprisco
2025-04-02 22:54:34 +07:00
committed by GitHub
parent 7b1e261750
commit 39fc9497db
25 changed files with 1585 additions and 1880 deletions

View File

@@ -20,7 +20,7 @@
"nanoid": "^5.1.5"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.3",
"@hookform/resolvers": "^5.0.0",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*",
@@ -34,18 +34,18 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.3",
"@tanstack/react-query": "5.70.0",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.71.1",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"lucide-react": "^0.485.0",
"lucide-react": "^0.486.0",
"next": "15.2.4",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.55.0",
"react-i18next": "^15.4.1",
"sonner": "^2.0.2",
"sonner": "^2.0.3",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",