From 82ed2537395e3c3e5e469a042d3c196237d426b7 Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Sun, 18 Feb 2024 15:55:53 -0500 Subject: [PATCH] update package --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 767eb76..c173ab1 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,11 @@ "build": "bun build --compile ./index.ts --outfile substreams-sink-clickhouse" }, "dependencies": { - "@clickhouse/client-web": "^0.2.9", + "@clickhouse/client-web": "latest", "@substreams/sink-database-changes": "^0.3.5", "@substreams/sink-entity-changes": "^0.3.5", "commander": "latest", "dotenv": "latest", - "glob": "latest", "graphql": "latest", "log-update": "latest", "openapi3-ts": "latest",