* upgrade frontend deps and react to 17
* update examples
* upgrade server deps
* do not upgrade to prisma 4 in this PR
* update e2e
* update pg-boss URLs
* Fix errors in thoughts
* Fix controlled component error in realworld
Co-authored-by: shayneczyzewski <shayne.czyzewski@gmail.com>
Fixes#252
In order to remove duplication for the TopNavbar and the TagsSidebar on
these pages we need a base Layout component. This PR eliminates the
duplication we were seeing before.
Co-authored-by: Michael Curry <michael.curry@thebeansgroup.com>