Refactor code and update dependencies
Rearranged imports for better organization and readability across multiple files. Updated the `react-i18next` dependency to version 15.0.1 in various `package.json` files. Adjusted formatting in multiple TypeScript files to ensure code style consistency.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.45.1",
|
||||
"@tanstack/react-query": "5.51.21",
|
||||
"@tanstack/react-query-next-experimental": "^5.51.21",
|
||||
"@tanstack/react-query-next-experimental": "^5.51.23",
|
||||
"@tanstack/react-table": "^8.20.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.424.0",
|
||||
@@ -67,7 +67,7 @@
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "^7.52.2",
|
||||
"react-i18next": "^15.0.0",
|
||||
"react-i18next": "^15.0.1",
|
||||
"recharts": "^2.12.7",
|
||||
"sonner": "^1.5.0",
|
||||
"tailwind-merge": "^2.4.0",
|
||||
|
||||
Reference in New Issue
Block a user