pouchdb-live-find icon indicating copy to clipboard operation
pouchdb-live-find copied to clipboard

Update dependencies

Open temrix opened this issue 3 years ago • 3 comments

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.

temrix avatar Feb 06 '22 20:02 temrix

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!

chrispahm avatar Feb 27 '22 20:02 chrispahm

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.

temrix avatar Apr 16 '22 19:04 temrix

@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.

elmatou avatar Apr 18 '22 11:04 elmatou