monocle / recordexpungPDX

A project to automate the expungement of qualifying criminal records in Oregon. This project is done in conjunction with Qiu-Qiu Law.
https://recordsponge.com
MIT License
0 stars 0 forks source link

Update frontend dependencies and related issues #1

Open monocle opened 1 year ago

monocle commented 1 year ago

This is a general discussion related to updating the React app. This fork's default branch is update-frontend-deps. I have push the first commit that updated most of the important dependencies 1a38954b021

npm audit will show a warning on nth-check, but that's okay: https://github.com/facebook/create-react-app/issues/11174 https://github.com/facebook/create-react-app/issues/11647

After getting npm run start to work, there were a bunch of TypeScript warnings that needed fixing. (I have yet to learn TypeScript but am slowly muddled along fixing things.) There are some lingering issues related to upgrading dependencies:

I also noticed some other smaller content issues (typos, broken link, etc) that could get opened on the main repo.

There is also a larger bug that already has an issue and might take more time.