From 971412e52017345c2ab8b0add42e240c4c7d15c5 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Tue, 16 May 2023 17:32:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20support=20for=20`sha?= =?UTF-8?q?redb@4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The only breaking change in `sharedb@4` is dropping support for Node.js v14 (which this library has also done). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b52c61..8e12b95 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", - "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0" + "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" }, "devDependencies": { "chai": "^4.2.0",