ScottishCovidResponse / rampvis-ui

This is a React based RAMP VIS visualisation interface. This client uses the REST API: https://github.com/ScottishCovidResponse/rampvis-api
BSD 2-Clause "Simplified" License
7 stars 6 forks source link

Upgarde all dependencies except d3 #154

Closed kachkaev closed 2 years ago

kachkaev commented 2 years ago

This PR resolves bumps all deps, thus resolving a couple of non-critical vulnerabilities. d3 is kept at v5 and not upgraded to v7 to avoid breaking changes. This can be done separately.

Note that linting is expected to fail. See https://github.com/ScottishCovidResponse/rampvis-ui/pull/152#issuecomment-1018747777 for context.

yarn audit
# 0 vulnerabilities found - Packages audited: 696
netlify[bot] commented 2 years ago

✔️ Deploy Preview for rampvis-ui-development ready!

🔨 Explore the source changes: ce86ac32dca9efb107758d02da62d588fd728e7d

🔍 Inspect the deploy log: https://app.netlify.com/sites/rampvis-ui-development/deploys/61ed7a73a218690008fb5f44

😎 Browse the preview: https://deploy-preview-154--rampvis-ui-development.netlify.app

kachkaev commented 2 years ago

@saifulkhan if we merge https://github.com/ScottishCovidResponse/rampvis-ui/pull/155 first, we can re-run codebase checks in this PR to makes sure we have ✅