Update dependencies across multiple packages

This commit upgrades various dependencies including @tanstack/react-query, lucide-react, react-hook-form, and autoprefixer to their latest versions. These updates aim to ensure compatibility and take advantage of the latest features and fixes. Additionally, it updates @supabase/postgrest-js, @sentry/nextjs, and stripe libraries in the pnpm-lock.yaml file.
This commit is contained in:
gbuomprisco
2024-08-05 17:04:53 +02:00
parent 6fee1c086a
commit 790cc09338
14 changed files with 340 additions and 347 deletions

View File

@@ -56,17 +56,17 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query-next-experimental": "^5.51.16",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query-next-experimental": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
@@ -83,7 +83,7 @@
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",