Update multiple package versions across the project

Updated versions for "@tanstack/react-query" in several packages, "@lemonsqueezy/lemonsqueezy.js" in billing package and version references in "pnpm-lock.yaml". This commit aims for compatibility enhancement and potential bug fixes accompanying these updated versions.
This commit is contained in:
gbuomprisco
2024-06-13 19:32:07 +08:00
parent 10fc46af9c
commit 5af905256a
11 changed files with 71 additions and 66 deletions

View File

@@ -55,8 +55,8 @@
"@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.44.0",
"@tanstack/react-query-next-experimental": "^5.44.0",
"@tanstack/react-query": "5.45.0",
"@tanstack/react-query-next-experimental": "^5.45.0",
"@tanstack/react-table": "^8.17.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.394.0",
@@ -86,7 +86,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"supabase": "^1.176.4",
"supabase": "^1.176.9",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},