chore: bump version to 2.23.13 and update dependencies (#450)
* chore: bump version to 2.23.13 and update dependencies - Updated application version from 2.23.12 to 2.23.13 in package.json. - Upgraded several dependencies including @marsidev/react-turnstile to 1.4.2, @next/bundle-analyzer to 16.1.6, @next/eslint-plugin-next to 16.1.6, and others for improved functionality and security. - Adjusted package versions in pnpm-lock.yaml and pnpm-workspace.yaml for consistency across the project. - Removed unused AI translation functionality from translations-comparison component to streamline the codebase. * refactor: clean up code formatting and update Stripe API version - Removed unnecessary blank lines in LineItemDetails component for improved readability. - Enhanced formatting in PricingItem component for better clarity. - Updated Stripe API version from '2025-12-15.clover' to '2026-01-28.clover' for compatibility with the latest features. - Adjusted i18n initialization in email templates for consistency. - Reformatted props in AdminReactivateUserDialog for better structure. - Cleaned up type imports in ImageUploadInput component.
This commit is contained in:
committed by
GitHub
parent
58f08c5f39
commit
68276fda8a
@@ -4,36 +4,36 @@ packages:
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@marsidev/react-turnstile': 1.4.1
|
||||
'@next/bundle-analyzer': 16.1.5
|
||||
'@next/eslint-plugin-next': 16.1.5
|
||||
'@react-email/components': 1.0.6
|
||||
'@sentry/nextjs': 10.37.0
|
||||
'@stripe/react-stripe-js': 5.5.0
|
||||
'@stripe/stripe-js': 8.6.4
|
||||
'@supabase/supabase-js': 2.93.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
|
||||
'@stripe/react-stripe-js': 5.6.0
|
||||
'@stripe/stripe-js': 8.7.0
|
||||
'@supabase/supabase-js': 2.95.3
|
||||
'@tailwindcss/postcss': 4.1.18
|
||||
'@tanstack/react-query': 5.90.20
|
||||
'@types/eslint': 9.6.1
|
||||
'@types/node': 25.0.10
|
||||
'@types/node': 25.2.1
|
||||
'@types/nodemailer': 7.0.9
|
||||
'@types/react': 19.2.9
|
||||
'@types/react': 19.2.13
|
||||
'@types/react-dom': 19.2.3
|
||||
eslint: 9.39.2
|
||||
eslint-config-next: 16.1.5
|
||||
eslint-config-turbo: 2.7.6
|
||||
i18next: 25.8.0
|
||||
eslint-config-next: 16.1.6
|
||||
eslint-config-turbo: 2.8.3
|
||||
i18next: 25.8.4
|
||||
i18next-browser-languagedetector: 8.2.0
|
||||
i18next-resources-to-backend: 1.2.1
|
||||
lucide-react: 0.563.0
|
||||
next: 16.1.5
|
||||
nodemailer: 7.0.12
|
||||
next: 16.1.6
|
||||
nodemailer: 8.0.0
|
||||
react: 19.2.4
|
||||
react-dom: 19.2.4
|
||||
react-hook-form: 7.71.1
|
||||
react-i18next: 16.5.3
|
||||
stripe: 20.2.0
|
||||
supabase: 2.72.8
|
||||
react-i18next: 16.5.4
|
||||
stripe: 20.3.1
|
||||
supabase: 2.75.5
|
||||
tailwindcss: 4.1.18
|
||||
tw-animate-css: 1.4.0
|
||||
zod: 3.25.76
|
||||
|
||||
Reference in New Issue
Block a user