🗒️ Notable Changes:
- Bumped Python dependencies.
- Bumped JS dependencies.
- Previously, an unauthenticated call to the API was required before the app knew a login was required. When the first page loaded didn't make any API calls (e.g. the new note page), you would incorrectly appear logged in until a subsequent API call were made. Now an auth check call is made to the API on app load regardless of the page loaded. Thanks for your help on this @kontaxis.
🪲 Bug Fixes: