Refactor webhook handler service and update dependencies

Refactor to make database webhook handler service a function. This change introduces the function `getDatabaseWebhookHandlerService()` to return an instance of the service, allowing easier management of instances. Dependencies are updated as well, including bringing `react-i18next` to version 14.1.1(i18next@23.11.3) and `@react-email/components` to version 0.0.17 and others.
This commit is contained in:
giancarlo
2024-04-30 02:36:48 +07:00
parent faaa26c4e8
commit 14dee4f347
6 changed files with 199 additions and 248 deletions

View File

@@ -25,7 +25,7 @@
"react-i18next": "^14.1.1"
},
"dependencies": {
"i18next": "^23.11.2",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "7.2.1",
"i18next-resources-to-backend": "^1.2.1"
},