From 478eae2bf34e2989484a226851f57f3775882e0d Mon Sep 17 00:00:00 2001 From: Nezumi-2711 Date: Thu, 27 Aug 2026 18:06:33 +0700 Subject: [PATCH] fix: update lock file --- bun.lock | 5 +++++ src/client/main.tsx | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 5a0ee28..292a419 100644 --- a/bun.lock +++ b/bun.lock @@ -5,6 +5,7 @@ "": { "name": "uptime-monitoring", "dependencies": { + "@tanstack/react-query": "^5.102.7", "drizzle-orm": "^0.45.2", "hono": "^4.13.5", "react": "19", @@ -252,6 +253,10 @@ "@tailwindcss/vite": ["@tailwindcss/vite@4.3.3", "", { "dependencies": { "@tailwindcss/node": "4.3.3", "@tailwindcss/oxide": "4.3.3", "tailwindcss": "4.3.3" }, "peerDependencies": { "vite": "^5.2.0 || ^6 || ^7 || ^8" } }, "sha512-yYU8cogLeSh/ms2jh8Fj7jaba/EWa7Ja6GoUqYZaraEuCI5YS6ms6ObZgjjedm+jm6XZjdNRWBpPP6Z86oOxcw=="], + "@tanstack/query-core": ["@tanstack/query-core@5.102.7", "", {}, "sha512-4TH8KQrCLoNs9Zvl1LW1iaZ9cZx3dGTgfZ1BnLrcRxMNnX/toe/dGbfvF/DkvbzRyfLfpMKZkembz3o0rnugtw=="], + + "@tanstack/react-query": ["@tanstack/react-query@5.102.7", "", { "dependencies": { "@tanstack/query-core": "5.102.7" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-bbd8T4jDIj9aPbNn11SsjNH8apKY4zspkrw63JRsNDXjpW5SRF7X0ipi7yrGd8DCs8QhYfhQJKqEj1YLru1DbQ=="], + "@types/chai": ["@types/chai@5.2.3", "", { "dependencies": { "@types/deep-eql": "*", "assertion-error": "^2.0.1" } }, "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA=="], "@types/deep-eql": ["@types/deep-eql@4.0.2", "", {}, "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw=="], diff --git a/src/client/main.tsx b/src/client/main.tsx index dc5252c..097d63a 100644 --- a/src/client/main.tsx +++ b/src/client/main.tsx @@ -11,8 +11,6 @@ if (!root) { throw new Error("Root element was not found"); } -// Trigger deploy - createRoot(root).render(