fix: patchdb should not bundle rxjs but instead rely on the version in the app

This commit is contained in:
waterplea
2022-07-24 16:58:04 +03:00
committed by Matt Hill
parent ec35e5f14c
commit c7006e0eb2
3 changed files with 57 additions and 38 deletions

View File

@@ -10,10 +10,12 @@
"build": "tsc"
},
"dependencies": {
"rxjs": "6.6.7",
"sorted-btree": "1.5.0",
"uuid": "8.3.2"
},
"peerDependencies": {
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/node": "16.4.13",
"@types/uuid": "8.3.1",