Next.js 15.3.0 (#231)

1. Upgrade to Next.js 15.3.0
2. Formatted files
This commit is contained in:
Giancarlo Buomprisco
2025-04-10 07:41:07 +07:00
committed by GitHub
parent c5828325a2
commit a149c52b99
26 changed files with 472 additions and 468 deletions

View File

@@ -29,10 +29,10 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.72.1",
"@tanstack/react-query": "5.72.2",
"@types/react": "19.1.0",
"lucide-react": "^0.487.0",
"next": "15.2.5",
"next": "15.3.0",
"react-hook-form": "^7.55.0",
"react-i18next": "^15.4.1",
"sonner": "^2.0.3",

View File

@@ -278,7 +278,7 @@ function FactorsListContainer({
const verifiedFactors = factors?.totp ?? [];
return (
<div className={'flex flex-col space-y-4 animate-in fade-in duration-500'}>
<div className={'animate-in fade-in flex flex-col space-y-4 duration-500'}>
<div>
<span className={'font-medium'}>
<Trans i18nKey={'account:selectFactor'} />