diff --git a/package.json b/package.json
index a24b3fd..29c7e73 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
- "react-hook-form": "^7.57.0",
+ "react-hook-form": "^7.58.0",
"require-in-the-middle": "^7.5.2",
"sonner": "^2.0.5",
"vaul": "^1.1.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 83316cb..be4567c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,7 +10,7 @@ importers:
dependencies:
'@hookform/resolvers':
specifier: ^5.1.1
- version: 5.1.1(react-hook-form@7.57.0(react@19.1.0))
+ version: 5.1.1(react-hook-form@7.58.0(react@19.1.0))
'@radix-ui/react-avatar':
specifier: ^1.1.10
version: 1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
@@ -78,8 +78,8 @@ importers:
specifier: ^19.1.0
version: 19.1.0(react@19.1.0)
react-hook-form:
- specifier: ^7.57.0
- version: 7.57.0(react@19.1.0)
+ specifier: ^7.58.0
+ version: 7.58.0(react@19.1.0)
require-in-the-middle:
specifier: ^7.5.2
version: 7.5.2
@@ -3108,8 +3108,8 @@ packages:
peerDependencies:
react: ^19.1.0
- react-hook-form@7.57.0:
- resolution: {integrity: sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg==}
+ react-hook-form@7.58.0:
+ resolution: {integrity: sha512-zGijmEed35oNfOfy7ub99jfjkiLhHwA3dl5AgyKdWC6QQzhnc7tkWewSa+T+A2EpLrc6wo5DUoZctS9kufWJjA==}
engines: {node: '>=18.0.0'}
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
@@ -3804,10 +3804,10 @@ snapshots:
'@floating-ui/utils@0.2.9': {}
- '@hookform/resolvers@5.1.1(react-hook-form@7.57.0(react@19.1.0))':
+ '@hookform/resolvers@5.1.1(react-hook-form@7.58.0(react@19.1.0))':
dependencies:
'@standard-schema/utils': 0.3.0
- react-hook-form: 7.57.0(react@19.1.0)
+ react-hook-form: 7.58.0(react@19.1.0)
'@humanfs/core@0.19.1': {}
@@ -6708,7 +6708,7 @@ snapshots:
react: 19.1.0
scheduler: 0.26.0
- react-hook-form@7.57.0(react@19.1.0):
+ react-hook-form@7.58.0(react@19.1.0):
dependencies:
react: 19.1.0
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 772f232..225c19d 100755
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -4,6 +4,7 @@ import { Geist } from 'next/font/google';
import { cn } from '@/lib/utils';
import {
AuthProvider,
+ QueryProvider,
ThemeProvider,
TVModeProvider,
} from '@/components/context';
@@ -385,6 +386,7 @@ const geist = Geist({
variable: '--font-geist-sans',
});
+
const RootLayout = ({ children }: Readonly<{ children: React.ReactNode }>) => {
return (
@@ -397,23 +399,25 @@ const RootLayout = ({ children }: Readonly<{ children: React.ReactNode }>) => {
enableSystem
disableTransitionOnChange
>
-
-
-
-
-
- {children}
-
-
-
-
-
-
+
+
+
+
+
+
+ {children}
+
+
+
+
+
+
+