1. Hoist i18n dependencies

2. Updated react-i18next
3. Updated Prettier plugins to use import.meta.resolve, so we don't have issues with hoisting
This commit is contained in:
gbuomprisco
2024-11-08 14:34:28 +08:00
parent a7eb9d6cf6
commit c5d7464e61
12 changed files with 35 additions and 45 deletions

View File

@@ -55,7 +55,7 @@
"prettier": "^3.3.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-i18next": "^15.1.1",
"sonner": "^1.7.0",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7",