From b841c7a29f7060523ec84e971402f6b6f7d08cf9 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Fri, 17 May 2024 12:14:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20support=20for=20`sha?= =?UTF-8?q?redb@5`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f534731..d13c1b7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "dependencies": { "mongodb": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" + "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" }, "devDependencies": { "chai": "^4.2.0",