2.24.1 (#453)
* 2.24.1 - Updated dependencies - MCP Server: better compatibility with Windows - MCP Server: allow using a custom root for better flexibility - Version Check: use package.json version instead of number of commits - Prettier: reformatted some files - Add SSH_AUTH_SOCK to dev passThroughEnv to solve SSH issues; handle execSync errors - Use GIT_SSH to fix SSH issues on Windows - Updated Stripe version - Updated application version from 2.24.0 to 2.24.1 in package.json. - Enhanced error handling in billing services to include error causes for better debugging.
This commit is contained in:
committed by
GitHub
parent
f3ac595d06
commit
ca585e09be
@@ -4,38 +4,39 @@ packages:
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@eslint/js': 10.0.1
|
||||
'@marsidev/react-turnstile': 1.4.2
|
||||
'@next/bundle-analyzer': 16.1.6
|
||||
'@next/eslint-plugin-next': 16.1.6
|
||||
'@react-email/components': 1.0.7
|
||||
'@sentry/nextjs': 10.38.0
|
||||
'@react-email/components': 1.0.8
|
||||
'@sentry/nextjs': 10.40.0
|
||||
'@stripe/react-stripe-js': 5.6.0
|
||||
'@stripe/stripe-js': 8.7.0
|
||||
'@supabase/supabase-js': 2.95.3
|
||||
'@tailwindcss/postcss': 4.1.18
|
||||
'@stripe/stripe-js': 8.8.0
|
||||
'@supabase/supabase-js': 2.97.0
|
||||
'@tailwindcss/postcss': 4.2.1
|
||||
'@tanstack/react-query': 5.90.21
|
||||
'@types/eslint': 9.6.1
|
||||
'@types/node': 25.2.3
|
||||
'@types/nodemailer': 7.0.9
|
||||
'@types/node': 25.3.1
|
||||
'@types/nodemailer': 7.0.11
|
||||
'@types/react': 19.2.14
|
||||
'@types/react-dom': 19.2.3
|
||||
eslint: 9.39.2
|
||||
eslint: 10.0.1
|
||||
eslint-config-next: 16.1.6
|
||||
eslint-config-turbo: 2.8.5
|
||||
i18next: 25.8.5
|
||||
i18next-browser-languagedetector: 8.2.0
|
||||
eslint-config-turbo: 2.8.11
|
||||
i18next: 25.8.13
|
||||
i18next-browser-languagedetector: 8.2.1
|
||||
i18next-resources-to-backend: 1.2.1
|
||||
lucide-react: 0.563.0
|
||||
lucide-react: 0.575.0
|
||||
next: 16.1.6
|
||||
nodemailer: 8.0.1
|
||||
pino: 10.3.1
|
||||
react: 19.2.4
|
||||
react-dom: 19.2.4
|
||||
react-hook-form: 7.71.1
|
||||
react-hook-form: 7.71.2
|
||||
react-i18next: 16.5.4
|
||||
stripe: 20.3.1
|
||||
supabase: 2.76.7
|
||||
tailwindcss: 4.1.18
|
||||
stripe: 20.4.0
|
||||
supabase: 2.76.15
|
||||
tailwindcss: 4.2.1
|
||||
tsup: 8.5.1
|
||||
tw-animate-css: 1.4.0
|
||||
zod: 3.25.76
|
||||
|
||||
Reference in New Issue
Block a user