Skip to content

Commit

Permalink
Add support for sharedb@4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyhwang committed May 16, 2023
1 parent 83dd2d2 commit 3bf44aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"mongodb": "^3.1.13 || ^4.0.0 || ^5.0.0",
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0"
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"async": "^3.2.4",
Expand All @@ -19,7 +19,7 @@
"mongodb5": "npm:mongodb@^5.0.0",
"nyc": "^14.1.1",
"ot-json1": "^1.0.1",
"sharedb-mingo-memory": "^1.1.1",
"sharedb-mingo-memory": "^1.0.0 || ^2.0.0 || ^3.0.0",
"sinon": "^6.1.5",
"sinon-chai": "^3.7.0"
},
Expand Down

0 comments on commit 3bf44aa

Please sign in to comment.