28 05 2025 deps update (#262)
* Update dependencies across all packages Updated multiple dependencies to their latest versions to ensure compatibility, security, and performance improvements. This includes packages like @supabase/supabase-js, @tanstack/react-query, @types/react, and zod across various projects. * Update selector for Stripe form submission button Replaced the form button selector with a `data-testid` attribute selector for improved reliability and maintainability. This ensures the test is less prone to breaks from UI changes.
This commit is contained in:
committed by
GitHub
parent
2b07c5cc3d
commit
40afecde93
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^1.3.22",
|
||||
"@hookform/resolvers": "^5.0.1",
|
||||
"@tanstack/react-query": "5.76.1",
|
||||
"@tanstack/react-query": "5.77.2",
|
||||
"ai": "4.3.16",
|
||||
"lucide-react": "^0.511.0",
|
||||
"next": "15.3.2",
|
||||
@@ -26,9 +26,9 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.1.7",
|
||||
"@types/node": "^22.15.19",
|
||||
"@types/node": "^22.15.23",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.1.4",
|
||||
"@types/react": "19.1.6",
|
||||
"@types/react-dom": "19.1.5",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"pino-pretty": "^13.0.0",
|
||||
@@ -36,7 +36,7 @@
|
||||
"tailwindcss": "4.1.7",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3",
|
||||
"zod": "^3.25.7"
|
||||
"zod": "^3.25.31"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user