Skip to content

Commit

Permalink
feat: remove wdio warning
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed Nov 2, 2023
1 parent fd009ac commit 55a37e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/contribute/code/core/update-dependencies.md
Expand Up @@ -39,8 +39,7 @@ Then for each folder go through these steps.
- Don't update `bootstrap` to 4+ as it has many breaking changes. One day we will either raise an issue to upgrade it or migrate off it, but that is outside the scope of this change.
- Don't update `bootstrap-daterangepicker`.
- Don't update `select2` as the latest patch always seems to fail.
- Don't update `jquery` to 3.6.0+ as the `select2` search input looses focus on click event, this is an [open issue](https://github.com/select2/select2/issues/5993) in their repository.
- Don't update `wdio`, [issue](https://github.com/medic/cht-core/issues/8621)
- Don't update `jquery` to 3.6.0+ as the `select2` search input loses focus on click event, this is an [open issue](https://github.com/select2/select2/issues/5993) in their repository.
- CHT-Core's webapp is using Enketo and jQuery library, at the same time Enketo internally uses a specific version of jQuery. Make sure webapp installs the same jQuery version than the one Enketo uses internally: `3.2.x`.

Do this by checking the jquery entry in `./webapp/package.json` matches `./webapp/node_modules/enketo-core/package.json`:
Expand Down

0 comments on commit 55a37e5

Please sign in to comment.