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

@@ -15,7 +15,7 @@
"./webhooks": "./src/server/services/webhooks/index.ts"
},
"dependencies": {
"nanoid": "^5.1.4"
"nanoid": "^5.1.5"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.3",
@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.11",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.482.0",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",