mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 18:31:53 +00:00
fix: patchdb should not bundle rxjs but instead rely on the version in the app
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user