Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just a test PR at the moment
had to upgrade express-joi-validator to resolve a npm install problem
react-vis
is unmaintained and doesnt work with react 17 on npm v7npm install still fails because
react-typed
's latest version 1.2.0 doesnt work with react 17. In order to use package lock v2, we might actually need to downgrade react, or find an alternative library that works with react 17.update: we might be able to drop
react-typed
and use the underlying typed.js library directly. This comment could be useful reference, though it's outdated and needs some modifications to the options type declaration.