Bump dependencies to latest versions (#124)

Update various dependencies across the project:
- Turbo to v2.4.0
- Playwright to v1.50.1
- Tailwind CSS to v4.0.2
- Sonner to v1.7.4
- React Query to v5.66.0
- Stripe.js to v5.6.0
- Sentry to v8.53.0
- Node types to v22.13.0
- Tailwind Merge to v3.0.1
- Prettier plugin sort imports to v5.2.2
This commit is contained in:
Giancarlo Buomprisco
2025-02-02 10:33:25 +07:00
committed by GitHub
parent bc38748acd
commit 5622572f36
23 changed files with 393 additions and 427 deletions

View File

@@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.50.0",
"@types/node": "^22.12.0",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.0",
"node-html-parser": "^7.0.1"
}
}

View File

@@ -56,7 +56,7 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.474.0",
@@ -68,8 +68,8 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"recharts": "2.15.1",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.6",
"@types/mdx": "^2.0.13",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
@@ -91,7 +91,7 @@
"prettier": "^3.4.2",
"require-in-the-middle": "7.5.0",
"supabase": "^2.9.6",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},