Skip to content

Updating keycloak and other dependencies

David Sikter requested to merge update-more-dependencies into develop

Continuing the work to update old dependencies. This updates react-keycloak (deprecated) to @react-keycloak/web, and all other dependencies that seemed unproblematic to update (i.e. they don't require any changes and do not break any tests). Upgrading keycloak required only a few minor changes.

Also resolved some issues with outdated test snapshots, and configure the linter to report an error if using let instead of const.

Merge request reports