diff --git a/web/bun.lockb b/web/bun.lockb index 4bc522e9..0d065434 100755 Binary files a/web/bun.lockb and b/web/bun.lockb differ diff --git a/web/package.json b/web/package.json index 89e37fd4..692aa9ec 100644 --- a/web/package.json +++ b/web/package.json @@ -15,14 +15,14 @@ "@biomejs/biome": "1.9.4", "@tanstack/router-plugin": "^1.91.1", "@types/node": "^22.10.2", - "@types/react": "^19.0.1", + "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typescript": "^5.7.2", - "vite": "^6.0.3" + "vite": "^6.0.5" }, "dependencies": { "@hookform/resolvers": "^3.9.1", @@ -36,20 +36,20 @@ "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.6", - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-router": "^1.91.2", - "@tanstack/router-devtools": "^1.91.2", + "@tanstack/react-query": "^5.62.10", + "@tanstack/react-router": "^1.92.3", + "@tanstack/router-devtools": "^1.92.3", "@types/react-syntax-highlighter": "^15.5.13", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.468.0", + "lucide-react": "^0.469.0", "next-themes": "^0.4.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.54.1", + "react-hook-form": "^7.54.2", "react-syntax-highlighter": "^15.6.1", "sonner": "^1.7.1", - "tailwind-merge": "^2.5.5", + "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.24.1" },