Skip to content

Commit

Permalink
chore: use detox compatible with jest 29 (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed May 15, 2023
1 parent 7529965 commit 73db785
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 @@ -75,7 +75,7 @@
"@semantic-release/git": "^10.0.1",
"@testing-library/react-native": "^9.0.0",
"babel-jest": "^29.0.2",
"detox": "19.12.0",
"detox": "19.13.0",
"eslint": "^8.23.0",
"eslint-plugin-ft-flow": "^2.0.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5324,10 +5324,10 @@ detect-newline@^3.0.0:
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==

detox@19.12.0:
version "19.12.0"
resolved "https://registry.yarnpkg.com/detox/-/detox-19.12.0.tgz#6f95c3ff949be756e5eb27e2155c6b9f6c4799c4"
integrity sha512-mPw9RWczDtjI5gx4wTpITFfi/StfwnTyRHx4YC0qpguPe5FMb7cemJ7Jy5MFzg+AsxPDl8+iVS4SHIJ/y81Krg==
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 73db785

Please sign in to comment.