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:
committed by
GitHub
parent
7b1e261750
commit
39fc9497db
@@ -16,7 +16,7 @@
|
||||
"./marketing": "./src/components/marketing.tsx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hookform/resolvers": "^4.1.3",
|
||||
"@hookform/resolvers": "^5.0.0",
|
||||
"@kit/billing": "workspace:*",
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/lemon-squeezy": "workspace:*",
|
||||
@@ -26,10 +26,10 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@types/react": "19.0.12",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.485.0",
|
||||
"lucide-react": "^0.486.0",
|
||||
"next": "15.2.4",
|
||||
"react": "19.1.0",
|
||||
"react-hook-form": "^7.55.0",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"./components": "./src/components/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^3.5.1",
|
||||
"@stripe/react-stripe-js": "^3.6.0",
|
||||
"@stripe/stripe-js": "^6.1.0",
|
||||
"stripe": "^17.7.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user