pouchdb-live-find
pouchdb-live-find copied to clipboard
Update dependencies
See https://github.com/elmatou/vue-pouchdb-lite/issues/2
The above-mentioned issue can be resolved by updating the dependencies of pouchdb-live-find.
Hey @temrix,
I made a quick fork with updated dependencies (https://github.com/chrispahm/pouchdb-live-find) which is also on npm: npm i @chrispahm/pouchdb-live-find
Will do a PR if requested!
Hi @chrispahm , Thank you for doing this. Unfortunately I do not use this library directly but as a dependency of https://github.com/elmatou/vue-pouchdb-lite . So that means asking @elmatou if they would be willing to switch to your fork as a dependency.
The other alternative would be vendoring the dependencies but that's not feasible as other people might as well benefit from this code.
And then there's the whole Vue3 upgrading mess. I have not looked at the code, maybe it just works with Vue3 as well.
@chrispahm try a PR as I do not want to depend on a fork (which may not be maintained). if this project is stalled, I'll probably use your fork, or a copy of it. but that is not ideal.