There are still security updates (fixed a few), many inside Plotly. Not worried about exploits due to the nature and scale of this application.
Added a static copy of the NASA ABOVE project (environmental-impacts-access/) so it's part of the deploy cycle. We don't expect further updates of that tool. A README in that folder documents what's there.
Test this by running the application, going through some tours, generally exercising the interface and running npm run build && cd dist && python -m http.server to test the static app.
Updates versions of dependencies.
There are still security updates (fixed a few), many inside Plotly. Not worried about exploits due to the nature and scale of this application.
Added a static copy of the NASA ABOVE project (
environmental-impacts-access/
) so it's part of the deploy cycle. We don't expect further updates of that tool. A README in that folder documents what's there.Test this by running the application, going through some tours, generally exercising the interface and running
npm run build && cd dist && python -m http.server
to test the static app.This change is