Update several package dependencies

This commit updates the versions of several dependencies across various packages, with the primary updates being to `@tanstack/react-query`, `prettier`, and `lucide-react`. This helps to keep the project dependencies up-to-date and may also include minor bug fixes or improvements from the updated packages.
This commit is contained in:
gbuomprisco
2024-06-11 23:36:11 +08:00
parent bb6f26f240
commit 5e115ca600
16 changed files with 4687 additions and 348 deletions

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.390.0",
"lucide-react": "^0.394.0",
"react-top-loading-bar": "2.3.1",
"tailwind-merge": "^2.3.0"
},
@@ -49,11 +49,11 @@
"eslint": "^8.57.0",
"next": "14.2.3",
"next-themes": "0.3.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2",
"sonner": "^1.4.41",
"sonner": "^1.5.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",