1. Updated dependencies (#215)

2. Conditionally render childAction
This commit is contained in:
Giancarlo Buomprisco
2025-03-24 10:24:48 +07:00
committed by GitHub
parent fcb37e7d75
commit a3c37d0e7c
29 changed files with 1038 additions and 898 deletions

View File

@@ -57,10 +57,10 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0",
"lucide-react": "^0.482.0",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
@@ -78,9 +78,9 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.2.3",
"@tailwindcss/postcss": "^4.0.14",
"@types/node": "^22.13.10",
"@types/react": "19.0.11",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^22.13.11",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
@@ -89,7 +89,7 @@
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.19.7",
"tailwindcss": "4.0.14",
"tailwindcss": "4.0.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2"
},