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:
Giancarlo Buomprisco
2025-05-28 08:26:28 +07:00
committed by GitHub
parent 2b07c5cc3d
commit 40afecde93
34 changed files with 1182 additions and 1160 deletions

View File

@@ -16,15 +16,15 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^9.20.0",
"import-in-the-middle": "1.13.2"
"@sentry/nextjs": "^9.22.0",
"import-in-the-middle": "1.14.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"react": "19.1.0"
},
"typesVersions": {