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
@@ -8,9 +8,9 @@
|
||||
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.3",
|
||||
"@tanstack/react-query": "5.70.0",
|
||||
"lucide-react": "^0.485.0",
|
||||
"@hookform/resolvers": "^5.0.0",
|
||||
"@tanstack/react-query": "5.71.1",
|
||||
"lucide-react": "^0.486.0",
|
||||
"next": "15.2.4",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "19.1.0",
|
||||
@@ -22,15 +22,15 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.0.17",
|
||||
"@types/node": "^22.13.14",
|
||||
"@tailwindcss/postcss": "^4.1.0",
|
||||
"@types/node": "^22.13.17",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"react-hook-form": "^7.55.0",
|
||||
"tailwindcss": "4.0.17",
|
||||
"tailwindcss": "4.1.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.2",
|
||||
"zod": "^3.24.2"
|
||||
|
||||
Reference in New Issue
Block a user