From 4b5b5372c18df562570accc8ca81fe22ae62f518 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:52:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Support=20later=20versions?= =?UTF-8?q?=20of=20`sharedb`?= 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 051bc07..2e452a5 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "dependencies": { "pg": "^8.5.1", "pg-pool": "^3.2.1", - "sharedb": "^1.6.0" + "sharedb": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" } }