Skip to content

Commit e4adc33

Browse files
committed
⬆️ Bump sharedb to v2.0
`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
1 parent c019293 commit e4adc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"async": "^2.6.3",
88
"mongodb": "^2.1.2 || ^3.0.0 || ^4.0.0",
9-
"sharedb": "^1.9.1"
9+
"sharedb": "^1.9.1 || ^2.0.0"
1010
},
1111
"devDependencies": {
1212
"chai": "^4.2.0",

0 commit comments

Comments
 (0)