Updated Dependencies (#104)

This commit is contained in:
Giancarlo Buomprisco
2025-01-07 20:34:40 +08:00
committed by GitHub
parent 10898231fe
commit 8f3c1b2aeb
21 changed files with 287 additions and 336 deletions

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"node-html-parser": "^6.1.13"
"@types/node": "^22.10.5",
"node-html-parser": "^7.0.1"
}
}

View File

@@ -10,7 +10,7 @@ type Theme = 'light' | 'dark' | 'system';
export async function getRootTheme() {
const cookiesStore = await cookies();
const themeCookie = cookiesStore.get('theme')?.value as Theme
const themeCookie = cookiesStore.get('theme')?.value as Theme;
return themeCookie ?? process.env.NEXT_PUBLIC_DEFAULT_THEME_MODE ?? 'light';
}

View File

@@ -32,7 +32,7 @@
},
"dependencies": {
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*",
"@kit/analytics": "workspace:*",
@@ -56,7 +56,7 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.469.0",
@@ -66,7 +66,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
@@ -90,7 +90,7 @@
"pino-pretty": "^13.0.0",
"prettier": "^3.4.2",
"require-in-the-middle": "7.4.0",
"supabase": "^2.1.1",
"supabase": "^2.2.1",
"tailwindcss": "3.4.17",
"typescript": "^5.7.2"
},