neo-one
neo-one copied to clipboard
Unpin, update, and fix PouchDB, LevelUp, and Level-JS dependencies
Description
Unpin and update pouchdb
dependency. We use this for the filesystem in the neo-one website. As of commit 0b2422d
, where we did a huge dependency update, the website courses were not working properly due to a problem (apparently) with the pouchdb
upgrade from v7.1.1 to v7.2.1. Pinning PouchDB to v7.1.1 fixed this, as you can see in this PR. The PR describes more about what could be causing the problem, but I'm not sure. So at some point we should unpin and upgrade this dependency.
Had to also pin Level-JS
and LevelUp
dependencies to get the website working again as of commit 37bccad