From 81f5fc43b8ebdb79cfa49dd717bc00cd1f5d91ef Mon Sep 17 00:00:00 2001 From: dmaier-redislabs Date: Thu, 30 Jan 2025 11:18:54 +0200 Subject: [PATCH] Updated the graph package to use client@5.0.0-next.6 --- packages/graph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graph/package.json b/packages/graph/package.json index c62abb2389..1604826b05 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -12,7 +12,7 @@ "test-disable": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'" }, "peerDependencies": { - "@redis/client": "^5.0.0-next.5" + "@redis/client": "^5.0.0-next.6" }, "devDependencies": { "@redis/test-utils": "*"