Update dependencies in multiple packages

Upgraded various dependencies including "@tanstack/react-query" to 5.51.23, "tailwindcss" to 3.4.9, "lucide-react" to 0.427.0, and "tailwind-merge" to 2.5.0. These updates were applied across multiple packages to ensure compatibility and access to the latest features and bug fixes.
This commit is contained in:
gbuomprisco
2024-08-12 11:00:36 +02:00
parent f054db212b
commit 29e23c837d
12 changed files with 111 additions and 131 deletions

View File

@@ -56,11 +56,11 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-next-experimental": "^5.51.23",
"@tanstack/react-table": "^8.20.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.424.0",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
@@ -70,7 +70,7 @@
"react-i18next": "^15.0.1",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
@@ -88,7 +88,7 @@
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.187.10",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.9",
"typescript": "^5.5.4"
},
"eslintConfig": {