Skip to content

Commit df2dd47

Browse files
authored
Merge pull request share#27 from share/bump-sharedb
⬆️ Add support for `sharedb@4`
2 parents 04d4c85 + ce74008 commit df2dd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mingo": "6.1.0 - 6.2.1"
2020
},
2121
"peerDependencies": {
22-
"sharedb": "^1.0.0-beta || ^2.0.0 || ^3.0.0"
22+
"sharedb": "^1.0.0-beta || ^2.0.0 || ^3.0.0 || ^4.0.0"
2323
},
2424
"devDependencies": {
2525
"async": "^3.2.3",
@@ -30,7 +30,7 @@
3030
"mocha": "^6.2.2",
3131
"nyc": "^14.1.1",
3232
"ot-json1": "^1.0.1",
33-
"sharedb": "^2.0.0",
33+
"sharedb": "^3.0.0 || ^4.0.0",
3434
"sinon": "^11.1.2"
3535
},
3636
"author": "Avital Oliver",

0 commit comments

Comments
 (0)