Update multiple packages across the project

Multiple packages have been upgraded including both "@tanstack/react-query" and "@types/node" among others. React-i18next package have also been upgraded to version 15. All changes have been reflected in the "pnpm-lock.yaml" file.
This commit is contained in:
gbuomprisco
2024-07-18 09:06:45 +02:00
parent 342c96abfa
commit 56dfcb872b
15 changed files with 99 additions and 160 deletions

View File

@@ -55,8 +55,8 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.3",
"@tanstack/react-query-next-experimental": "^5.51.3",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query-next-experimental": "^5.51.8",
"@tanstack/react-table": "^8.19.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.408.0",
@@ -66,7 +66,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.5",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",