diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-17 18:09:18 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-08-17 18:09:18 -0700 |
commit | 26f4e313ad0496caf417af24ffe448a764dea131 (patch) | |
tree | 80a9c1cf71ab3a707bf4e7a79e92d0feb4151327 | |
parent | c7cad72368306bc5b1a46ebfd1f872c5d4b30637 (diff) | |
download | voidsky-26f4e313ad0496caf417af24ffe448a764dea131.tar.zst |
Bump detox
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index a2f6ff929..f5ac53960 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "babel-loader": "^9.1.2", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-react-native-web": "^0.18.12", - "detox": "^20.1.2", + "detox": "^20.11.3", "eslint": "^8.19.0", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-ft-flow": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index 52882d8fd..7c17baecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9301,10 +9301,10 @@ detect-port-alt@^1.1.6: address "^1.0.1" debug "^2.6.0" -detox@^20.1.2: - version "20.9.1" - resolved "https://registry.yarnpkg.com/detox/-/detox-20.9.1.tgz#78c351c6d5f140d29151ebfe986362276e156d08" - integrity sha512-o7x9fHhOoVDZK1069RgefqIxY0B53eAnk7N5/3D8qEa8N0YmvylqzAqeYVtnzHYkveZb1pkcruzKC9jomWTEnw== +detox@^20.11.3: + version "20.11.3" + resolved "https://registry.yarnpkg.com/detox/-/detox-20.11.3.tgz#56d5ea869977f5a747e1be0901b279ab953f8b7b" + integrity sha512-kdoRAtDLFxXpjt1QlniI+WryMtf7Y8mrZ33Ql8cTR9qoCS/CThi4pweYAQm8yUPqAv1ZtT3eIm3EzRwjEosgLA== dependencies: ajv "^8.6.3" bunyan "^1.8.12" |