Closed patitonar closed 5 years ago
Deploy preview for kind-kilby-95344f processing.
Building with commit 7bd57724c010e000fa340560e42a7d8b973296b2
https://app.netlify.com/sites/kind-kilby-95344f/deploys/5c94ef059e64510008672c89
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/stores/TxStore.js | 13 | 13.39% | ||
<!-- | Total: | 13 | --> |
Totals | |
---|---|
Change from base Build 341: | 1.7% |
Covered Lines: | 71 |
Relevant Lines: | 1081 |
Netlify deploy failed because submodule repo didn't support Node 10. After updating to latest commit on 119-Epic-rewards-for-bridge-validators
build now is working
Updated
.nvmrc
anddockerfile
to use version10
.Also npm vulnerabilities were fixed, now npm audit report shows only 31 vulnerabilities that are related to dependencies of
react-scripts
. Upgradingreact-scripts
introduce some breaking changes toreact-app-rewired
andreact-app-rewire-mobx
which will require some configuration updates (and possibly a new dependency). Given thatreact-scripts
is used to avoid configuration for development and build process I think it's ok for now to have these vulnerabilities.Closes #177