Update several package dependencies

This commit updates the versions of several dependencies across various packages, with the primary updates being to `@tanstack/react-query`, `prettier`, and `lucide-react`. This helps to keep the project dependencies up-to-date and may also include minor bug fixes or improvements from the updated packages.
This commit is contained in:
gbuomprisco
2024-06-11 23:36:11 +08:00
parent bb6f26f240
commit 5e115ca600
16 changed files with 4687 additions and 348 deletions

View File

@@ -31,7 +31,7 @@
"supabase:db:dump:local": "supabase db dump --local --data-only"
},
"dependencies": {
"@edge-csrf/nextjs": "2.0.0",
"@edge-csrf/nextjs": "2.2.0",
"@hookform/resolvers": "^3.6.0",
"@kit/accounts": "workspace:^",
"@kit/admin": "workspace:^",
@@ -55,11 +55,11 @@
"@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1",
"@tanstack/react-query-next-experimental": "^5.40.1",
"@tanstack/react-query": "5.44.0",
"@tanstack/react-query-next-experimental": "^5.44.0",
"@tanstack/react-table": "^8.17.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.390.0",
"lucide-react": "^0.394.0",
"next": "14.2.3",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
@@ -68,7 +68,7 @@
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2",
"recharts": "^2.12.7",
"sonner": "^1.4.41",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
@@ -85,8 +85,8 @@
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.1",
"supabase": "^1.172.2",
"prettier": "^3.3.2",
"supabase": "^1.176.4",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},