Skip to content

[BB-2353] Update dependencies

Boros Gábor requested to merge agrendalath/bb-2353-update_dependencies into master

Created by: Agrendalath

This is an update of Ocim's old and new frontend dependencies.

Testing instructions:

  1. Checkout this branch.
  2. Check that Ocim's old frontend tests pass (we updated only test dependencies there).
  3. Run Ocim (inside vagrant with make run.dev).
  4. Go to frontend/ and build the new API client with ./scripts/build-api-client.sh
  5. Run the new frontend: npm i && npm start.
  6. Check that it doesn't break.

Merge request reports