Update multiple package versions across the project

This commit performs an update of the version numbers for several packages used across the project. Overall, this is part of a maintenance task to ensure the latest version of each package is used to gain performance improvements, bug fixes and new features where applicable.
This commit is contained in:
gbuomprisco
2024-07-03 10:52:32 +08:00
parent d155940df2
commit fa73cf103a
18 changed files with 298 additions and 320 deletions

View File

@@ -32,7 +32,7 @@
},
"dependencies": {
"@edge-csrf/nextjs": "2.2.2",
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/accounts": "workspace:^",
"@kit/admin": "workspace:^",
"@kit/auth": "workspace:^",
@@ -57,15 +57,15 @@
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@tanstack/react-query-next-experimental": "^5.49.2",
"@tanstack/react-table": "^8.19.1",
"@tanstack/react-table": "^8.19.2",
"date-fns": "^3.6.0",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
@@ -88,7 +88,7 @@
"prettier": "^3.3.2",
"supabase": "^1.178.2",
"tailwindcss": "3.4.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"root": true,