Update dependencies across packages with minor version upgrades (#255)

Upgraded various dependencies to their latest minor versions, including `@types/react`, `@tanstack/react-query`, `lucide-react`, `@types/node`, and others. These updates aim to ensure compatibility, access to new features, and bug fixes.
This commit is contained in:
Giancarlo Buomprisco
2025-05-15 22:56:00 +07:00
committed by GitHub
parent 804fb7fbe3
commit 6e28de759d
29 changed files with 1106 additions and 984 deletions

View File

@@ -35,10 +35,10 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.7",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"lucide-react": "^0.509.0",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"next-themes": "0.4.6",
"react": "19.1.0",