Skip to content

Commit

Permalink
build(deps): upgrade detox (#3075)
Browse files Browse the repository at this point in the history
### Description

Upgrades Detox to
[19.13.0](https://github.com/wix/Detox/releases/tag/19.13.0).

### Other changes

N/A

### Tested

Tested in CI.

### How others should test

N/A

### Related issues

N/A

### Backwards compatibility

Yes
  • Loading branch information
MuckT authored Nov 9, 2022
1 parent 076b76e commit 72b5b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"codecov": "^3.6.5",
"detox": "^19.12.3",
"detox": "^19.13.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8804,10 +8804,10 @@ detect-node@^2.0.4:
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==

detox@^19.12.3:
version "19.12.3"
resolved "https://registry.yarnpkg.com/detox/-/detox-19.12.3.tgz#d353346c5813a330862b0f71dc410e51c1533706"
integrity sha512-zIlTUAnur99Oj1mfLC+WV/hx2scJGW2eXG2oWOKKVm97dhb9NrlvHSMB0vNYkKPL8KU/j2pO3zoPpJpH74tPoQ==
detox@^19.13.0:
version "19.13.0"
resolved "https://registry.yarnpkg.com/detox/-/detox-19.13.0.tgz#6eae8b4e5ef5ca913d465ddc5bd7855fe8834c5c"
integrity sha512-tKg0m5wlb4r1MISFtqPFXwdLncXWQhWaoAV6nuC3MmBGcJnTSrSa7wNZG26HhfEeR8c6eRUqMFHKefiZnWoO1Q==
dependencies:
ajv "^8.6.3"
bunyan "^1.8.12"
Expand Down

0 comments on commit 72b5b41

Please sign in to comment.