diff --git a/bun.lockb b/bun.lockb index 14d7626..96dc18a 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index 8383384..f62c00b 100644 --- a/client/package.json +++ b/client/package.json @@ -14,22 +14,22 @@ }, "dependencies": { "@elysiajs/eden": "^1.0.14", - "@tailwindcss/vite": "^4.0.0-alpha.17", + "@tailwindcss/vite": "^4.0.0-alpha.20", "@todos/server": "workspace:*", - "lucide-react": "^0.407.0", + "lucide-react": "^0.437.0", "react": "^18.3.1", "react-dom": "^18.3.1", "sonner": "^1.5.0", - "tailwindcss": "^4.0.0-alpha.17", - "zustand": "^4.5.4" + "tailwindcss": "^4.0.0-alpha.20", + "zustand": "^4.5.5" }, "devDependencies": { "@biomejs/biome": "1.8.3", - "@types/react": "^18.3.3", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "typescript": "^5.5.3", - "vite": "^5.3.3" + "typescript": "^5.5.4", + "vite": "^5.4.2" }, "trustedDependencies": ["@biomejs/biome"] }