* chore: update package versions and dependencies across multiple files - Bumped application version to 2.21.4 in package.json. - Updated @supabase/supabase-js to version 2.84.0 and @tanstack/react-query to version 5.90.10. - Incremented various dependencies including lucide-react to version 0.554.0, react-hook-form to version 7.66.1, and react-i18next to version 16.3.5. - Adjusted @types/nodemailer to version 7.0.4 for consistency. - Refactored package.json files to utilize catalog dependencies for improved management. * chore: update Stripe API version to 2025-11-17.clover in stripe-sdk.ts * fix: update wording for password recovery prompt in auth.json
27 lines
533 B
YAML
27 lines
533 B
YAML
packages:
|
|
- apps/*
|
|
- packages/**
|
|
- tooling/*
|
|
|
|
catalog:
|
|
'@next/bundle-analyzer': 16.0.2
|
|
'@next/eslint-plugin-next': 16.0.2
|
|
'@supabase/supabase-js': 2.84.0
|
|
'@tailwindcss/postcss': 4.1.17
|
|
'@tanstack/react-query': 5.90.10
|
|
'@types/node': 24.10.1
|
|
'@types/react': 19.2.6
|
|
'@types/react-dom': 19.2.3
|
|
eslint-config-next: 16.0.3
|
|
next: 16.0.2
|
|
react: 19.2.0
|
|
supabase: 2.58.5
|
|
tailwindcss: 4.1.17
|
|
tw-animate-css: 1.4.0
|
|
zod: 3.25.74
|
|
|
|
onlyBuiltDependencies:
|
|
- '@tailwindcss/oxide'
|
|
- '@sentry/cli'
|
|
- supabase
|