neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

Unpin, update, and fix PouchDB, LevelUp, and Level-JS dependencies

Open spencercorwin opened this issue 4 years ago • 1 comments

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.

spencercorwin avatar Jul 07 '20 04:07 spencercorwin

Had to also pin Level-JS and LevelUp dependencies to get the website working again as of commit 37bccad

spencercorwin avatar Jul 27 '20 19:07 spencercorwin