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

@@ -43,10 +43,10 @@
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.3.4",
"@turbo/gen": "^2.4.0",
"cross-env": "^7.0.3",
"prettier": "^3.4.2",
"turbo": "2.3.4",
"turbo": "2.4.0",
"typescript": "^5.7.3"
}
}