Skip to content

Commit

Permalink
⬆️ Add support for sharedb@4
Browse files Browse the repository at this point in the history
The only breaking change in `sharedb@4` is dropping support for Node.js
v14 (which this library has also done).
  • Loading branch information
alecgibson committed May 16, 2023
1 parent 04d4c85 commit ce74008
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 @@ -19,7 +19,7 @@
"mingo": "6.1.0 - 6.2.1"
},
"peerDependencies": {
"sharedb": "^1.0.0-beta || ^2.0.0 || ^3.0.0"
"sharedb": "^1.0.0-beta || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"async": "^3.2.3",
Expand All @@ -30,7 +30,7 @@
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"ot-json1": "^1.0.1",
"sharedb": "^2.0.0",
"sharedb": "^3.0.0 || ^4.0.0",
"sinon": "^11.1.2"
},
"author": "Avital Oliver",
Expand Down

0 comments on commit ce74008

Please sign in to comment.