Update dependencies and improve type safety in webhook handling

This commit updates various dependencies across the project, including a version bump for 'lucide-react' and 'prettier'. Additionally, it improves type safety in the 'database-webhook-handler.service.ts' by making the 'DatabaseChangePayload' and 'handleEvent' function more type-safe.
This commit is contained in:
giancarlo
2024-06-03 00:33:49 +07:00
parent 26b2eed60d
commit 08de59a43a
14 changed files with 138 additions and 74 deletions

View File

@@ -38,7 +38,7 @@
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.381.0",
"lucide-react": "^0.383.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",