From e4adc331d8bcbea6bea4744bdf0923f8de995cd7 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Tue, 21 Sep 2021 17:44:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20`sharedb`=20to=20v2?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `sharedb` was recently bumped to [v2][1]. The only change was that it officially dropped support for Node.js v10. Therefore, consumers should be able to run `sharedb-mongo` with either v1 or v2, which is now reflected in `package.json`. [1]: https://github.com/share/sharedb/releases/tag/v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47faae7..3a48d14 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "async": "^2.6.3", "mongodb": "^2.1.2 || ^3.0.0 || ^4.0.0", - "sharedb": "^1.9.1" + "sharedb": "^1.9.1 || ^2.0.0" }, "devDependencies": { "chai": "^4.2.0",