redux-pouchdb-plus
redux-pouchdb-plus copied to clipboard
Upgrade pouchdb version
Using version 7.x of pouchdb allow this package to be used with Node 12.
Explanation: PouchDB is using package leveldown. In version 6.x it uses [email protected] which cannot be build on Node 12. Version 7.x uses [email protected] which can do it. I have only bumped pouchdb and ran tests - looked okay.